GET api/audPackage/clients

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AuditClientName
NameDescriptionTypeAdditional information
ShipperID

globally unique identifier

None.

ShipperName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ShipperID": "5b59dc1f-c48c-4754-b03b-e494080ff2d5",
  "ShipperName": "sample string 2"
}

application/xml, text/xml

Sample:
<AuditClientName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
  <ShipperID>5b59dc1f-c48c-4754-b03b-e494080ff2d5</ShipperID>
  <ShipperName>sample string 2</ShipperName>
</AuditClientName>