PUT
/
api
/
v1
/
differences
/
{difference_id}
/
reopen
curl --request PUT \
  --url https://tracking.noyo.com/api/v1/differences/{difference_id}/reopen
{
  "carrier_id": "2d370e0e-fd73-45e0-8828-796d2cacaeef",
  "created": 1698264758,
  "difference_classification": "field_mismatch",
  "difference_type": "dob",
  "discrepancy_time": 1698265273,
  "employee_id": "556f553b-4626-419c-b26e-30bb69956eb0",
  "fields": [
    {
      "carrier_value": "1989-01-12",
      "key": "person.date_of_birth",
      "platform_value": "1999-01-12"
    }
  ],
  "group_id": "26faa540-9ca3-454b-914e-a84701ea04cd",
  "id": "ac951a10-5115-4f1b-a374-5510d818fd07",
  "impact_score": 3,
  "is_dismissed": false,
  "is_suppressed": false,
  "modified": 1706815155,
  "object_id": "d1898ad7-02f8-414f-9f94-5a1acd535c08",
  "object_type": "dependent",
  "organization_id": "34a3ac5b-fa32-4714-b2fe-2ff5a6a3e68c",
  "resolved": 1706815154,
  "version": "be22f69e-84b5-4cb0-a66a-a763641861c1"
}

Path Parameters

difference_id
string
required

The unique ID of the difference to reopen

Response

200 - application/json
Successful Response - Returns the updated difference
carrier_id
string
required

Unique identifier of the carrier in Noyo

created
integer
required

The date the record was created

difference_classification
string
required

Describes the way in which the carrier and platform values differ. One of: missing_from_carrier, field_mismatch, missing_from_platform

difference_type
string
required

Describes the specific type of data the difference is for

employee_id
string
required

Unique identifier of the employee whose family is associated with this difference

group_id
string
required

Unique identifier of the group in Noyo

id
string
required

Unique identifier of the record in Noyo

impact_score
integer
required

A numerical score describing the impact of the difference

is_dismissed
boolean
required

Has this difference been dismissed by the user?

is_suppressed
boolean
required

Has this difference been suppressed by noyo?

modified
integer
required

The date the record was last updated

object_id
string
required

Unique identifier associated with the object

object_type
string
required

Type of the object. One of: dependent, employee, individual_enrollment

version
string
required

Current version of the record

discrepancy_time
integer

If the difference has become a discrepancy, the time at which that happened

impact_type
string | null

Describes the type of impact this difference has

replaced_by
string | null

Unique identifier of the replacing difference

resolved
integer | null

The date the difference was resolved