GET api/audCharge
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
audChargeDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ChargeID | integer |
None. |
|
| PackageID | integer |
Required |
|
| ImportBatchID | integer |
Required |
|
| InvoiceNumber | integer |
None. |
|
| ImportPackageID | integer |
None. |
|
| ChargeDescription | string |
Max length: 100 |
|
| Charge | decimal number |
None. |
|
| AdditionalCharge | boolean |
None. |
|
| BaseFreight | boolean |
None. |
|
| ChargeDate | date |
None. |
|
| ShipChargeID | integer |
None. |
|
| BackBillChargedDate | date |
None. |
|
| BackBillChargedByUserID | integer |
None. |
|
| BackBillIgnoredDate | date |
None. |
|
| BackBillIgnoredByUserID | integer |
None. |
|
| VASShippingServiceCode | string |
Max length: 50 |
|
| VASClientID | integer |
None. |
|
| VASChargedDate | date |
None. |
|
| VASChargedByUserID | integer |
None. |
|
| VASIgnoredDate | date |
None. |
|
| VASIgnoredByUserID | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"ChargeID": 1,
"PackageID": 2,
"ImportBatchID": 3,
"InvoiceNumber": 4,
"ImportPackageID": 1,
"ChargeDescription": "sample string 5",
"Charge": 1.0,
"AdditionalCharge": true,
"BaseFreight": true,
"ChargeDate": "2026-04-03T21:31:22.8795131-07:00",
"ShipChargeID": 1,
"BackBillChargedDate": "2026-04-03T21:31:22.8795131-07:00",
"BackBillChargedByUserID": 1,
"BackBillIgnoredDate": "2026-04-03T21:31:22.8795131-07:00",
"BackBillIgnoredByUserID": 1,
"VASShippingServiceCode": "sample string 7",
"VASClientID": 1,
"VASChargedDate": "2026-04-03T21:31:22.8795131-07:00",
"VASChargedByUserID": 1,
"VASIgnoredDate": "2026-04-03T21:31:22.8795131-07:00",
"VASIgnoredByUserID": 1,
"CreatedBy": 8,
"CreatedDate": "2026-04-03T21:31:22.8795131-07:00",
"UpdatedBy": 10,
"UpdatedDate": "2026-04-03T21:31:22.8795131-07:00"
}
application/xml, text/xml
Sample:
<audChargeDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<AdditionalCharge>true</AdditionalCharge>
<BackBillChargedByUserID>1</BackBillChargedByUserID>
<BackBillChargedDate>2026-04-03T21:31:22.8795131-07:00</BackBillChargedDate>
<BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
<BackBillIgnoredDate>2026-04-03T21:31:22.8795131-07:00</BackBillIgnoredDate>
<BaseFreight>true</BaseFreight>
<Charge>1</Charge>
<ChargeDate>2026-04-03T21:31:22.8795131-07:00</ChargeDate>
<ChargeDescription>sample string 5</ChargeDescription>
<ChargeID>1</ChargeID>
<CreatedBy>8</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-04T04:31:22.8795131Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
</CreatedDate>
<ImportBatchID>3</ImportBatchID>
<ImportPackageID>1</ImportPackageID>
<InvoiceNumber>4</InvoiceNumber>
<PackageID>2</PackageID>
<ShipChargeID>1</ShipChargeID>
<UpdatedBy>10</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-04T04:31:22.8795131Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
</UpdatedDate>
<VASChargedByUserID>1</VASChargedByUserID>
<VASChargedDate>2026-04-03T21:31:22.8795131-07:00</VASChargedDate>
<VASClientID>1</VASClientID>
<VASIgnoredByUserID>1</VASIgnoredByUserID>
<VASIgnoredDate>2026-04-03T21:31:22.8795131-07:00</VASIgnoredDate>
<VASShippingServiceCode>sample string 7</VASShippingServiceCode>
</audChargeDb>