create one or multiple locationGroups
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Location Group
name
type: string
required
length ≥ 1
Description: Location group namedescription
type: stringcompanyUuid
type: uuidownerUuid
type: stringhireLocationGroupUuid
type: stringparentGroupUuid
type: string
Responses
201 One or many locationGroup documents created. Wrapped in a JsonAPI root response.
500 default error response
Example Request
curl --request POST \
--url https://services.fountain.com/api/serviceworkforce/locationGroups \
--header 'accept: application/json' \
--header 'content-type: application/json'
Example Response
{
"status": 201
}