/
CL
clinicos
/
PawthosX.Business.API | v1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
clinicos
PawthosX.Business.API | v1
post
/Locations
v2
latest
OpenAPI 3.1.1
2026-08-07
854
993
2.4 MB
Locations
post
/Locations
Request body
CreateLocationDto
required
name
string
description
string
nullable
isActive
boolean
displayOrder
union
isVehicle
boolean
isPersonalVehicle
boolean
allowOnlineBooking
boolean
allowOverbooking
boolean
allowedSpeciesIds
string[]
nullable
Response
OK
LocationResponseDto
required
id
string
name
string
description
string
nullable
isActive
boolean
displayOrder
union
createdAt
string
date-time
updatedAt
string
date-time
isVehicle
boolean
isPersonalVehicle
boolean
allowOnlineBooking
boolean
allowOverbooking
boolean
allowedSpeciesIds
string[]
nullable
Species IDs allowed at this location. If empty/null, all species are allowed.