GET api/audSurchargeCarrier/ex
Get all extended values (includes count of appearances, first and last appearance) from the SurchargeCarrier table
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
audSurchargeCarrierEx| Name | Description | Type | Additional information |
|---|---|---|---|
| UsageCount | integer |
None. |
|
| FirstUse | date |
None. |
|
| LastUse | date |
None. |
|
| MinAmount | decimal number |
None. |
|
| MaxAmount | decimal number |
None. |
|
| SurchargeCarrierID | integer |
None. |
|
| SurchargeCarrierName | string |
Required Max length: 255 |
|
| AuditCarrierID | integer |
Required |
|
| SurchargeTypeID | integer |
None. |
|
| BackBillFuel | boolean |
None. |
|
| StandardShipmentBackBill | boolean |
None. |
|
| ManualShipmentBackBill | boolean |
None. |
|
| ChargeMarkedUp | boolean |
None. |
|
| BackBillMarkupFactor | decimal number |
None. |
|
| Archived | boolean |
None. |
|
| OriginCountryCode | string |
None. |
|
| DestinationState | string |
Max length: 2 |
|
| ShippingServiceCode | 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,
"UsageCount": 1,
"FirstUse": "2025-12-06T23:43:42.9360658+00:00",
"LastUse": "2025-12-06T23:43:42.9360658+00:00",
"MinAmount": 1.0,
"MaxAmount": 1.0,
"SurchargeCarrierID": 2,
"SurchargeCarrierName": "sample string 3",
"AuditCarrierID": 4,
"SurchargeTypeID": 1,
"BackBillFuel": true,
"StandardShipmentBackBill": true,
"ManualShipmentBackBill": true,
"ChargeMarkedUp": true,
"BackBillMarkupFactor": 1.0,
"Archived": true,
"OriginCountryCode": "sample string 6",
"DestinationState": "sample string 7",
"ShippingServiceCode": "sample string 8",
"CreatedBy": 9,
"CreatedDate": "2025-12-06T23:43:42.9360658+00:00",
"UpdatedBy": 11,
"UpdatedDate": "2025-12-06T23:43:42.9360658+00:00"
}
application/xml, text/xml
Sample:
<audSurchargeCarrierEx 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" />
<Archived>true</Archived>
<AuditCarrierID>4</AuditCarrierID>
<BackBillFuel>true</BackBillFuel>
<BackBillMarkupFactor>1</BackBillMarkupFactor>
<ChargeMarkedUp>true</ChargeMarkedUp>
<CreatedBy>9</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:42.9360658Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DestinationState>sample string 7</DestinationState>
<ManualShipmentBackBill>true</ManualShipmentBackBill>
<OriginCountryCode>sample string 6</OriginCountryCode>
<ShippingServiceCode>sample string 8</ShippingServiceCode>
<StandardShipmentBackBill>true</StandardShipmentBackBill>
<SurchargeCarrierID>2</SurchargeCarrierID>
<SurchargeCarrierName>sample string 3</SurchargeCarrierName>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>11</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:42.9360658Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
<FirstUse xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:42.9360658Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</FirstUse>
<LastUse xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:43:42.9360658Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastUse>
<MaxAmount>1</MaxAmount>
<MinAmount>1</MinAmount>
<UsageCount>1</UsageCount>
</audSurchargeCarrierEx>