POST
/
api
/
v1
/
groups
/
{group_id}
/
renewal_decisions
curl --request POST \
  --url https://fulfillment.noyo.com/api/v1/groups/{group_id}/renewal_decisions \
  --header 'Content-Type: application/json' \
  --data '{
  "body": {
    "carriers": [
      {
        "carrier_id": "bf81f0c4-3105-4240-b62b-aa6de3f607e4",
        "lines_of_coverage": {
          "dental": {
            "open_enrollment_end_date": "2022-01-31",
            "open_enrollment_start_date": "2022-01-01",
            "plans": [
              {
                "name": "Dental Plus Plan",
                "plan_type": "ppo"
              }
            ]
          },
          "medical": {
            "open_enrollment_end_date": "2022-01-31",
            "open_enrollment_start_date": "2022-01-01",
            "plans": [
              {
                "plan_id": "818e52d4-6c34-4914-b716-a3047c85e468"
              },
              {
                "plan_id": "f9897240-87f8-4d9d-a68f-58bc445fe0b2"
              },
              {
                "metal_tier": "bronze",
                "name": "Select Plus PPO HDHP Bronze BRJJ /C38",
                "plan_type": "ppo"
              }
            ]
          }
        }
      }
    ]
  },
  "renewal_date": "2022-01-01"
}'
{
  "body": {
    "carriers": [
      {
        "carrier_id": "bf81f0c4-3105-4240-b62b-aa6de3f607e4",
        "lines_of_coverage": {
          "dental": {
            "open_enrollment_end_date": "2022-01-31",
            "open_enrollment_start_date": "2022-01-01",
            "plans": [
              {
                "name": "Dental Plus Plan",
                "plan_id": "44bc0f4a-0a94-11ec-9a03-0242ac130003"
              }
            ]
          },
          "medical": {
            "open_enrollment_end_date": "2022-01-31",
            "open_enrollment_start_date": "2022-01-01",
            "plans": [
              {
                "name": "Select Plus PPO HDHP Gold BRJJ /C38",
                "plan_id": "818e52d4-6c34-4914-b716-a3047c85e468"
              },
              {
                "name": "Select Plus PPO HDHP Silver BRJJ /C38",
                "plan_id": "f9897240-87f8-4d9d-a68f-58bc445fe0b2"
              },
              {
                "name": "Select Plus PPO HDHP Bronze BRJJ /C38",
                "plan_id": "19437852-3795-4cb4-939c-a86543eabee0"
              }
            ]
          }
        }
      }
    ]
  },
  "created": 1557862286,
  "group_id": "2c4d5515-6bf8-4f8c-821a-9c56374198b2",
  "id": "b5f2b5f7-0336-45f7-baf1-7e11dfac50a6",
  "issues": [],
  "modified": 1557862286,
  "renewal_date": "2022-01-01",
  "status": "submitted",
  "version": "23be0ba3-1183-4e8e-8e9d-644527414c6e"
}

Path Parameters

group_id
string
required

The unique identifier of the group for which you are creating a new renewal decision

Example:

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

Body

application/json
body
object
required

The carrier and coverage expectations for the open enrollment period

renewal_date
string
required

The start date for the new enrollment year when all coverages should be active

Response

201 - application/json
Successful Response - Returns the new Renewal Decision
body
object
required

The carrier and coverage expectations for the open enrollment period

created
integer
required

The date the record was created

group_id
string
required

Unique identifier of the group in Noyo

id
string
required

Unique identifier of the record in Noyo

issues
object[]
required

List of any issues that explain why the open enrollment is 'not_ready'. Will be empty if it is status 'ready' or 'submitted'.

modified
integer
required

The date the record was last updated

renewal_date
string
required

The start date for the new enrollment year when all coverage changes and decisions should become active

status
enum<string>
required

Calculated status based on whether or not the carrier system matches the expected renewal decisions

Available options:
submitted,
not_ready,
ready,
done
version
string
required

Current version of the record