GET api/disDispute/InstanceCharges/{InstanceID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InstanceID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DisputeInstanceChargesSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| RatedChargeID | integer |
None. |
|
| Status | string |
None. |
|
| TrackingNumber | string |
None. |
|
| ExternalServiceMethod | string |
None. |
|
| DateShipped | date |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceCreatedDate | date |
None. |
|
| ChargeDescription | string |
None. |
|
| ReRateDiscountRate | decimal number |
None. |
|
| DisputeAmount | decimal number |
None. |
|
| Note | string |
None. |
|
| BilledWeight | decimal number |
None. |
|
| Length | integer |
None. |
|
| Width | integer |
None. |
|
| Height | integer |
None. |
|
| ExpectedLength | integer |
None. |
|
| ExpectedWidth | integer |
None. |
|
| ExpectedHeight | integer |
None. |
|
| ConsigneeAddress1 | string |
None. |
|
| ConsigneeAddress2 | string |
None. |
|
| ConsigneeCity | string |
None. |
|
| ConsigneeStateProvince | string |
None. |
|
| ConsigneePostalCode | string |
None. |
|
| ConsigneeCountry | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RatedChargeID": 1,
"Status": "sample string 2",
"TrackingNumber": "sample string 3",
"ExternalServiceMethod": "sample string 4",
"DateShipped": "2025-12-06T23:39:58.2192021+00:00",
"InvoiceNumber": "sample string 6",
"InvoiceCreatedDate": "2025-12-06T23:39:58.2192021+00:00",
"ChargeDescription": "sample string 8",
"ReRateDiscountRate": 1.0,
"DisputeAmount": 1.0,
"Note": "sample string 9",
"BilledWeight": 1.0,
"Length": 1,
"Width": 1,
"Height": 1,
"ExpectedLength": 1,
"ExpectedWidth": 1,
"ExpectedHeight": 1,
"ConsigneeAddress1": "sample string 10",
"ConsigneeAddress2": "sample string 11",
"ConsigneeCity": "sample string 12",
"ConsigneeStateProvince": "sample string 13",
"ConsigneePostalCode": "sample string 14",
"ConsigneeCountry": "sample string 15"
},
{
"RatedChargeID": 1,
"Status": "sample string 2",
"TrackingNumber": "sample string 3",
"ExternalServiceMethod": "sample string 4",
"DateShipped": "2025-12-06T23:39:58.2192021+00:00",
"InvoiceNumber": "sample string 6",
"InvoiceCreatedDate": "2025-12-06T23:39:58.2192021+00:00",
"ChargeDescription": "sample string 8",
"ReRateDiscountRate": 1.0,
"DisputeAmount": 1.0,
"Note": "sample string 9",
"BilledWeight": 1.0,
"Length": 1,
"Width": 1,
"Height": 1,
"ExpectedLength": 1,
"ExpectedWidth": 1,
"ExpectedHeight": 1,
"ConsigneeAddress1": "sample string 10",
"ConsigneeAddress2": "sample string 11",
"ConsigneeCity": "sample string 12",
"ConsigneeStateProvince": "sample string 13",
"ConsigneePostalCode": "sample string 14",
"ConsigneeCountry": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfDisputeInstanceChargesSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<DisputeInstanceChargesSummary>
<BilledWeight>1</BilledWeight>
<ChargeDescription>sample string 8</ChargeDescription>
<ConsigneeAddress1>sample string 10</ConsigneeAddress1>
<ConsigneeAddress2>sample string 11</ConsigneeAddress2>
<ConsigneeCity>sample string 12</ConsigneeCity>
<ConsigneeCountry>sample string 15</ConsigneeCountry>
<ConsigneePostalCode>sample string 14</ConsigneePostalCode>
<ConsigneeStateProvince>sample string 13</ConsigneeStateProvince>
<DateShipped xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:58.2192021Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</DateShipped>
<DisputeAmount>1</DisputeAmount>
<ExpectedHeight>1</ExpectedHeight>
<ExpectedLength>1</ExpectedLength>
<ExpectedWidth>1</ExpectedWidth>
<ExternalServiceMethod>sample string 4</ExternalServiceMethod>
<Height>1</Height>
<InvoiceCreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:58.2192021Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</InvoiceCreatedDate>
<InvoiceNumber>sample string 6</InvoiceNumber>
<Length>1</Length>
<Note>sample string 9</Note>
<RatedChargeID>1</RatedChargeID>
<ReRateDiscountRate>1</ReRateDiscountRate>
<Status>sample string 2</Status>
<TrackingNumber>sample string 3</TrackingNumber>
<Width>1</Width>
</DisputeInstanceChargesSummary>
<DisputeInstanceChargesSummary>
<BilledWeight>1</BilledWeight>
<ChargeDescription>sample string 8</ChargeDescription>
<ConsigneeAddress1>sample string 10</ConsigneeAddress1>
<ConsigneeAddress2>sample string 11</ConsigneeAddress2>
<ConsigneeCity>sample string 12</ConsigneeCity>
<ConsigneeCountry>sample string 15</ConsigneeCountry>
<ConsigneePostalCode>sample string 14</ConsigneePostalCode>
<ConsigneeStateProvince>sample string 13</ConsigneeStateProvince>
<DateShipped xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:58.2192021Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</DateShipped>
<DisputeAmount>1</DisputeAmount>
<ExpectedHeight>1</ExpectedHeight>
<ExpectedLength>1</ExpectedLength>
<ExpectedWidth>1</ExpectedWidth>
<ExternalServiceMethod>sample string 4</ExternalServiceMethod>
<Height>1</Height>
<InvoiceCreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
<d3p1:DateTime>2025-12-06T23:39:58.2192021Z</d3p1:DateTime>
<d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
</InvoiceCreatedDate>
<InvoiceNumber>sample string 6</InvoiceNumber>
<Length>1</Length>
<Note>sample string 9</Note>
<RatedChargeID>1</RatedChargeID>
<ReRateDiscountRate>1</ReRateDiscountRate>
<Status>sample string 2</Status>
<TrackingNumber>sample string 3</TrackingNumber>
<Width>1</Width>
</DisputeInstanceChargesSummary>
</ArrayOfDisputeInstanceChargesSummary>