v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Operations

Add internal attributes to operations in bulk

Attaches internal attribute values to operations, identified by customId. These attributes are for internal use only and are not shared back with the ERP through the regular operation fields.

post/operations/{companyId}/attributes/bulk

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "attributes": [
        {
          "customId": "cost-center",
          "value": "Marketing",
          "valueCustomId": "marketing"
        }
      ]
    }
  ]
}

Response

Successful Response