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": "a056fc77-b1bc-4c8d-8ba4-ecdb4765115b",
  "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>a056fc77-b1bc-4c8d-8ba4-ecdb4765115b</ShipperID>
  <ShipperName>sample string 2</ShipperName>
</AuditClientName>