GET v6/integration/carriers
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
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-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
},
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
}
],
"creationDate": "2025-11-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
},
{
"carrierId": 1,
"carrierName": "sample string 2",
"scac": "sample string 3",
"inbound": true,
"outbound": true,
"locations": [
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
},
{
"locationName": "sample string 1",
"creationDate": "2025-11-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
}
],
"creationDate": "2025-11-08T08:26:53.0493828+00:00",
"modifiedDate": "2025-11-08T08:26:53.0493828+00:00"
}
]