v1

latestOpenAPI 3.1.02026-07-246246106.8 KB
Book It Now

Assigns Carrier(s) to existing Carrier Group

post/groupmanagement/v2/group/{groupId}/carrier/{carrierProfileId}

Path parameters

groupIdstring required
carrierProfileIdstring required

Response

Successful Response

Example response

{
  "carrierGroup": {
    "id": "8c3954a6-ccc2-419a-a125-f33304c7aed2",
    "name": "MyCarrierGroup1"
  },
  "carrierProfile": {
    "carrierProfileId": "941f5fce-2de6-e911-aa12-9f2efc3a92b4",
    "createdDateTime": "2019-10-03T22:33:15",
    "tenderEnabled": true,
    "status": 1,
    "customData": [
      {
        "key": "My_Custom_Key",
        "value": "My_Custom_Value"
      }
    ],
    "companyName": "Haulers"
  }
}