v2

latestSwagger 2.02026-08-01139174369.1 KB
SalesRep

Returns a list of company's SaleRep. Filtering is forbidden. Ordering is allowed by "id".

get/v1/salesReps

Response

OK

NextPageLinkstring
Countinteger

Example response

{
  "Items": [
    {
      "id": 1,
      "companyId": 123456,
      "code": "SR0001",
      "name": "Sales Rep 1",
      "phone": "1234567890",
      "email": "example@gmail.com",
      "timeStamp": "vlxK5vbv3gg="
    }
  ]
}