GET api/packages/shippers

Gets the list of package shippers

Request Information

Authentication

This method requires user authentication

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ListWrapperOfShipper
NameDescriptionTypeAdditional information
Total

integer

None.

Elements

Collection of Shipper

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Elements": [
    {
      "Name": "sample string 1"
    },
    {
      "Name": "sample string 1"
    }
  ]
}