POST v6/carrier/location/save

Request Information

URI Parameters

None.

Body Parameters

CarrierLocationModelv6
NameDescriptionTypeAdditional information
CarrierLocationId

integer

None.

CarrierId

integer

None.

LocationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "carrierLocationId": 1,
  "carrierId": 2,
  "locationId": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.