GET api/ordFreightFee
Get all values from the FreightFees table
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ordFreightFeeDb| Name | Description | Type | Additional information |
|---|---|---|---|
| FreightFeeID | integer |
None. |
|
| FreightPayableID | integer |
None. |
|
| FeeTypeID | integer |
Required |
|
| OnInvoiceID | integer |
None. |
|
| InputCurrencyCode | string |
Max length: 3 |
|
| InputExchangeRate | decimal number |
None. |
|
| InputBaseAmount | decimal number |
None. |
|
| InputAmount | decimal number |
None. |
|
| MarkupAmount | decimal number |
None. |
|
| MarkupPercent | decimal number |
None. |
|
| CommissionPercent | decimal number |
None. |
|
| FuelSurchargePercent | decimal number |
None. |
|
| CustomBillableAmount | decimal number |
None. |
|
| ShowNameOnInvoice | boolean |
None. |
|
| ShowBillableOnInvoice | boolean |
None. |
|
| InvoicedAmount | decimal number |
None. |
|
| InvoicedApprovedBy | integer |
None. |
|
| InvoicedApprovedDate | date |
None. |
|
| BilledCurrencyCode | string |
None. |
|
| BilledExchangeRate | decimal number |
None. |
|
| BilledBaseAmount | decimal number |
None. |
|
| BilledAmount | decimal number |
None. |
|
| BilledEnteredBy | integer |
None. |
|
| BilledEnteredDate | date |
None. |
|
| BilledReferenceNumber | string |
None. |
|
| FeeStatus | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| FBSubPayablesID | integer |
None. |
|
| FBSubChargesLegID | integer |
None. |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"FreightFeeID": 1,
"FreightPayableID": 1,
"FeeTypeID": 2,
"OnInvoiceID": 1,
"InputCurrencyCode": "sample string 3",
"InputExchangeRate": 1.0,
"InputBaseAmount": 1.0,
"InputAmount": 1.0,
"MarkupAmount": 1.0,
"MarkupPercent": 1.0,
"CommissionPercent": 1.0,
"FuelSurchargePercent": 1.0,
"CustomBillableAmount": 1.0,
"ShowNameOnInvoice": true,
"ShowBillableOnInvoice": true,
"InvoicedAmount": 1.0,
"InvoicedApprovedBy": 1,
"InvoicedApprovedDate": "2025-12-06T23:40:52.7935843+00:00",
"BilledCurrencyCode": "sample string 6",
"BilledExchangeRate": 1.0,
"BilledBaseAmount": 1.0,
"BilledAmount": 1.0,
"BilledEnteredBy": 1,
"BilledEnteredDate": "2025-12-06T23:40:52.7935843+00:00",
"BilledReferenceNumber": "sample string 7",
"FeeStatus": "sample string 8",
"CreatedBy": 9,
"CreatedDate": "2025-12-06T23:40:52.7935843+00:00",
"UpdatedBy": 11,
"UpdatedDate": "2025-12-06T23:40:52.7935843+00:00",
"FBSubPayablesID": 1,
"FBSubChargesLegID": 1
}
application/xml, text/xml
Sample:
<ordFreightFeeDb 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" />
<BilledAmount>1</BilledAmount>
<BilledBaseAmount>1</BilledBaseAmount>
<BilledCurrencyCode>sample string 6</BilledCurrencyCode>
<BilledEnteredBy>1</BilledEnteredBy>
<BilledEnteredDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:40:52.7935843Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</BilledEnteredDate>
<BilledExchangeRate>1</BilledExchangeRate>
<BilledReferenceNumber>sample string 7</BilledReferenceNumber>
<CommissionPercent>1</CommissionPercent>
<CreatedBy>9</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:40:52.7935843Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<CustomBillableAmount>1</CustomBillableAmount>
<FBSubChargesLegID>1</FBSubChargesLegID>
<FBSubPayablesID>1</FBSubPayablesID>
<FeeStatus>sample string 8</FeeStatus>
<FeeTypeID>2</FeeTypeID>
<FreightFeeID>1</FreightFeeID>
<FreightPayableID>1</FreightPayableID>
<FuelSurchargePercent>1</FuelSurchargePercent>
<InputAmount>1</InputAmount>
<InputBaseAmount>1</InputBaseAmount>
<InputCurrencyCode>sample string 3</InputCurrencyCode>
<InputExchangeRate>1</InputExchangeRate>
<InvoicedAmount>1</InvoicedAmount>
<InvoicedApprovedBy>1</InvoicedApprovedBy>
<InvoicedApprovedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:40:52.7935843Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</InvoicedApprovedDate>
<MarkupAmount>1</MarkupAmount>
<MarkupPercent>1</MarkupPercent>
<OnInvoiceID>1</OnInvoiceID>
<ShowBillableOnInvoice>true</ShowBillableOnInvoice>
<ShowNameOnInvoice>true</ShowNameOnInvoice>
<UpdatedBy>11</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:40:52.7935843Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</ordFreightFeeDb>