/api/xd/1.0/get_promo_accrual_details
Developing
Request
Body Params application/json
{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2025-04-16T09:34:49.814Z",
"end_date_time": "2025-04-16T09:34:49.814Z",
"page_number": 0
}
Request Code Samples
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_promo_accrual_details' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"start_date_time": "2025-04-16T09:34:49.814Z",
"end_date_time": "2025-04-16T09:34:49.814Z",
"page_number": 0
}'
Responses
application/json [
{
"promo_accrual_id": 0,
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"customer_code": "string",
"bill_to_customer": "string",
"promotion_code": "string",
"document_date": "2025-04-16T09:34:49.878Z",
"document_number": "string",
"document_type": 0,
"currency_code": "string",
"item_code": "string",
"item_quantity": 0,
"item_quantity_1": 0,
"item_quantity_2": 0,
"item_price_in_base_uom": 0,
"gross_total_amount": 0,
"line_total_amount": 0
}
]
Modified atĀ 2025-04-16 09:42:39