Skip to main content
PATCH
Update Employee Work Eligibility Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Prefer
string

Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)

Example:

"heartbeat"

Path Parameters

id
string
required
subResourceId
string
required

Body

application/json
document
object | null
issued_by
object | null

The country code of the issued by authority

number
string | null
Example:

"1234567890"

sub_type
string | null
Example:

"H1B"

type
object | null
Example:

"visa"

valid_from
string<date-time> | null
Example:

"2021-01-01T00:00:00.000Z"

valid_to
string<date-time> | null
Example:

"2021-01-01T00:00:00.000Z"

passthrough
object | null

Value to pass through to the provider

Example:

Response