XentrDeveloper Docs
API ReferenceUnits of measure

Reorder units of measure (sets sortOrder from list order)

PATCH
/api/factories/{factoryId}/units-of-measure/reorder
AuthorizationBearer <token>

In: header

Path Parameters

factoryId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/factories/string/units-of-measure/reorder" \  -H "Content-Type: application/json" \  -d '{    "ids": [      "string"    ]  }'
Empty