Update a location group and replace its Company Attributes with the payload
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
locationGroupUuid
- type: uuid
- required: Required
- description: UUID of the locationGroup to update
locationGroupPayload
- type: object
- required: Required
- description: Fields to update on the location group. Uses the locationGroup schema; provide only the fields to change.
customAttributesPayload
- type: array of objects
- required: Required
- description: Replacement list of Company Attributes to attach to the location group. Attribute may be referenced by UUID or key and value must match the attribute's configured data type. Omit the field to leave the location group's existing attributes unchanged; provide an empty array ([]) to remove all attributes from the location group.
ADD object
Responses
204 Updated Successfully
400 default error response
404 default error response
Example Request
curl --request PATCH \
--url https://services.fountain.com/api/serviceworkforce/processes/locationGroups/locationGroupUuid/custom_attributes \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Responses:
400
404