GET api/HHAexchange/GetHHAexAccounts?partnerId={partnerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of HHAexAccounts
NameDescriptionTypeAdditional information
accountUniqe_id

integer

None.

partner_id

integer

None.

nevvon_agency_id

integer

None.

account_id

string

None.

account_name

string

None.

api_link

string

None.

credentials_app_name

string

None.

credentials_appSecret

string

None.

credentials_appKey

string

None.

hhax_statuses

string

None.

hhax_hold_statuses

string

None.

hhax_include_applicant

boolean

None.

employee_number_field

string

None.

custom_phone_field

string

None.

location_field

string

None.

sublocation_field

string

None.

disciplines_filter

string

None.

date_fields

string

None.

office_filter

string

None.

reportCompleteionRealtime

boolean

None.

orgPayCodeDict

Dictionary of string [key] and string [value]

None.

block_sending_to_hhax

boolean

None.

is_new_code

boolean

None.

is_in_transition

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "accountUniqe_id": 1,
    "partner_id": 2,
    "nevvon_agency_id": 3,
    "account_id": "sample string 4",
    "account_name": "sample string 5",
    "api_link": "sample string 6",
    "credentials_app_name": "sample string 7",
    "credentials_appSecret": "sample string 8",
    "credentials_appKey": "sample string 9",
    "hhax_statuses": "sample string 10",
    "hhax_hold_statuses": "sample string 11",
    "hhax_include_applicant": true,
    "employee_number_field": "sample string 13",
    "custom_phone_field": "sample string 14",
    "location_field": "sample string 15",
    "sublocation_field": "sample string 16",
    "disciplines_filter": "sample string 17",
    "date_fields": "sample string 18",
    "office_filter": "sample string 19",
    "reportCompleteionRealtime": true,
    "orgPayCodeDict": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "block_sending_to_hhax": true,
    "is_new_code": true,
    "is_in_transition": true
  },
  {
    "accountUniqe_id": 1,
    "partner_id": 2,
    "nevvon_agency_id": 3,
    "account_id": "sample string 4",
    "account_name": "sample string 5",
    "api_link": "sample string 6",
    "credentials_app_name": "sample string 7",
    "credentials_appSecret": "sample string 8",
    "credentials_appKey": "sample string 9",
    "hhax_statuses": "sample string 10",
    "hhax_hold_statuses": "sample string 11",
    "hhax_include_applicant": true,
    "employee_number_field": "sample string 13",
    "custom_phone_field": "sample string 14",
    "location_field": "sample string 15",
    "sublocation_field": "sample string 16",
    "disciplines_filter": "sample string 17",
    "date_fields": "sample string 18",
    "office_filter": "sample string 19",
    "reportCompleteionRealtime": true,
    "orgPayCodeDict": {
      "sample string 1": "sample string 2",
      "sample string 3": "sample string 4"
    },
    "block_sending_to_hhax": true,
    "is_new_code": true,
    "is_in_transition": true
  }
]

text/html

Sample:
[{"accountUniqe_id":1,"partner_id":2,"nevvon_agency_id":3,"account_id":"sample string 4","account_name":"sample string 5","api_link":"sample string 6","credentials_app_name":"sample string 7","credentials_appSecret":"sample string 8","credentials_appKey":"sample string 9","hhax_statuses":"sample string 10","hhax_hold_statuses":"sample string 11","hhax_include_applicant":true,"employee_number_field":"sample string 13","custom_phone_field":"sample string 14","location_field":"sample string 15","sublocation_field":"sample string 16","disciplines_filter":"sample string 17","date_fields":"sample string 18","office_filter":"sample string 19","reportCompleteionRealtime":true,"orgPayCodeDict":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"block_sending_to_hhax":true,"is_new_code":true,"is_in_transition":true},{"accountUniqe_id":1,"partner_id":2,"nevvon_agency_id":3,"account_id":"sample string 4","account_name":"sample string 5","api_link":"sample string 6","credentials_app_name":"sample string 7","credentials_appSecret":"sample string 8","credentials_appKey":"sample string 9","hhax_statuses":"sample string 10","hhax_hold_statuses":"sample string 11","hhax_include_applicant":true,"employee_number_field":"sample string 13","custom_phone_field":"sample string 14","location_field":"sample string 15","sublocation_field":"sample string 16","disciplines_filter":"sample string 17","date_fields":"sample string 18","office_filter":"sample string 19","reportCompleteionRealtime":true,"orgPayCodeDict":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"block_sending_to_hhax":true,"is_new_code":true,"is_in_transition":true}]