Get a Supplier list
GET {{baseUrl}}/suppliers?name=aliqua&document=14&page=&pageSize=10
All filters are optionals and can be use to improve your search.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
name | string | ||
document | number | Document number of company to filter. | |
page | null | The number of items to skip before starting to collect the result set | |
pageSize | number | The numbers of items to return. |
RESPONSES
status: OK
{"totalRecords":2,"page":"0","pageSize":10,"isNumberPagination":true,"pageCount":2,"items":[{"id":"ec4f11a6-a630-4edf-a2ca-770d7f5bbbeb","name":"Supplier Name","corporateName":"Supplier Name","document":"55555555555555"},{"id":"ec4f11a6-a630-4edf-a2ca-770d7f5bbbeb","name":"Supplier Name","corporateName":"Supplier Name","document":"55555555555555"}]}