Skip to main content

Docs

data object[]
  • Array [
  • contact object
    address1stringnullable
    address2stringnullable
    bccstringnullable
    billing_contact_methodnullable
    citystringnullable
    emailstringnullable
    first_namestringnullable
    idinteger
    last_namestringnullable
    notestringnullable
    phonestringnullable
    postal_codestringnullable
    statestringnullable
    contact_typestringrequired

    Possible values: <= 12 characters, [hr, physical, ship_to, renewal, broker, hr_cdh, hr_cobra, broker_cdh, broker_cobra]

    createddatedate-timenullable
    employer object
    idinteger
    namestringrequired
    employer_idintegerrequired
    idinteger
    modifieddatedate-timenullable
  • ]
  • Docs
    {
    "data": [
    {
    "contact": {
    "address1": "string",
    "address2": "string",
    "bcc": "string",
    "city": "string",
    "email": "string",
    "first_name": "string",
    "id": 0,
    "last_name": "string",
    "note": "string",
    "phone": "string",
    "postal_code": "string",
    "state": "string"
    },
    "createddate": "2024-07-29T15:51:28.071Z",
    "employer": {
    "id": 0,
    "name": "string"
    },
    "employer_id": 0,
    "id": 0,
    "modifieddate": "2024-07-29T15:51:28.071Z"
    }
    ]
    }