POST api/OrgDestFactor
Request Information
URI Parameters
None.
Body Parameters
OrgDestFactorRequestName | Description | Type | Additional information |
---|---|---|---|
ZIP | string |
None. |
|
PickupDate | date |
None. |
|
Tariff | string |
None. |
|
OrigDestFactor | decimal number |
None. |
|
AddlLnhlFactor | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ZIP": "sample string 1", "PickupDate": "2025-01-22T00:09:41.251926-05:00", "Tariff": "sample string 3", "OrigDestFactor": 4.0, "AddlLnhlFactor": 5.0 }
application/xml, text/xml
Sample:
<OrgDestFactorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Common.Models"> <AddlLnhlFactor>5</AddlLnhlFactor> <OrigDestFactor>4</OrigDestFactor> <PickupDate>2025-01-22T00:09:41.251926-05:00</PickupDate> <Tariff>sample string 3</Tariff> <ZIP>sample string 1</ZIP> </OrgDestFactorRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrgDestFactorRequestName | Description | Type | Additional information |
---|---|---|---|
ZIP | string |
None. |
|
PickupDate | date |
None. |
|
Tariff | string |
None. |
|
OrigDestFactor | decimal number |
None. |
|
AddlLnhlFactor | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "ZIP": "sample string 1", "PickupDate": "2025-01-22T00:09:41.251926-05:00", "Tariff": "sample string 3", "OrigDestFactor": 4.0, "AddlLnhlFactor": 5.0 }
application/xml, text/xml
Sample:
<OrgDestFactorRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Common.Models"> <AddlLnhlFactor>5</AddlLnhlFactor> <OrigDestFactor>4</OrigDestFactor> <PickupDate>2025-01-22T00:09:41.251926-05:00</PickupDate> <Tariff>sample string 3</Tariff> <ZIP>sample string 1</ZIP> </OrgDestFactorRequest>