Get sales for service provider's CRB

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

Service Provider Id

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

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

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