QBOS REST API documentation (humanresource)

(return to Main Document)

Introduction

The humanresource API allows client applications to maintain humanresource data including any part of its demographic record sets.

Audience

This developer's guide is intended for software developers needing a technical reference for using the QBOS REST API. The information you find in this guide is written by software engineering, and is authoritative on how the API behaves.

Additional resources, information about this guide

Occasionally, we make a mistake in this documentation, or unknowingly break a feature that you depend on. If this has happened to you, we apologize! You can help us fix the issue by contacting us. We appreciate your help.

Getting Started

To place any request in QBOS API application from third party application you need to authenticate user account and set/calculate values for the following request headers: x-qbos-id, x-qbos-nonce, x-qbos-date-utc, x-qbos-hash-version, x-qbos-auth

See details in Authentication Documentation.

humanresource properties

Properties prefixed with '_' (underscore) are read-only properties. i.e. POST and PUT processing will ignore these properties.

Name Type Max length Numeric Required
For POST
Filterable Description

id

bigint

 

 

 

Required for GET(by id),PUT,DELETE

parent_id

bigint

 

yes

 

parent_type

nvarchar

50

 

yes

 

type

nvarchar

50

 

 

 

Value is "humanresource"

hire_status

smallint

 

 

 

Status

_hire_status_date

datetime

 

 

 

DEPRECATED

hire_status_date

date

 

 

 

Value of 1900-01-01 represents "undefined"

person_id

bigint

 

yes

 

_title

nvarchar

144

 

 

 

_name_last

nvarchar

80

 

 

yes

_name_first

nvarchar

50

 

 

 

_job_title

varchar

50

 

 

 

emailaddress

varchar

120

 

 

 

_last_login_datetime

varchar

20

 

 

 

_localsw

bit

 

 

 

1=The home corporate(branch) of the HR is the current corporate, 0=The home corporate(branch) of the HR is other than the current corporate

_active

bit

 

 

 

1=not deleted, 0=deleted

_is_user

bit

 

 

 

1=Access enabled to QBOS applications, 0=Access not enabled to QBOS applications.

_home_corporate_id

bigint

 

 

 

_home_corporate_name

nvarchar

80

 

 

 

_primary_org_id

bigint

 

 

 

DEPRECATED

_language_id

int

 

 

 

0=Unknown, 1=English, 13=Spanish, 14=Dutch, 15=French, 16=German, 17=Greek, 18=Italian, 19=Japanese, 20=Korean, 21=Portuguese, 22=Russian, 23=Chinese-simp, 24=Chinese-trad, 25=British English, 26=El Salvador Spanish, 27=Hong Kong English

Read humanresource by id:

GET https:/.../v1/o/humanresource/{id}

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 404 - Not found or user does not have permission to access resources of this type.
  • 200 - OK

Response data: GET https:/.../v1/o/humanresource/930338
{ "linked" : {"person":[ {"type":"person","id":"930338","sub_type":"P","_title":"Johnston, Morgon","href":"\/v1\/o\/person\/930338"}],"user_workgroup":[],"privilege":[ {"type":"privilege","ids":"[]"}]}, "parent_type" : "corporate", "parent_id" : 506764, "type" : "humanresource", "id" : 930338, "sub_type" : "", "hire_status" : 1, "_hire_status_date" : "2023-09-13T00:00:00", "hire_status_date" : "2023-09-13", "person_id" : 930338, "_title" : "Morgon Johnston", "_name_last" : "Johnston", "_name_first" : "Morgon", "_job_title" : "", "emailaddress" : "", "_last_login_datetime" : "", "_localsw" : 1, "_active" : 0, "_is_user" : 1, "_home_corporate_id" : 506764, "_home_corporate_name" : "Crossroads Hospice of OKC", "_primary_org_id" : 506764, "_language_id" : 1, "href" : "\/v1\/o\/humanresource\/930338" }

Read humanresource from parent:

GET https:/.../v1/o/{parent_type}/{parent_id}/links/humanresource[?{filter}]

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 404 - Not found or user does not have permission to access resources of this type.
  • 200 - OK

