/
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
put
/Locations/{id}
v2
latest
OpenAPI 3.1.1
2026-08-07
854
993
2.4 MB
Locations
put
/Locations/{id}
Path parameters
id
string
required
Request body
UpdateLocationDto
required
name
string
nullable
description
string
nullable
isActive
boolean
nullable
displayOrder
union
isVehicle
boolean
nullable
isPersonalVehicle
boolean
nullable
allowOnlineBooking
boolean
nullable
allowOverbooking
boolean
nullable
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.