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'],
'code' : ['CA','US'],
'name' : ['Canada','United States'],
'defaultcurrencycode' : ['CAD','USD']
},
'pagination' : {
'pageNumber' : '1',
'pageSize' : '1000'
}
}