Create 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.

locationGroupPayload

object

required

Fields to create the location group. Uses the locationGroup schema; at minimum name is required.

locationGroupPayload

object

customAttributesPayload

array of objects

required

List of Company Attributes to attach to the location group. If the field is omitted, the location group will be created without company attributes. If you provide an empty array ([]), the location group will be created with no attributes.

customAttributesPayload

ADD object

201

Created Successfully

#
400      default error response

ShellNode

Ruby

PHP

Python


xxxxxxxxxx

```bash
curl --request POST \
     --url https://services.fountain.com/api/serviceworkforce/processes/locationGroups/custom_attributes \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

400