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": "b2b50c4d-efdf-455f-bcf0-83fbc675cced",
"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>b2b50c4d-efdf-455f-bcf0-83fbc675cced</ShipperID> <ShipperName>sample string 2</ShipperName> </AuditClientName>