GET api/audPackage/clients
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AuditClientName| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipperID | globally unique identifier |
None. |
|
| ShipperName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShipperID": "bb923231-29fa-4e64-9703-abce7f12eca4",
"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>bb923231-29fa-4e64-9703-abce7f12eca4</ShipperID> <ShipperName>sample string 2</ShipperName> </AuditClientName>