Skip to main content
POST
A group must be provided for updating or creating the units. You can provide either a group id through the group_id parameter or a group external reference through the group_external_ref attribute. Do not provide both, as this will result in the request failing. If no group id or group external reference is provided, the operation will fail. This endpoint firstly attempts to match the provided units data with existing units via the unit’s identifier body parameter, in order to update an existing entry. If a unit is not found via the identifier or the identifier parameter is not set, the endpoint attempts to match an existing unit via the address.
string
default:"none"
required
The authentication token for your request

Body

string
default:"none"
The id of the group you want to create or update the units for.
string
default:"none"
The external reference of the group you want to create or update the units for.
[object]
default:"none"
required
A list of units to be updated or created

Response

[object]
The list of units created or updated by the operation along with the most up to date attributes for each unit.Also indicates whether each of the units was succesfully updated or created and a reason for failure, if the update or creat for the unit failed.

Errors

Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400
Missing Authorization header
Status Code - 401
Expired Authorization header bearer token value
Status Code - 401
Invalid Authorization header bearer token value
Status Code - 400 Returned if no group id or external reference is passed in the body.
No group id or external reference supplied
Status Code - 400 Returned if both a group id and group_external_ref are provided
Both group id and external ref provided for the unit post-multiple operation
Status Code - 401 Returned if the authenticated API user does not have access to the requested group.
No access to the provided group
Status Code - 404 Returned if no group for the provided group ID is found
Group with provided ID not found