PUT
/
api
/
v1
/
group_connections
/
{connection_id}
/
retry
curl --request PUT \
  --url https://fulfillment.noyo.com/api/v1/group_connections/{connection_id}/retry \
  --header 'Content-Type: application/json' \
  --data '{
  "carrier_group_id": "10000001"
}'
{
  "carrier_id": "8fac0992-933a-4743-8dab-0d606ef2569e",
  "created": 1667866198,
  "group_data": {
    "carrier_group_id": "10000001"
  },
  "group_id": "47c07963-2e34-4da2-86b4-cbc3c57111c1",
  "id": "5e20ea6a-8027-464a-941a-867c115c846d",
  "modified": 1667866198,
  "organization_id": "d61fa455-adf4-4dc4-8c57-6d779ba9475e",
  "request_type": "incremental",
  "status": "processing",
  "version": "608c6f37-5945-4987-b247-0b5acdf85034"
}

Path Parameters

connection_id
string
required

The unique identifier of the group connection that needs to be reprocessed

Body

application/json
broker_federal_ein
string

Brokerage or Organization Federal Employer Identification Number for the group's broker.

broker_tin
string

Invidividual or DRLP Federal Tax Identification Number for the group's broker. Format can be either an EIN or SSN

carrier_group_id
string

Unique identifier for the group in the carrier system

Minimum length: 1

Response

201 - application/json
Successful Response - Returns the updated 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 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
enum<string>
required

Status of the group connection

Available options:
created,
processing,
noyo_review,
waiting_on_carrier,
carrier_authorization,
action_required,
unable_to_connect,
completed
version
string
required

Current version of the record

completed
integer

Timestamp indicating when a group connection was marked as completed.

group_id
string

ID of associated group model