Get CRB sales

Securityaccess_auth
Request
path Parameters
crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

query Parameters
start_date
required
string^\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|...

Start Date: yyyy-MM-dd

end_date
required
string^\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|...

End Date: yyyy-MM-dd

limit
integer <int32> [ 1 .. 1000 ]
Default: 1000

The page size

offset
integer <int32> >= 0
Default: 0

The page offset

customer_id
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Customer ID, our internal customer ID available on retail POS only

pos_customer_id
string

POS Customer ID, the customer ID internal to the specific POS, works available for both retail and wholesale POS

last_updated_from
string^\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|...

Last updated from date: yyyy-MM-dd

last_updated_to
string^\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|...

Last updated to date: yyyy-MM-dd

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/crbs/{crb_id}/sales
Response samples
application/json
{
  • "data": [
    ],
  • "metadata": {
    }
}