GET https:/.../v1/o/corporate/506764/links/humanresource
Response example is shown in XML format here even though REST API returns JSON format:
<humanresource><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="2" sub_type="" hire_status="1" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="2" _title="James Reese Lord, Jr." _name_last="Lord" _name_first="James" _job_title="QBOS Administrator" emailaddress="jlord@qbos.com" _last_login_datetime="2016-08-04T15:45:35Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="193213" sub_type="" hire_status="1" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="193213" _title="Pauli T. Kajaani" _name_last="Kajaani" _name_first="Pauli" _job_title="QBOS Administrator" emailaddress="pkajaani@qbos.com" _last_login_datetime="2015-06-03T19:22:54Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="456671" sub_type="" hire_status="1" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="456671" _title="Daniel T Turet" _name_last="Turet" _name_first="Daniel" _job_title="QBOS Administrator" emailaddress="dturet@qbos.com" _last_login_datetime="2014-08-18T16:46:18Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="475225" sub_type="" hire_status="1" _hire_status_date="2010-01-01T00:00:00" hire_status_date="2010-01-01" person_id="475225" _title="Dennis Joseph Szot" _name_last="Szot" _name_first="Dennis" _job_title="QBOS Administrator" emailaddress="dszot@qbos.com" _last_login_datetime="2014-06-02T14:47:35Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="506758" sub_type="" hire_status="1" _hire_status_date="2009-06-03T00:00:00" hire_status_date="2009-06-03" person_id="506758" _title="Steve Kaeppel" _name_last="Kaeppel" _name_first="Steve" _job_title="QBOS Administrator" emailaddress="swkaeppel@nbw-llc.com" _last_login_datetime="2015-07-08T13:30:33Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="506756" _home_corporate_name="Curantis" _primary_org_id="506756" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="506760" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="506760" _title="Jimmy Paul Walsworth" _name_last="Walsworth" _name_first="Jimmy" _job_title="QBOS Administrator" emailaddress="jwalsworth@nbw-llc.com" _last_login_datetime="2013-02-04T10:57:08Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="506756" _home_corporate_name="Curantis" _primary_org_id="506756" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="507001" sub_type="" hire_status="1" _hire_status_date="2013-09-03T00:00:00" hire_status_date="2013-09-03" person_id="507001" _title="NISHA TESTPATIENT" _name_last="TESTPATIENT" _name_first="NISHA" _job_title="Admissions Coordinator" emailaddress="nisha.testpatient@okc.com" _last_login_datetime="2014-03-13T14:13:15Z" _localsw="1" _active="0" _is_user="1" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="507125" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="507125" _title="Clayton Farmer" _name_last="Farmer" _name_first="Clayton" _job_title="QBOS Administrator" emailaddress="clayton@c4llc.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="507479" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="507479" _title="Paul Hagen" _name_last="Hagen" _name_first="Paul" _job_title="QBOS Administrator" emailaddress="paul@pdcrx.com" _last_login_datetime="2020-10-01T20:10:45Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="507528" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="507528" _title="Laura Buxton" _name_last="Buxton" _name_first="Laura" _job_title="QBOS Administrator" emailaddress="laura@c4llc.com" _last_login_datetime="2023-09-14T16:35:25Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="507803" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="507803" _title="Johnny Employee" _name_last="Employee" _name_first="Johnny" _job_title="QBOS Administrator" emailaddress="qbos.test@gmail.com" _last_login_datetime="2009-09-11T14:39:35Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507802" _home_corporate_name="SANDBOX: non-NBW org #507802" _primary_org_id="507802" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="508022" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="508022" _title="Ahmaud Harris" _name_last="Harris" _name_first="Ahmaud" _job_title="PDC Customer Service" emailaddress="ahmaud@pdcrx.com" _last_login_datetime="2017-04-13T13:40:25Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="508024" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="508024" _title="Valerie Malone" _name_last="Malone" _name_first="Valerie" _job_title="PDC Customer Service" emailaddress="valerie@pdcrx.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="508027" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="508027" _title="Kristen Bagwell" _name_last="Bagwell" _name_first="Kristen" _job_title="PDC Customer Service" emailaddress="kristen@pdcrx.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="508029" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="508029" _title="Cindy Phillips" _name_last="Phillips" _name_first="Cindy" _job_title="PDC Customer Service" emailaddress="cindy@pdcrx.com" _last_login_datetime="2015-10-23T14:10:50Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="508030" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="508030" _title="Lauren Leikam" _name_last="Leikam" _name_first="Lauren" _job_title="PDC Customer Service" emailaddress="lauren@pdcrx.com" _last_login_datetime="2016-12-12T12:12:42Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="517092" sub_type="" hire_status="0" _hire_status_date="2013-03-05T00:00:00" hire_status_date="2013-03-05" person_id="517092" _title="DEFAULT USER" _name_last="USER" _name_first="DEFAULT" _job_title="" emailaddress="" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="518531" sub_type="" hire_status="1" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="518531" _title="Craig Mertens" _name_last="Mertens" _name_first="Craig" _job_title="QBOS Administrator" emailaddress="craigm@cetea.com" _last_login_datetime="2015-06-09T16:11:19Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="518566" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="518566" _title="Dean Craig" _name_last="Craig" _name_first="Dean" _job_title="QBOS Administrator" emailaddress="dean@c4llc.com" _last_login_datetime="2010-03-24T09:42:12Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="518568" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="518568" _title="Perry Farmer" _name_last="Farmer" _name_first="Perry" _job_title="Executive Director" emailaddress="perry@c4llc.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="518569" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="518569" _title="Greg Werner" _name_last="Werner" _name_first="Greg" _job_title="Provider Relations" emailaddress="greg@c4llc.com" _last_login_datetime="2016-03-07T10:32:33Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="519079" sub_type="" hire_status="1" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="519079" _title="Nisha Biju" _name_last="Biju" _name_first="Nisha" _job_title="Hospice Aide" emailaddress="nbiju@qbos.com" _last_login_datetime="2014-07-14T12:14:01Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _primary_org_id="1" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="522739" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="522739" _title="Eduardo Contador" _name_last="Contador" _name_first="Eduardo" _job_title="QBOS Administrator" emailaddress="eduardo@pdcrx.com" _last_login_datetime="2013-09-10T11:55:55Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507472" _home_corporate_name="PDC" _primary_org_id="507472" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="527242" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="527242" _title="Sally Drummond" _name_last="Drummond" _name_first="Sally" _job_title="PDC Medsheet Entry" emailaddress="sally.mattingly@c4llc.com" _last_login_datetime="2022-06-02T16:10:39Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="525924" _home_corporate_name="Crossroads Hospice of NEO" _primary_org_id="525924" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="528122" sub_type="" hire_status="0" _hire_status_date="2013-05-05T00:00:00" hire_status_date="2013-05-05" person_id="528122" _title="Michelle L King" _name_last="King" _name_first="Michelle" _job_title="Clinical Director" emailaddress="michelle.king@crossroadshospice.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="532196" sub_type="" hire_status="1" _hire_status_date="2011-01-01T00:00:00" hire_status_date="2011-01-01" person_id="532196" _title="Leigh Walden" _name_last="Walden" _name_first="Leigh" _job_title="QBOS Administrator" emailaddress="leigh@c4llc.com" _last_login_datetime="2022-01-12T19:58:29Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533187" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533187" _title="Christina Sylvester" _name_last="Sylvester" _name_first="Christina" _job_title="Provider Relations" emailaddress="csylvester0011@yahoo.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533188" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533188" _title="Randy Wheeler" _name_last="Wheeler" _name_first="Randy" _job_title="Executive Director" emailaddress="randy.wheeler@crossroadshospice.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533637" sub_type="" hire_status="0" _hire_status_date="2010-12-01T00:00:00" hire_status_date="2010-12-01" person_id="533637" _title="Greta Mohan" _name_last="Mohan" _name_first="Greta" _job_title="Direct Care Nurses" emailaddress="greta.mohan@crossroadshospice.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533984" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533984" _title="Stephanie Clark" _name_last="Clark" _name_first="Stephanie" _job_title="Admissions Coordinator" emailaddress="SC@okc.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533985" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533985" _title="Amber Smith" _name_last="Smith" _name_first="Amber" _job_title="Registration Rep" emailaddress="ambersmith2@tmail.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533986" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533986" _title="Robin Tate" _name_last="Tate" _name_first="Robin" _job_title="Admit Nurse" emailaddress="rd.tate92@hotmail.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533987" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533987" _title="Shelley Miller" _name_last="Miller" _name_first="Shelley" _job_title="Billing Coordinator" emailaddress="shelley.miller@crossroadshospice.com" _last_login_datetime="2010-09-22T15:08:57Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533988" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533988" _title="Debra Oltermann" _name_last="Oltermann" _name_first="Debra" _job_title="Staff Accountant" emailaddress="do@crossroadshospice.com" _last_login_datetime="2010-09-22T14:51:22Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533997" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533997" _title="Christine Hamilton" _name_last="Hamilton" _name_first="Christine" _job_title="Provider Relations" emailaddress="chrishamilton777@yahoo.com" _last_login_datetime="2010-09-20T12:11:45Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533998" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533998" _title="Stacey Owen" _name_last="Owen" _name_first="Stacey" _job_title="Provider Relations" emailaddress="texasgal103@yahoo.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="533999" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00" hire_status_date="2010-09-01" person_id="533999" _title="Jeanne Garner" _name_last="Garner" _name_first="Jeanne" _job_title="Provider Relations" emailaddress="garner.jeanne@yahoo.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="534000" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="534000" _title="Lindsey Harper" _name_last="Harper" _name_first="Lindsey" _job_title="Provider Relations" emailaddress="lindseydavis427@nsn.com" _last_login_datetime="" _localsw="0" _active="1" _is_user="0" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _primary_org_id="517090" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535201" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="535201" _title="Brad Bivens" _name_last="Bivens" _name_first="Brad" _job_title="Staff Accountant" emailaddress="brad@c4llc.com" _last_login_datetime="2013-02-13T14:31:55Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535206" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="535206" _title="Shelly Spriggs" _name_last="Spriggs" _name_first="Shelly" _job_title="Staff Accountant" emailaddress="shelly@c4llc.com" _last_login_datetime="2018-06-07T20:47:38Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535212" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="535212" _title="Cheryl Sweetin" _name_last="Sweetin" _name_first="Cheryl" _job_title="Staff Accountant" emailaddress="cheryl@c4llc.com" _last_login_datetime="2011-01-19T16:45:46Z" _localsw="0" _active="1" _is_user="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535218" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="535218" _title="Jennifer Spurlock" _name_last="Spurlock" _name_first="Jennifer" _job_title="Billing Coordinator" emailaddress="jennifer@c4llc.com" _last_login_datetime="2014-03-26T14:05:42Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535222" sub_type="" hire_status="-2" _hire_status_date="1900-01-01T00:00:00" hire_status_date="1900-01-01" person_id="535222" _title="Kandace Crall" _name_last="Crall" _name_first="Kandace" _job_title="QBOS Administrator" emailaddress="kandace@c4llc.com" _last_login_datetime="2017-01-06T16:06:18Z" _localsw="0" _active="1" _is_user="0" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _primary_org_id="507123" _language_id="0"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535253" sub_type="" hire_status="0" _hire_status_date="2011-01-07T00:00:00" hire_status_date="2011-01-07" person_id="535253" _title="Carrie Burr" _name_last="Burr" _name_first="Carrie" _job_title="Receptionist" emailaddress="cb@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535254" sub_type="" hire_status="0" _hire_status_date="2011-05-06T00:00:00" hire_status_date="2011-05-06" person_id="535254" _title="Shelley Miller" _name_last="Miller" _name_first="Shelley" _job_title="Billing Coordinator" emailaddress="shelley.miller@crossroadshospice.com" _last_login_datetime="2011-05-31T13:38:33Z" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535274" sub_type="" hire_status="0" _hire_status_date="2011-07-06T00:00:00" hire_status_date="2011-07-06" person_id="535274" _title="Debra Oltermann" _name_last="Oltermann" _name_first="Debra" _job_title="Staff Accountant" emailaddress="debra.oltermann@crossroadshospice.com" _last_login_datetime="2011-07-18T16:36:42Z" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535318" sub_type="" hire_status="0" _hire_status_date="2014-06-03T00:00:00" hire_status_date="2014-06-03" person_id="535318" _title="Janie Doss" _name_last="Doss" _name_first="Janie" _job_title="Medical Records Clerk" emailaddress="JD@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535324" sub_type="" hire_status="1" _hire_status_date="2010-01-25T00:00:00" hire_status_date="2010-01-25" person_id="535324" _title="Teresa G Howell" _name_last="Howell" _name_first="Teresa" _job_title="Medical Records Clerk" emailaddress="teresa.howell@crossroadshospice.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="1" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535327" sub_type="" hire_status="0" _hire_status_date="2020-02-20T00:00:00" hire_status_date="2020-02-20" person_id="535327" _title="Joanette Clipson" _name_last="Clipson" _name_first="Joanette" _job_title="Bereavement Coordinator" emailaddress="jo.clipson@crossroadshospice.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535330" sub_type="" hire_status="0" _hire_status_date="2011-05-18T00:00:00" hire_status_date="2011-05-18" person_id="535330" _title="Wilma Ugwu" _name_last="Ugwu" _name_first="Wilma" _job_title="Direct Care Nurses" emailaddress="WU@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535332" sub_type="" hire_status="0" _hire_status_date="2014-03-26T00:00:00" hire_status_date="2014-03-26" person_id="535332" _title="Pamela Storley" _name_last="Storley" _name_first="Pamela" _job_title="Direct Care Nurses" emailaddress="PS@okc.com" _last_login_datetime="2014-03-12T13:47:11Z" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535334" sub_type="" hire_status="0" _hire_status_date="2014-02-07T00:00:00" hire_status_date="2014-02-07" person_id="535334" _title="Muiruri Kamau" _name_last="Kamau" _name_first="Muiruri" _job_title="Direct Care Nurses" emailaddress="MK@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535337" sub_type="" hire_status="0" _hire_status_date="2010-11-29T00:00:00" hire_status_date="2010-11-29" person_id="535337" _title="Jacqueline D Nall" _name_last="Nall" _name_first="Jacqueline" _job_title="Direct Care Nurses" emailaddress="JN@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535340" sub_type="" hire_status="0" _hire_status_date="2016-03-04T00:00:00" hire_status_date="2016-03-04" person_id="535340" _title="Judith F Ames" _name_last="Ames" _name_first="Judith" _job_title="Direct Care Nurses" emailaddress="JA@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535341" sub_type="" hire_status="0" _hire_status_date="2011-09-06T00:00:00" hire_status_date="2011-09-06" person_id="535341" _title="Kristi Carter" _name_last="Carter" _name_first="Kristi" _job_title="Direct Care Nurses" emailaddress="KC@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535343" sub_type="" hire_status="0" _hire_status_date="2014-03-27T00:00:00" hire_status_date="2014-03-27" person_id="535343" _title="Nancy Higgs" _name_last="Higgs" _name_first="Nancy" _job_title="Direct Care Nurses" emailaddress="NH@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535345" sub_type="" hire_status="0" _hire_status_date="2011-01-14T00:00:00" hire_status_date="2011-01-14" person_id="535345" _title="Vanita Opp" _name_last="Opp" _name_first="Vanita" _job_title="Direct Care Nurses" emailaddress="VO@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535347" sub_type="" hire_status="0" _hire_status_date="2012-11-06T00:00:00" hire_status_date="2012-11-06" person_id="535347" _title="Billie Buckley" _name_last="Buckley" _name_first="Billie" _job_title="Direct Care Nurses" emailaddress="BB@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535349" sub_type="" hire_status="0" _hire_status_date="2015-07-13T00:00:00" hire_status_date="2015-07-13" person_id="535349" _title="Matthew Malone" _name_last="Malone" _name_first="Matthew" _job_title="Direct Care Nurses" emailaddress="MM@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535351" sub_type="" hire_status="0" _hire_status_date="2012-01-31T00:00:00" hire_status_date="2012-01-31" person_id="535351" _title="Gelinda Stone" _name_last="Stone" _name_first="Gelinda" _job_title="Direct Care Nurses" emailaddress="GS@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535355" sub_type="" hire_status="0" _hire_status_date="2011-12-13T00:00:00" hire_status_date="2011-12-13" person_id="535355" _title="Norma Allbritton" _name_last="Allbritton" _name_first="Norma" _job_title="Direct Care Nurses" emailaddress="NA@okc.com" _last_login_datetime="" _localsw="1" _active="0" _is_user="0" _home_corporate_id="506764" _home_corporate_name="Crossroads Hospice of OKC" _primary_org_id="506764" _language_id="1"/><humanresource parent_type="corporate" parent_id="506764" type="humanresource" id="535357" sub_type="" hire_status="0" _hire_status_date="2010-09-01T00:00:00"

Create humanresource:

POST https:/.../v1/o/corporate/506764/humanresource

Request data [See properties]:

{"humanresource": [ { "parent_type" : "corporate", "parent_id" : 506764, "property_a" : "value-a", "property" : "See humanresource properties", "property_z" : "value-z" } ] }

Response codes:

Update humanresource:

PUT https:/.../v1/o/humanresource/{id}

Request data [See properties]:

{"humanresource": [ { "id" : 930338, "property_a" : "value-a", "property" : "See humanresource properties", "property_z" : "value-z" } ] }

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 200 - OK Content returned [See response data]
  • 204 - OK No content
  • 404 - Not found

Delete humanresource:

DELETE https:/.../v1/o/humanresource/{id}

The "id" in JSON payload is required to match the {id} in the URI to ensure that deletion requests are intended and safe

{"humanresource": [{"id":930338}]}

Response codes:

  • 400 - Client error
  • 500 - Server error
  • 204 - OK
  • 404 - Not found

Response data:
{}