{
"dms_price_list": [
{
"tenant_code": "string",
"location_code": "string",
"item_code": "string",
"item_type_code": 0,
"units_of_measure": "string",
"mrp": 0,
"rm_type": 0,
"rm_value": 0,
"dm_type": 0,
"dm_value": 0,
"standard_freight": 0,
"standard_cost": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_dms_price_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"dms_price_list": [
{
"tenant_code": "string",
"location_code": "string",
"item_code": "string",
"item_type_code": 0,
"units_of_measure": "string",
"mrp": 0,
"rm_type": 0,
"rm_value": 0,
"dm_type": 0,
"dm_value": 0,
"standard_freight": 0,
"standard_cost": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}