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

Example:

"2613a221-d3c8-4c8a-86d5-e7e885fd1da9"

Body

application/json

Response

201 - application/json
Successful Response - Returns the updated Group Connection

The response is of type object.