Update equipment(s) information
POST/partners/v1/equipment/attributes
Starter | Premium | Ultimate |
---|---|---|
❌ | ✔️ | ✔️ |
Update all equipment(s) by replacing information with the provided information.
⚠️ The request is processed in background. It can takes up to several minutes to see the change if there is a lot of changes.
The equipment identifier can be provided in two way:
- as a simple string
- or a complex typed identifier
For instance, that format:
[
{
"id": 2507
}
]
is equivalent to:
[
{
"id": {
"type": "native",
"value": 2507
}
}
]
Omit the property if you do not want to make any changes to the attribute. To unset an attribute, set it to null.
⚠️ A maximum of 10.000 updates can be processed in a single request. You need to split in several requests if you have more changes.
Request
Responses
- 202
- 400
- 401
- 403
Request accepted (e.g. all changes will be processed as soon as possible)
Request contains invalid data or does not have all required data
Missing or invalid Api Key (e.g. revoked or non-existent)
Access denied