Captures if there are case sizes applicable to the purchases and transfers for an article.
Request
Body Params application/json
[
{
"article_id": "string",
"uom_type": "puom",
"conversion_unit": 0,
"conversion_label": "string"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/master/article_uom_master/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"uom_type": "puom",
"conversion_unit": 0,
"conversion_label": "string"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04