latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
facilities
Create a Facility
post/app/v1/facilities
Request body
Example request
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"latitude": 51,
"longitude": -114
}Response
successful operation
Example response
{
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"latitude": 51,
"longitude": -114
}