GET
request to retrieve the details of an existing Unit of Measurement (UOM) for editing.ApiKey: ********************
curl --location --request GET 'https://app.hisabkitab.co/third-party/unit-of-measurements/1' \
--header 'ApiKey;'
{
"data": {
"id": 1,
"name": "PIECES",
"code": "PCS",
"for_gst_use_name": "PCS-PIECES",
"company_id": 6,
"is_default": false
},
"success": true,
"message": "Unit of Measurement Retrieved Successfully."
}