POST
request to add a new Unit of Measurement (UOM) to the system.ApiKey: ********************
curl --location --request POST 'https://app.hisabkitab.co/third-party/unit-of-measurements' \
--header 'ApiKey;' \
--form 'name="PACKS"' \
--form 'code="PAC"' \
--form 'for_gst_use_name="1"'
{
"data": {
"id": 6,
"name": "PACKS",
"for_gst_use_name": "PCS-PIECES",
"code": "PAC",
"full_name": "PAC-PACKS",
"company_id": 6,
"is_default": false,
"created_at": "2025-01-28T10:15:08.000000Z",
"updated_at": "2025-01-28T10:15:08.000000Z"
},
"success": true,
"message": "Unit of Measurement Created Successfully."
}