v1

latestOpenAPI 3.1.12026-07-24260246894.7 KB
Unit Of Measures

Partial update unit of measure

Endpoint for partially updating an existing unit of measure.

patch/units-of-measure/{id}/

Path parameters

idstring required

Headers

X-Wafeq-Idempotency-Keystring

Client-provided UUID to uniquely identify a request

Request body

created_tsstring date-time

The timestamp in UTC when the unit of measure was created

idstring

The unique identifier of the unit of measure.

is_activeboolean

Whether the unit of measure is active.

modified_tsstring date-time

The timestamp in UTC when the unit of measure was last modified

namestring

The name of the unit of measure.

name_arstring

The Arabic name of the unit of measure.

Response

created_tsstring date-time required

The timestamp in UTC when the unit of measure was created

idstring required

The unique identifier of the unit of measure.

is_activeboolean

Whether the unit of measure is active.

modified_tsstring date-time required

The timestamp in UTC when the unit of measure was last modified

namestring required

The name of the unit of measure.

name_arstring

The Arabic name of the unit of measure.