GET v6/integration/count
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IntegrationCarrierModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierId | integer |
None. |
|
| CarrierName | string |
None. |
|
| SCAC | string |
None. |
|
| Inbound | boolean |
None. |
|
| Outbound | boolean |
None. |
|
| Locations | Collection of IntegrationCarrierLocationModelv6 |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"carrierId": 1,
"carrierName": "sample string 2",
"scac": "sample string 3",
"inbound": true,
"outbound": true,
"locations": [
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
},
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
}
],
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
},
{
"carrierId": 1,
"carrierName": "sample string 2",
"scac": "sample string 3",
"inbound": true,
"outbound": true,
"locations": [
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
},
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
}
],
"creationDate": "2025-11-08T10:08:05.8098094+00:00",
"modifiedDate": "2025-11-08T10:08:05.8098094+00:00"
}
]