GET api/BrokerModelsApi/GetBrokerModels/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BrokerModelsApi| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyName | string |
None. |
|
| DOTNumber | string |
None. |
|
| MCNumber | string |
None. |
|
| Address | AddressModelApi |
None. |
|
| BrokerAgents | Collection of BrokerAgentModelApi |
None. |
|
| ContactInformation | ContactInformationModelApi |
None. |
|
| AccountingContactInformation | ContactInformationModelApi |
None. |
|
| CreatedDateTime | date |
None. |
|
| ModifiedDateTime | date |
None. |
|
| MailingBOL | boolean |
None. |
|
| Information | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CompanyName": "sample string 2",
"DOTNumber": "sample string 3",
"MCNumber": "sample string 4",
"Address": {
"ID": 1,
"Address1": "sample string 2",
"Address2": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"ZipCode": "sample string 6",
"Lat": 7.1,
"Long": 8.1
},
"BrokerAgents": [
{
"ID": 1,
"FullName": "sample string 2",
"Emails": "sample string 3",
"PhoneNumber": "sample string 4"
},
{
"ID": 1,
"FullName": "sample string 2",
"Emails": "sample string 3",
"PhoneNumber": "sample string 4"
}
],
"ContactInformation": {
"ID": 1,
"TaxID": "sample string 2",
"SSN": "sample string 3",
"Email": "sample string 4",
"PhoneNumber": "sample string 5",
"FaxNumber": "sample string 6"
},
"AccountingContactInformation": {
"ID": 1,
"TaxID": "sample string 2",
"SSN": "sample string 3",
"Email": "sample string 4",
"PhoneNumber": "sample string 5",
"FaxNumber": "sample string 6"
},
"CreatedDateTime": "2025-11-09T03:10:21.0936559+00:00",
"ModifiedDateTime": "2025-11-09T03:10:21.0936559+00:00",
"MailingBOL": true,
"Information": "sample string 8"
}