{
"pricing_control": [
{
"tenant_code": "string",
"pricing_code": "string",
"pricing_description": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"item_code": "string",
"sub_hierarchy_code": "string",
"debit_price": 0,
"credit_price": 0,
"deposit_price": 0,
"damage_price": 0,
"mrp": 0,
"effective_date": "2019-08-24T14:15:22Z"
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_price' \
--header 'Content-Type: application/json' \
--data-raw '{
"pricing_control": [
{
"tenant_code": "string",
"pricing_code": "string",
"pricing_description": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"item_code": "string",
"sub_hierarchy_code": "string",
"debit_price": 0,
"credit_price": 0,
"deposit_price": 0,
"damage_price": 0,
"mrp": 0,
"effective_date": "2019-08-24T14:15:22Z"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}