Request Information
Returns list of sales offices. Filters are optional.
Example URL:
v2.0/SalesOffice
None.
None.
Response Information
IPageOfSalesOfficeApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Data |
List of entities on this page |
Collection of SalesOfficeApiModel |
None. |
TotalItems |
Total number of entries |
integer |
None. |
TotalPages |
Total number of pages |
integer |
None. |
Sample:
{ "Data": [ { "City": "sample string 1", "CountryId": 2, "Designation": 3, "IsRegisteredEet": true, "Name": "sample string 5", "PostalCode": "sample string 6", "Street": "sample string 7", "Id": 8 } ], "TotalItems": 1, "TotalPages": 1 }
Sample:
Sample not available.
Sample:
Sample not available.