Shipping Companies
The Shipping Companies resource allows Shipping Companies to be listed.
The full range of URIs and HTTP Verbs supported are:
Operation | HTTP Action |
---|---|
List a page of non-obsolete Shipping Companies | GET /ShippingCompanies |
View any Shipping Company | GET /ShippingCompanies/{id} |
GET ShippingCompanies
These filters can be used with the GET ShippingCompanies endpoint:
Filter | Description |
---|---|
pageSize |
Specifies the page size for pagination. Default page size is 200 shipping companies. Note: Requesting large numbers of shipping companies can be susceptible to poor network performance. Please reduce the page size if you experience delayed requests. |
includeObsolete |
Returns all shipping companies, including obsolete, if set to true . If set to false or if it is not specified then returns only active (ie. non-obsolete) shipping companies |
Filters are used by adding the filter and value to the URI: /ShippingCompanies?includeObsolete=true
Note: Default ordering is done by CreatedOn ascending
Available Fields for ShippingCompany:
Property | Type | Length | Required | Notes |
---|---|---|---|---|
CreatedBy | String | |||
Guid | Guid | Yes | Unique identifier. Can only be set when adding a record. | |
LastModifiedOn | Nullable DateTime | |||
Name | String | 256 | Yes | |
Obsolete | Boolean | true , false |
Examples for Request GET /ShippingCompanies
show xml example
show json example