id
of the export in the endpoint path. All associated parameters should be provided in object format in the body. Use the Get available exports endpoint to determine the id
and which parameters are expected.curl --location --request POST '/Export/' \
--header 'Content-Type: application/json' \
--data-raw '{
"Page Index": 1,
"Results Per Page": 10,
"Product ID": "PROD234",
"Vendor ID": "VEND949"
}'
[
{
"Vendor Name": "A la carte",
"Product Name": "Apple",
"Quantity Purchased": 10
},
{
"Vendor Name": "A la carte",
"Product Name": "Orange",
"Quantity Purchased": 45
}
]