POST
/
api
/
v1
/
groups
/
{group_id}
/
group_connections
curl --request POST \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/group_connections \
  --header 'Content-Type: application/json' \
  --data '{
  "carrier_id": "8fac0992-933a-4743-8dab-0d606ef2569e",
  "group_data": {
    "carrier_group_id": "10000000"
  }
}'
{
  "carrier_id": "8fac0992-933a-4743-8dab-0d606ef2569e",
  "created": 1557329939,
  "group_data": {
    "carrier_group_id": "10000000"
  },
  "group_id": "47c07963-2e34-4da2-86b4-cbc3c57111c1",
  "id": "dd9a1813-34f7-4c7e-86bc-f041f2cbd9a1",
  "modified": 1557329939,
  "organization_id": "d61fa455-adf4-4dc4-8c57-6d779ba9475e",
  "request_type": "incremental",
  "status": "created",
  "version": "9906b5d2-e76d-4bad-ba4c-8ce90b6b867b"
}

Path Parameters

group_id
string
required

The unique identifier of the group for which you would like to add a carrier connection

Body

application/json
carrier_id
string
required

Unique identifier of the carrier in Noyo

group_data
object
required

Carrier-specific data to execute a group connection

Response

201 - application/json
Successful Response - Returns the new Group Connection
carrier_id
string
required

Unique identifier of the carrier in Noyo

created
integer
required

The date the record was created

group_data
object
required

Carrier-specific data required to execute a group connection

id
string
required

Unique identifier of the group connection in Noyo

modified
integer
required

The date the record was last updated

organization_id
string
required

Unique identifier of the platform or broker organization in Noyo

request_type
string
required

Type of the group connection

setup_result
object
required

More information about the result of the group connection

status
string
required

Status of the group connection

version
string
required

Current version of the record

group_audit_request_id
string

ID of associated group audit request model

group_id
string

ID of associated group model