POST v6/carrier/save
Request Information
URI Parameters
None.
Body Parameters
CarrierModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierId | integer |
None. |
|
| CarrierName | string |
None. |
|
| SCAC | string |
None. |
|
| IsInbound | boolean |
None. |
|
| IsOutbound | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"carrierId": 1,
"carrierName": "sample string 2",
"scac": "sample string 3",
"isInbound": true,
"isOutbound": true
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1