Customers

Number of APIs: 6

  1. /customers GET {{baseUrl}}/customers?embed=<string>&fields=<string>&sort=<string>&trade=<integer>&count=<integer>&offset=<integer>

  2. /customers POST {{baseUrl}}/customers

  3. /customers/count GET {{baseUrl}}/customers/count?trade=<integer>

  4. /customers/{id} GET {{baseUrl}}/customers/:id?embed=<string>&fields=<string>

  5. /customers/{id} PUT {{baseUrl}}/customers/:id

  6. /customers/{id} DELETE {{baseUrl}}/customers/:id