GET api/audChargeNew/package/{PackageID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of audChargeDb| Name | Description | Type | Additional information |
|---|---|---|---|
| ChargeID | integer |
None. |
|
| PackageID | integer |
Required |
|
| ImportBatchID | integer |
Required |
|
| InvoiceNumber | string |
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. |
|
| BackBillChargeAmount | integer |
None. |
|
| AuditBackBillFlag | integer |
None. |
|
| AuditOverchargeFlag | integer |
None. |
|
| SurchargeCarrierID | integer |
None. |
|
| SurchargeTypeID | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| DateShipped | date |
None. |
|
| AuditVasFlag | boolean |
None. |
|
| VASStatus | string |
None. |
|
| BackBillStatus | string |
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": "sample string 4",
"ImportPackageID": 1,
"ChargeDescription": "sample string 5",
"Charge": 1.0,
"AdditionalCharge": true,
"BaseFreight": true,
"ChargeDate": "2025-12-06T23:40:53.5216185+00:00",
"ShipChargeID": 1,
"BackBillChargedDate": "2025-12-06T23:40:53.5216185+00:00",
"BackBillChargedByUserID": 1,
"BackBillIgnoredDate": "2025-12-06T23:40:53.5216185+00:00",
"BackBillIgnoredByUserID": 1,
"VASShippingServiceCode": "sample string 7",
"VASClientID": 1,
"VASChargedDate": "2025-12-06T23:40:53.5216185+00:00",
"VASChargedByUserID": 1,
"VASIgnoredDate": "2025-12-06T23:40:53.5216185+00:00",
"VASIgnoredByUserID": 1,
"BackBillChargeAmount": 1,
"AuditBackBillFlag": 1,
"AuditOverchargeFlag": 1,
"SurchargeCarrierID": 1,
"SurchargeTypeID": 1,
"InvoiceDate": "2025-12-06T23:40:53.5216185+00:00",
"DateShipped": "2025-12-06T23:40:53.5216185+00:00",
"AuditVasFlag": true,
"VASStatus": "sample string 8",
"BackBillStatus": "sample string 9",
"CreatedBy": 10,
"CreatedDate": "2025-12-06T23:40:53.5216185+00:00",
"UpdatedBy": 12,
"UpdatedDate": "2025-12-06T23:40:53.5216185+00:00"
},
{
"results": null,
"ChargeID": 1,
"PackageID": 2,
"ImportBatchID": 3,
"InvoiceNumber": "sample string 4",
"ImportPackageID": 1,
"ChargeDescription": "sample string 5",
"Charge": 1.0,
"AdditionalCharge": true,
"BaseFreight": true,
"ChargeDate": "2025-12-06T23:40:53.5216185+00:00",
"ShipChargeID": 1,
"BackBillChargedDate": "2025-12-06T23:40:53.5216185+00:00",
"BackBillChargedByUserID": 1,
"BackBillIgnoredDate": "2025-12-06T23:40:53.5216185+00:00",
"BackBillIgnoredByUserID": 1,
"VASShippingServiceCode": "sample string 7",
"VASClientID": 1,
"VASChargedDate": "2025-12-06T23:40:53.5216185+00:00",
"VASChargedByUserID": 1,
"VASIgnoredDate": "2025-12-06T23:40:53.5216185+00:00",
"VASIgnoredByUserID": 1,
"BackBillChargeAmount": 1,
"AuditBackBillFlag": 1,
"AuditOverchargeFlag": 1,
"SurchargeCarrierID": 1,
"SurchargeTypeID": 1,
"InvoiceDate": "2025-12-06T23:40:53.5216185+00:00",
"DateShipped": "2025-12-06T23:40:53.5216185+00:00",
"AuditVasFlag": true,
"VASStatus": "sample string 8",
"BackBillStatus": "sample string 9",
"CreatedBy": 10,
"CreatedDate": "2025-12-06T23:40:53.5216185+00:00",
"UpdatedBy": 12,
"UpdatedDate": "2025-12-06T23:40:53.5216185+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfaudChargeDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<audChargeDb>
<results xmlns:d3p1="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>
<AuditBackBillFlag>1</AuditBackBillFlag>
<AuditOverchargeFlag>1</AuditOverchargeFlag>
<AuditVasFlag>true</AuditVasFlag>
<BackBillChargeAmount>1</BackBillChargeAmount>
<BackBillChargedByUserID>1</BackBillChargedByUserID>
<BackBillChargedDate>2025-12-06T23:40:53.5216185+00:00</BackBillChargedDate>
<BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
<BackBillIgnoredDate>2025-12-06T23:40:53.5216185+00:00</BackBillIgnoredDate>
<BackBillStatus>sample string 9</BackBillStatus>
<BaseFreight>true</BaseFreight>
<Charge>1</Charge>
<ChargeDate>2025-12-06T23:40:53.5216185+00:00</ChargeDate>
<ChargeDescription>sample string 5</ChargeDescription>
<ChargeID>1</ChargeID>
<CreatedBy>10</CreatedBy>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:40:53.5216185Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<DateShipped>2025-12-06T23:40:53.5216185+00:00</DateShipped>
<ImportBatchID>3</ImportBatchID>
<ImportPackageID>1</ImportPackageID>
<InvoiceDate>2025-12-06T23:40:53.5216185+00:00</InvoiceDate>
<InvoiceNumber>sample string 4</InvoiceNumber>
<PackageID>2</PackageID>
<ShipChargeID>1</ShipChargeID>
<SurchargeCarrierID>1</SurchargeCarrierID>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>12</UpdatedBy>
<UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:40:53.5216185Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</UpdatedDate>
<VASChargedByUserID>1</VASChargedByUserID>
<VASChargedDate>2025-12-06T23:40:53.5216185+00:00</VASChargedDate>
<VASClientID>1</VASClientID>
<VASIgnoredByUserID>1</VASIgnoredByUserID>
<VASIgnoredDate>2025-12-06T23:40:53.5216185+00:00</VASIgnoredDate>
<VASShippingServiceCode>sample string 7</VASShippingServiceCode>
<VASStatus>sample string 8</VASStatus>
</audChargeDb>
<audChargeDb>
<results xmlns:d3p1="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>
<AuditBackBillFlag>1</AuditBackBillFlag>
<AuditOverchargeFlag>1</AuditOverchargeFlag>
<AuditVasFlag>true</AuditVasFlag>
<BackBillChargeAmount>1</BackBillChargeAmount>
<BackBillChargedByUserID>1</BackBillChargedByUserID>
<BackBillChargedDate>2025-12-06T23:40:53.5216185+00:00</BackBillChargedDate>
<BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
<BackBillIgnoredDate>2025-12-06T23:40:53.5216185+00:00</BackBillIgnoredDate>
<BackBillStatus>sample string 9</BackBillStatus>
<BaseFreight>true</BaseFreight>
<Charge>1</Charge>
<ChargeDate>2025-12-06T23:40:53.5216185+00:00</ChargeDate>
<ChargeDescription>sample string 5</ChargeDescription>
<ChargeID>1</ChargeID>
<CreatedBy>10</CreatedBy>
<CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:40:53.5216185Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</CreatedDate>
<DateShipped>2025-12-06T23:40:53.5216185+00:00</DateShipped>
<ImportBatchID>3</ImportBatchID>
<ImportPackageID>1</ImportPackageID>
<InvoiceDate>2025-12-06T23:40:53.5216185+00:00</InvoiceDate>
<InvoiceNumber>sample string 4</InvoiceNumber>
<PackageID>2</PackageID>
<ShipChargeID>1</ShipChargeID>
<SurchargeCarrierID>1</SurchargeCarrierID>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>12</UpdatedBy>
<UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:40:53.5216185Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</UpdatedDate>
<VASChargedByUserID>1</VASChargedByUserID>
<VASChargedDate>2025-12-06T23:40:53.5216185+00:00</VASChargedDate>
<VASClientID>1</VASClientID>
<VASIgnoredByUserID>1</VASIgnoredByUserID>
<VASIgnoredDate>2025-12-06T23:40:53.5216185+00:00</VASIgnoredDate>
<VASShippingServiceCode>sample string 7</VASShippingServiceCode>
<VASStatus>sample string 8</VASStatus>
</audChargeDb>
</ArrayOfaudChargeDb>