POST
request to update an existing Unit of Measurement (UOM) in the system. It allows users to modify the name, unique code, or GST-related unit ID of an existing measurement unit.ApiKey: ********************
curl --location --request POST 'https://app.hisabkitab.co/third-party/unit-of-measurements/1' \
--header 'ApiKey: <api-key>' \
--form 'name="PACKS"' \
--form 'code="PAC"' \
--form 'for_gst_use_name="1"'
{
"data": true,
"success": true,
"message": "Unit of Measurement Updated Successfully."
}