{
"pricing_plan": [
{
"tenant_code": "string",
"pricing_code": "string",
"pricing_description": "string",
"start_date": "2024-04-16T10:13:22.608Z",
"end_date": "2024-04-16T10:13:22.608Z",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": 0,
"debit_price": 0,
"credit_price": 0,
"deposit_price": 0,
"damage_price": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_pricing_plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"pricing_plan": [
{
"tenant_code": "string",
"pricing_code": "string",
"pricing_description": "string",
"start_date": "2024-04-16T10:13:22.608Z",
"end_date": "2024-04-16T10:13:22.608Z",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": 0,
"debit_price": 0,
"credit_price": 0,
"deposit_price": 0,
"damage_price": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}