POST v6/carrier/save

Request Information

URI Parameters

None.

Body Parameters

CarrierModelv6
NameDescriptionTypeAdditional 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

integer

Response Formats

application/json, text/json

Sample:
1