Skip to main content

Update equipment(s) information

POST 

/partners/v1/equipment/attributes

StarterPremiumUltimate
✔️✔️

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

Request accepted (e.g. all changes will be processed as soon as possible)