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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.