GET api/audSurchargeCarrier
Get all values from the SurchargeCarrier table
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
audSurchargeCarrierDb| Name | Description | Type | Additional information |
|---|---|---|---|
| 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,
"SurchargeCarrierID": 1,
"SurchargeCarrierName": "sample string 2",
"AuditCarrierID": 3,
"SurchargeTypeID": 1,
"BackBillFuel": true,
"StandardShipmentBackBill": true,
"ManualShipmentBackBill": true,
"ChargeMarkedUp": true,
"BackBillMarkupFactor": 1.0,
"Archived": true,
"OriginCountryCode": "sample string 5",
"DestinationState": "sample string 6",
"ShippingServiceCode": "sample string 7",
"CreatedBy": 8,
"CreatedDate": "2025-12-06T23:42:08.048436+00:00",
"UpdatedBy": 10,
"UpdatedDate": "2025-12-06T23:42:08.048436+00:00"
}
application/xml, text/xml
Sample:
<audSurchargeCarrierDb 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>3</AuditCarrierID>
<BackBillFuel>true</BackBillFuel>
<BackBillMarkupFactor>1</BackBillMarkupFactor>
<ChargeMarkedUp>true</ChargeMarkedUp>
<CreatedBy>8</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:08.048436Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DestinationState>sample string 6</DestinationState>
<ManualShipmentBackBill>true</ManualShipmentBackBill>
<OriginCountryCode>sample string 5</OriginCountryCode>
<ShippingServiceCode>sample string 7</ShippingServiceCode>
<StandardShipmentBackBill>true</StandardShipmentBackBill>
<SurchargeCarrierID>1</SurchargeCarrierID>
<SurchargeCarrierName>sample string 2</SurchargeCarrierName>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>10</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:42:08.048436Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</audSurchargeCarrierDb>