{
"primary_price": [
{
"tenant_code": "string",
"divison_code": "string",
"effective_date": "2024-05-07T06:03:49.505Z",
"item_code": "string",
"units_of_measure": "string",
"mrp": 0,
"distributor_buy_price": 0,
"active_indicator": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_primary_price' \
--header 'Content-Type: application/json' \
--data-raw '{
"primary_price": [
{
"tenant_code": "string",
"divison_code": "string",
"effective_date": "2024-05-07T06:03:49.505Z",
"item_code": "string",
"units_of_measure": "string",
"mrp": 0,
"distributor_buy_price": 0,
"active_indicator": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}