Skip to main content
POST
Create a Member Snapshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_id
string<uuid>
required

The unique identifier of the group for the employee referenced in the snapshot

Example:

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

Body

application/json
employee
object
required

Demographic information for the employee

snapshot_mode
enum<string>
required

Mode describing how the contents of the snapshot will be processed

Available options:
current_open
Example:

"current_open"

coverages
object[]

List of coverage and enrollment decisions for each member

dependents
object[]

List of demographic information for each dependent

Boolean flag for autolinking workflow

events
object[]

List of events associated with member and coverage updates

omitted_coverage_handling
object

Configuration for handling omitted coverages

Response

Successful Response - Returns the contents of the newly created Member Snapshot

created
integer
required

The date the record was created

created_members
object[]
required

List of created members

employee_id
string<uuid>
required

Unique ID of the employee in Noyo

id
string<uuid>
required

Unique identifier of the record in Noyo

member_snapshot
object
required

Member snapshot post Noyo processing (e.g. adding omitted coverages, applying rulesets, etc.)

modified
integer
required

The date the record was last updated

status
enum<string>
required

Status of the member snapshot

Available options:
processing,
completed,
replaced,
canceled,
submitted
version
string<uuid>
required

Current version of the record

warnings
string[]
required

Warnings generated during processing of the member snapshot

fulfillment_summary
object[]

List of member snapshot fulfillment statuses per carrier

inbound_snapshot
string

Exact member snapshot as received by Noyo and prior to any processing (e.g. adding omitted coverages, applying rulesets, etc.)

replaced_by
string<uuid>

UUID of the member snapshot that replaced the returned snapshot