GET api/Shipping/USPSServiceType/{id}

Allows you to get a specific USPS Service Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

ID of to get

integer

Required

Body Parameters

None.

Response Information

Resource Description

with the information

IUSPSServiceType
NameDescriptionTypeAdditional information
ID

integer

None.

RealtimeTypeID

integer

None.

ServiceType

string

None.

PackageSize

string

None.

ContainerType

string

None.

Machinable

string

None.

Response Formats

application/xml, text/xml

Sample:
<USPSServiceType>
  <ID>0</ID>
  <RealtimeTypeID>2</RealtimeTypeID>
  <ServiceType />
  <PackageSize />
  <ContainerType />
  <Machinable />
</USPSServiceType>

application/json, text/json

Sample:
{
  "ID": 0,
  "RealtimeTypeID": 2
}