PUT api/audExpectedCharge/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
audRatedChargeDb| Name | Description | Type | Additional information |
|---|---|---|---|
| RatedChargeID | integer |
None. |
|
| PackageID | integer |
Required |
|
| ImportBatchID | integer |
Max length: 100 |
|
| ChargeDescription | string |
None. |
|
| StandardBookRate | decimal number |
None. |
|
| ClientBookRate | decimal number |
None. |
|
| DiscountBookRate | decimal number |
None. |
|
| ClientRate | decimal number |
None. |
|
| DiscountRate | decimal number |
None. |
|
| ReRateStandardBookRate | decimal number |
None. |
|
| ReRateClientBookRate | decimal number |
None. |
|
| ReRateDiscountBookRate | decimal number |
None. |
|
| ReRateClientRate | decimal number |
None. |
|
| ReRateDiscountRate | decimal number |
None. |
|
| ClientRateDelta | decimal number |
None. |
|
| ShipChargeID | integer |
None. |
|
| BackBillChargeAmount | decimal number |
None. |
|
| BackBillChargedDate | date |
None. |
|
| BackBillChargedByUserID | integer |
None. |
|
| BackBillChargedByUserName | string |
None. |
|
| BackBillIgnoredDate | date |
None. |
|
| BackBillIgnoredByUserID | integer |
None. |
|
| BackBillIgnoredByUserName | string |
None. |
|
| BackBillChargeID | globally unique identifier |
None. |
|
| BackBillBatchID | globally unique identifier |
None. |
|
| IssueDisputedByUserID | integer |
None. |
|
| IssueDisputedDate | date |
None. |
|
| IssueDisputedByUserName | string |
None. |
|
| IssueAcceptedByUserID | integer |
None. |
|
| IssueAcceptedDate | date |
None. |
|
| IssueAcceptedByUserName | string |
None. |
|
| CreatedBy | integer |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedBy | integer |
Required |
|
| UpdatedDate | date |
Required |
|
| SurchargeTypeID | integer |
None. |
|
| IsOriginal | boolean |
None. |
|
| DisputeLockedBy | integer |
None. |
|
| DisputeLockedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Request Formats
application/json, text/json
Sample:
{
"results": null,
"RatedChargeID": 1,
"PackageID": 2,
"ImportBatchID": 1,
"ChargeDescription": "sample string 3",
"StandardBookRate": 1.0,
"ClientBookRate": 1.0,
"DiscountBookRate": 1.0,
"ClientRate": 1.0,
"DiscountRate": 1.0,
"ReRateStandardBookRate": 1.0,
"ReRateClientBookRate": 1.0,
"ReRateDiscountBookRate": 1.0,
"ReRateClientRate": 1.0,
"ReRateDiscountRate": 1.0,
"ClientRateDelta": 1.0,
"ShipChargeID": 4,
"BackBillChargeAmount": 1.0,
"BackBillChargedDate": "2025-12-06T23:43:07.39018+00:00",
"BackBillChargedByUserID": 5,
"BackBillChargedByUserName": "sample string 6",
"BackBillIgnoredDate": "2025-12-06T23:43:07.39018+00:00",
"BackBillIgnoredByUserID": 1,
"BackBillIgnoredByUserName": "sample string 7",
"BackBillChargeID": "678b98e9-6830-4ac4-bf53-9673981334f1",
"BackBillBatchID": "d0bee39f-e1eb-4207-a749-e0ad7513917c",
"IssueDisputedByUserID": 1,
"IssueDisputedDate": "2025-12-06T23:43:07.39018+00:00",
"IssueDisputedByUserName": "sample string 8",
"IssueAcceptedByUserID": 1,
"IssueAcceptedDate": "2025-12-06T23:43:07.39018+00:00",
"IssueAcceptedByUserName": "sample string 9",
"CreatedBy": 10,
"CreatedDate": "2025-12-06T23:43:07.39018+00:00",
"UpdatedBy": 12,
"UpdatedDate": "2025-12-06T23:43:07.39018+00:00",
"SurchargeTypeID": 1,
"IsOriginal": true,
"DisputeLockedBy": 1,
"DisputeLockedDate": "2025-12-06T23:43:07.39018+00:00"
}
application/xml, text/xml
Sample:
<audRatedChargeDb 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" />
<BackBillBatchID>d0bee39f-e1eb-4207-a749-e0ad7513917c</BackBillBatchID>
<BackBillChargeAmount>1</BackBillChargeAmount>
<BackBillChargeID>678b98e9-6830-4ac4-bf53-9673981334f1</BackBillChargeID>
<BackBillChargedByUserID>5</BackBillChargedByUserID>
<BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
<BackBillChargedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</BackBillChargedDate>
<BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
<BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
<BackBillIgnoredDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</BackBillIgnoredDate>
<ChargeDescription>sample string 3</ChargeDescription>
<ClientBookRate>1</ClientBookRate>
<ClientRate>1</ClientRate>
<ClientRateDelta>1</ClientRateDelta>
<CreatedBy>10</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DiscountBookRate>1</DiscountBookRate>
<DiscountRate>1</DiscountRate>
<DisputeLockedBy>1</DisputeLockedBy>
<DisputeLockedDate>2025-12-06T23:43:07.39018+00:00</DisputeLockedDate>
<ImportBatchID>1</ImportBatchID>
<IsOriginal>true</IsOriginal>
<IssueAcceptedByUserID>1</IssueAcceptedByUserID>
<IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
<IssueAcceptedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</IssueAcceptedDate>
<IssueDisputedByUserID>1</IssueDisputedByUserID>
<IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
<IssueDisputedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</IssueDisputedDate>
<PackageID>2</PackageID>
<RatedChargeID>1</RatedChargeID>
<ReRateClientBookRate>1</ReRateClientBookRate>
<ReRateClientRate>1</ReRateClientRate>
<ReRateDiscountBookRate>1</ReRateDiscountBookRate>
<ReRateDiscountRate>1</ReRateDiscountRate>
<ReRateStandardBookRate>1</ReRateStandardBookRate>
<ShipChargeID>4</ShipChargeID>
<StandardBookRate>1</StandardBookRate>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>12</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audRatedChargeDb>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
audRatedChargeDb| Name | Description | Type | Additional information |
|---|---|---|---|
| RatedChargeID | integer |
None. |
|
| PackageID | integer |
Required |
|
| ImportBatchID | integer |
Max length: 100 |
|
| ChargeDescription | string |
None. |
|
| StandardBookRate | decimal number |
None. |
|
| ClientBookRate | decimal number |
None. |
|
| DiscountBookRate | decimal number |
None. |
|
| ClientRate | decimal number |
None. |
|
| DiscountRate | decimal number |
None. |
|
| ReRateStandardBookRate | decimal number |
None. |
|
| ReRateClientBookRate | decimal number |
None. |
|
| ReRateDiscountBookRate | decimal number |
None. |
|
| ReRateClientRate | decimal number |
None. |
|
| ReRateDiscountRate | decimal number |
None. |
|
| ClientRateDelta | decimal number |
None. |
|
| ShipChargeID | integer |
None. |
|
| BackBillChargeAmount | decimal number |
None. |
|
| BackBillChargedDate | date |
None. |
|
| BackBillChargedByUserID | integer |
None. |
|
| BackBillChargedByUserName | string |
None. |
|
| BackBillIgnoredDate | date |
None. |
|
| BackBillIgnoredByUserID | integer |
None. |
|
| BackBillIgnoredByUserName | string |
None. |
|
| BackBillChargeID | globally unique identifier |
None. |
|
| BackBillBatchID | globally unique identifier |
None. |
|
| IssueDisputedByUserID | integer |
None. |
|
| IssueDisputedDate | date |
None. |
|
| IssueDisputedByUserName | string |
None. |
|
| IssueAcceptedByUserID | integer |
None. |
|
| IssueAcceptedDate | date |
None. |
|
| IssueAcceptedByUserName | string |
None. |
|
| CreatedBy | integer |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedBy | integer |
Required |
|
| UpdatedDate | date |
Required |
|
| SurchargeTypeID | integer |
None. |
|
| IsOriginal | boolean |
None. |
|
| DisputeLockedBy | integer |
None. |
|
| DisputeLockedDate | date |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"RatedChargeID": 1,
"PackageID": 2,
"ImportBatchID": 1,
"ChargeDescription": "sample string 3",
"StandardBookRate": 1.0,
"ClientBookRate": 1.0,
"DiscountBookRate": 1.0,
"ClientRate": 1.0,
"DiscountRate": 1.0,
"ReRateStandardBookRate": 1.0,
"ReRateClientBookRate": 1.0,
"ReRateDiscountBookRate": 1.0,
"ReRateClientRate": 1.0,
"ReRateDiscountRate": 1.0,
"ClientRateDelta": 1.0,
"ShipChargeID": 4,
"BackBillChargeAmount": 1.0,
"BackBillChargedDate": "2025-12-06T23:43:07.39018+00:00",
"BackBillChargedByUserID": 5,
"BackBillChargedByUserName": "sample string 6",
"BackBillIgnoredDate": "2025-12-06T23:43:07.39018+00:00",
"BackBillIgnoredByUserID": 1,
"BackBillIgnoredByUserName": "sample string 7",
"BackBillChargeID": "41e4a2b2-6fa6-4941-94af-f6d6da1f20a5",
"BackBillBatchID": "115f3b40-5e32-4e15-a5f7-da8757f26cc3",
"IssueDisputedByUserID": 1,
"IssueDisputedDate": "2025-12-06T23:43:07.39018+00:00",
"IssueDisputedByUserName": "sample string 8",
"IssueAcceptedByUserID": 1,
"IssueAcceptedDate": "2025-12-06T23:43:07.39018+00:00",
"IssueAcceptedByUserName": "sample string 9",
"CreatedBy": 10,
"CreatedDate": "2025-12-06T23:43:07.39018+00:00",
"UpdatedBy": 12,
"UpdatedDate": "2025-12-06T23:43:07.39018+00:00",
"SurchargeTypeID": 1,
"IsOriginal": true,
"DisputeLockedBy": 1,
"DisputeLockedDate": "2025-12-06T23:43:07.39018+00:00"
}
application/xml, text/xml
Sample:
<audRatedChargeDb 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" />
<BackBillBatchID>115f3b40-5e32-4e15-a5f7-da8757f26cc3</BackBillBatchID>
<BackBillChargeAmount>1</BackBillChargeAmount>
<BackBillChargeID>41e4a2b2-6fa6-4941-94af-f6d6da1f20a5</BackBillChargeID>
<BackBillChargedByUserID>5</BackBillChargedByUserID>
<BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
<BackBillChargedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</BackBillChargedDate>
<BackBillIgnoredByUserID>1</BackBillIgnoredByUserID>
<BackBillIgnoredByUserName>sample string 7</BackBillIgnoredByUserName>
<BackBillIgnoredDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</BackBillIgnoredDate>
<ChargeDescription>sample string 3</ChargeDescription>
<ClientBookRate>1</ClientBookRate>
<ClientRate>1</ClientRate>
<ClientRateDelta>1</ClientRateDelta>
<CreatedBy>10</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DiscountBookRate>1</DiscountBookRate>
<DiscountRate>1</DiscountRate>
<DisputeLockedBy>1</DisputeLockedBy>
<DisputeLockedDate>2025-12-06T23:43:07.39018+00:00</DisputeLockedDate>
<ImportBatchID>1</ImportBatchID>
<IsOriginal>true</IsOriginal>
<IssueAcceptedByUserID>1</IssueAcceptedByUserID>
<IssueAcceptedByUserName>sample string 9</IssueAcceptedByUserName>
<IssueAcceptedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</IssueAcceptedDate>
<IssueDisputedByUserID>1</IssueDisputedByUserID>
<IssueDisputedByUserName>sample string 8</IssueDisputedByUserName>
<IssueDisputedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</IssueDisputedDate>
<PackageID>2</PackageID>
<RatedChargeID>1</RatedChargeID>
<ReRateClientBookRate>1</ReRateClientBookRate>
<ReRateClientRate>1</ReRateClientRate>
<ReRateDiscountBookRate>1</ReRateDiscountBookRate>
<ReRateDiscountRate>1</ReRateDiscountRate>
<ReRateStandardBookRate>1</ReRateStandardBookRate>
<ShipChargeID>4</ShipChargeID>
<StandardBookRate>1</StandardBookRate>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>12</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:07.39018Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audRatedChargeDb>