POST api/audExpectedCharge

Request Information

URI Parameters

None.

Body Parameters

audRatedChargeDb
NameDescriptionTypeAdditional 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:40:00.1336195+00:00",
  "BackBillChargedByUserID": 5,
  "BackBillChargedByUserName": "sample string 6",
  "BackBillIgnoredDate": "2025-12-06T23:40:00.1336195+00:00",
  "BackBillIgnoredByUserID": 1,
  "BackBillIgnoredByUserName": "sample string 7",
  "BackBillChargeID": "2dd67e5e-a377-4df4-957f-68ae4d78d941",
  "BackBillBatchID": "750417a4-9d72-45dc-a8ef-1d29c183031a",
  "IssueDisputedByUserID": 1,
  "IssueDisputedDate": "2025-12-06T23:40:00.1336195+00:00",
  "IssueDisputedByUserName": "sample string 8",
  "IssueAcceptedByUserID": 1,
  "IssueAcceptedDate": "2025-12-06T23:40:00.1336195+00:00",
  "IssueAcceptedByUserName": "sample string 9",
  "CreatedBy": 10,
  "CreatedDate": "2025-12-06T23:40:00.1336195+00:00",
  "UpdatedBy": 12,
  "UpdatedDate": "2025-12-06T23:40:00.1336195+00:00",
  "SurchargeTypeID": 1,
  "IsOriginal": true,
  "DisputeLockedBy": 1,
  "DisputeLockedDate": "2025-12-06T23:40:00.1336195+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>750417a4-9d72-45dc-a8ef-1d29c183031a</BackBillBatchID>
  <BackBillChargeAmount>1</BackBillChargeAmount>
  <BackBillChargeID>2dd67e5e-a377-4df4-957f-68ae4d78d941</BackBillChargeID>
  <BackBillChargedByUserID>5</BackBillChargedByUserID>
  <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
  <BackBillChargedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:40:00.1336195Z</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:40:00.1336195Z</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:40:00.1336195Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <DiscountBookRate>1</DiscountBookRate>
  <DiscountRate>1</DiscountRate>
  <DisputeLockedBy>1</DisputeLockedBy>
  <DisputeLockedDate>2025-12-06T23:40:00.1336195+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:40:00.1336195Z</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:40:00.1336195Z</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:40:00.1336195Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
</audRatedChargeDb>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'audRatedChargeDb'.

Response Information

Resource Description

audRatedChargeDb
NameDescriptionTypeAdditional 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:40:00.1336195+00:00",
  "BackBillChargedByUserID": 5,
  "BackBillChargedByUserName": "sample string 6",
  "BackBillIgnoredDate": "2025-12-06T23:40:00.1336195+00:00",
  "BackBillIgnoredByUserID": 1,
  "BackBillIgnoredByUserName": "sample string 7",
  "BackBillChargeID": "5846c45d-6308-4a50-b54e-4a7d3c4d555f",
  "BackBillBatchID": "92b21272-7011-4681-a684-456cb3baf51d",
  "IssueDisputedByUserID": 1,
  "IssueDisputedDate": "2025-12-06T23:40:00.1336195+00:00",
  "IssueDisputedByUserName": "sample string 8",
  "IssueAcceptedByUserID": 1,
  "IssueAcceptedDate": "2025-12-06T23:40:00.1336195+00:00",
  "IssueAcceptedByUserName": "sample string 9",
  "CreatedBy": 10,
  "CreatedDate": "2025-12-06T23:40:00.1336195+00:00",
  "UpdatedBy": 12,
  "UpdatedDate": "2025-12-06T23:40:00.1336195+00:00",
  "SurchargeTypeID": 1,
  "IsOriginal": true,
  "DisputeLockedBy": 1,
  "DisputeLockedDate": "2025-12-06T23:40:00.1336195+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>92b21272-7011-4681-a684-456cb3baf51d</BackBillBatchID>
  <BackBillChargeAmount>1</BackBillChargeAmount>
  <BackBillChargeID>5846c45d-6308-4a50-b54e-4a7d3c4d555f</BackBillChargeID>
  <BackBillChargedByUserID>5</BackBillChargedByUserID>
  <BackBillChargedByUserName>sample string 6</BackBillChargedByUserName>
  <BackBillChargedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2025-12-06T23:40:00.1336195Z</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:40:00.1336195Z</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:40:00.1336195Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <DiscountBookRate>1</DiscountBookRate>
  <DiscountRate>1</DiscountRate>
  <DisputeLockedBy>1</DisputeLockedBy>
  <DisputeLockedDate>2025-12-06T23:40:00.1336195+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:40:00.1336195Z</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:40:00.1336195Z</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:40:00.1336195Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
</audRatedChargeDb>