{
"tenant_code": "string",
"distributor_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/get_sub_distributor_margin' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"distributor_code": "string",
"page_number": 0,
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z"
}'
[
{
"tenant_code": "string",
"outlet_code": "string",
"distributor_code": "string",
"item_code": "string",
"product_hierarchy_code": "string",
"scope_type": 0,
"effective_date": "2019-08-24T14:15:22Z",
"calculation_method": 0,
"margin_value": 0,
"last_modified_dateTime": "2019-08-24T14:15:22Z"
}
]