replace one locationGroup which exists or not
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Identifier
- uuid (required): Location group unique identifier
- name (string, required, length ≥ 1): Location group name
- description (string)
- companyUuid (uuid)
- ownerUuid (string)
- hireLocationGroupUuid (string)
- parentGroupUuid (string)
HTTP Status Codes
- 202: locationGroup replaced. Wrapped in a JsonAPI root response.
- 500: default error response
Example Request
curl --request PUT \
--url https://services.fountain.com/api/serviceworkforce/locationGroups/identifier \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Codes
- 202
- 500