GET api/EstimateCompanies
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EstimateCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SCAC | string |
None. |
|
| CompanyName | string |
None. |
|
| DefaultCompany | boolean |
None. |
|
| Interstate | boolean |
None. |
|
| ForeignCarrier | boolean |
None. |
|
| LocalSCAC | string |
None. |
|
| ForeignSalesRep | string |
None. |
|
| ForeignCustno | integer |
None. |
|
| ForeignSubno | integer |
None. |
|
| Commercial | boolean |
None. |
|
| IntraStates | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "ffcef6e8-009b-4850-940c-1255315c4fed",
"SCAC": "sample string 2",
"CompanyName": "sample string 3",
"DefaultCompany": true,
"Interstate": true,
"ForeignCarrier": true,
"LocalSCAC": "sample string 7",
"ForeignSalesRep": "sample string 8",
"ForeignCustno": 1,
"ForeignSubno": 1,
"Commercial": true,
"IntraStates": "sample string 10"
},
{
"ID": "ffcef6e8-009b-4850-940c-1255315c4fed",
"SCAC": "sample string 2",
"CompanyName": "sample string 3",
"DefaultCompany": true,
"Interstate": true,
"ForeignCarrier": true,
"LocalSCAC": "sample string 7",
"ForeignSalesRep": "sample string 8",
"ForeignCustno": 1,
"ForeignSubno": 1,
"Commercial": true,
"IntraStates": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfEstimateCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models">
<EstimateCompany>
<Commercial>true</Commercial>
<CompanyName>sample string 3</CompanyName>
<DefaultCompany>true</DefaultCompany>
<ForeignCarrier>true</ForeignCarrier>
<ForeignCustno>1</ForeignCustno>
<ForeignSalesRep>sample string 8</ForeignSalesRep>
<ForeignSubno>1</ForeignSubno>
<ID>ffcef6e8-009b-4850-940c-1255315c4fed</ID>
<Interstate>true</Interstate>
<IntraStates>sample string 10</IntraStates>
<LocalSCAC>sample string 7</LocalSCAC>
<SCAC>sample string 2</SCAC>
</EstimateCompany>
<EstimateCompany>
<Commercial>true</Commercial>
<CompanyName>sample string 3</CompanyName>
<DefaultCompany>true</DefaultCompany>
<ForeignCarrier>true</ForeignCarrier>
<ForeignCustno>1</ForeignCustno>
<ForeignSalesRep>sample string 8</ForeignSalesRep>
<ForeignSubno>1</ForeignSubno>
<ID>ffcef6e8-009b-4850-940c-1255315c4fed</ID>
<Interstate>true</Interstate>
<IntraStates>sample string 10</IntraStates>
<LocalSCAC>sample string 7</LocalSCAC>
<SCAC>sample string 2</SCAC>
</EstimateCompany>
</ArrayOfEstimateCompany>