Retrieve specific items by ID
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['00000000-0000-0000-0000-000000000000', '12345678-1234-1234-1234-123456781234']
}
}
Most complete request (just to give you the format of each parameter)
{
'authentication' : {
'apiKey' : 'jjns7519v1v3ns6xU162'
},
'filters' : {
'id' : ['00000000-0000-0000-0000-000000000000', '12345678-1234-1234-1234-123456781234'],
'startdate_min' : '2015-01-01',
'startdate_max' : '2017-01-01',
'enddate_min' : '2017-10-23',
'enddate_max' : '2019-10-23',
'code' : ['example-a','example-b'],
'type' : ['AMOUNT_ORDER','FREE_SHIPPING'],
'name' : ['example a','example b'],
'discountamount_min' : '1.25',
'discountamount_max' : '99999999.99',
'minimumpurchase_min' : '0',
'minimumpurchase_max' : '10000',
'limittotal_min' : '0',
'limittotal_max' : '1000',
'limitcustomer_min' : '0',
'limitcustomer_max' : '10',
'createdon_min' : '2000-01-01',
'createdon_max' : '2042-01-01'
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}