Create a new Location Group
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Schema
name
type: string
required: True
The name of the location groupowner_id
type: string
Unique identifier for the location group ownercustomer_attributes
type: array of objects | null
List of customer attributes for the location group
Customer Attributes
- customer_attributes
ADD object
Status Codes
201 Created401 Unauthorized
Example Request
curl --request POST \
--url https://api.fountain.com/v2/location_groups \
--header 'accept: application/json' \
--header 'content-type: application/json'
Example Response
{ "status": "201" }
Note
- Updated 3 months ago.