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

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
}