GET api/audSurchargeCarrier
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. |
|
| 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,
"CreatedBy": 5,
"CreatedDate": "2026-04-03T21:36:58.9412956-07:00",
"UpdatedBy": 7,
"UpdatedDate": "2026-04-03T21:36:58.9412956-07: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>5</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-04T04:36:58.9412956Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
</CreatedDate>
<ManualShipmentBackBill>true</ManualShipmentBackBill>
<StandardShipmentBackBill>true</StandardShipmentBackBill>
<SurchargeCarrierID>1</SurchargeCarrierID>
<SurchargeCarrierName>sample string 2</SurchargeCarrierName>
<SurchargeTypeID>1</SurchargeTypeID>
<UpdatedBy>7</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-04-04T04:36:58.9412956Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
</UpdatedDate>
</audSurchargeCarrierDb>