QBOS REST API documentation (foreign_humanresource)

(return to Main Document)

Introduction

The foreign_humanresource API allows client applications to maintain foreign_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.

foreign_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 "foreign_humanresource"

foreign_corporate_id

bigint

 

yes

 

The foreign corporation id of the foreign humanresource

foreign_person_id

bigint

 

yes

 

Person id in the foreign corporation

foreign_name_last

nvarchar

80

 

yes

yes

foreign_name_first

nvarchar

50

 

yes

 

hire_status

smallint

 

 

 

Status

hire_status_date

date

 

 

 

Value of 1900-01-01 represents "undefined"

is_user

bit

 

 

 

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

_title

nvarchar

144

 

 

 

_job_title

varchar

50

 

 

 

_emailaddress

varchar

120

 

 

 

_last_login_datetime

varchar

20

 

 

 

_active

bit

 

 

 

1=not deleted, 0=deleted

_home_corporate_id

bigint

 

 

 

_home_corporate_name

nvarchar

80

 

 

 

_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 foreign_humanresource by id:

GET https:/.../v1/o/foreign_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/foreign_humanresource/13734
{ "linked" : {"user_workgroup":[ {"type":"user_workgroup","id":"15200","sub_type":"","_title":"QBOS Administrator","href":"\/v1\/o\/user_workgroup\/15200"}],"privilege":[ {"type":"privilege","ids":"[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,101,102,103,105,106,107,108,109,110,111,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,209,210,211,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,256,257,258,259,260,261,262,263,264,265,266,267]"}]}, "parent_type" : "corporate", "parent_id" : 506764, "type" : "foreign_humanresource", "id" : 13734, "foreign_corporate_id" : 506764, "foreign_person_id" : 942180, "foreign_name_last" : "Kubancek", "foreign_name_first" : "Tina", "hire_status" : "-2", "hire_status_date" : "1900-01-01", "is_user" : 1, "_title" : "Tina Kubancek", "_job_title" : "QBOS Administrator", "_emailaddress" : "tina@c4llc.com", "_last_login_datetime" : "", "_active" : 1, "_home_corporate_id" : 507123, "_home_corporate_name" : "Carrefour, LLC", "_language_id" : 1, "href" : "\/v1\/o\/foreign_humanresource\/13734" }

Read foreign_humanresource from parent:

GET https:/.../v1/o/{parent_type}/{parent_id}/links/foreign_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/foreign_humanresource
Response example is shown in XML format here even though REST API returns JSON format:
<foreign_humanresource><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="235" foreign_corporate_id="506764" foreign_person_id="2" foreign_name_last="Lord" foreign_name_first="James" hire_status="1" hire_status_date="1900-01-01" is_user="1" _title="James Reese Lord, Jr." _job_title="QBOS Administrator" _emailaddress="jlord@qbos.com" _last_login_datetime="2016-08-04T15:45:35Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="1449" foreign_corporate_id="506764" foreign_person_id="193213" foreign_name_last="Kajaani" foreign_name_first="Pauli" hire_status="1" hire_status_date="1900-01-01" is_user="1" _title="Pauli T. Kajaani" _job_title="QBOS Administrator" _emailaddress="pkajaani@qbos.com" _last_login_datetime="2015-06-03T19:22:54Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="2568" foreign_corporate_id="506764" foreign_person_id="456671" foreign_name_last="Turet" foreign_name_first="Daniel" hire_status="1" hire_status_date="1900-01-01" is_user="1" _title="Daniel T Turet" _job_title="QBOS Administrator" _emailaddress="dturet@qbos.com" _last_login_datetime="2014-08-18T16:46:18Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="2789" foreign_corporate_id="506764" foreign_person_id="475225" foreign_name_last="Szot" foreign_name_first="Dennis" hire_status="1" hire_status_date="2010-01-01" is_user="1" _title="Dennis Joseph Szot" _job_title="QBOS Administrator" _emailaddress="dszot@qbos.com" _last_login_datetime="2014-06-02T14:47:35Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3330" foreign_corporate_id="506764" foreign_person_id="506758" foreign_name_last="Kaeppel" foreign_name_first="Steve" hire_status="1" hire_status_date="2009-06-03" is_user="1" _title="Steve Kaeppel" _job_title="QBOS Administrator" _emailaddress="swkaeppel@nbw-llc.com" _last_login_datetime="2015-07-08T13:30:33Z" _active="1" _home_corporate_id="506756" _home_corporate_name="Curantis" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3484" foreign_corporate_id="506764" foreign_person_id="506760" foreign_name_last="Walsworth" foreign_name_first="Jimmy" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Jimmy Paul Walsworth" _job_title="QBOS Administrator" _emailaddress="jwalsworth@nbw-llc.com" _last_login_datetime="2013-02-04T10:57:08Z" _active="1" _home_corporate_id="506756" _home_corporate_name="Curantis" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3486" foreign_corporate_id="506764" foreign_person_id="507125" foreign_name_last="Farmer" foreign_name_first="Clayton" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Clayton Farmer" _job_title="QBOS Administrator" _emailaddress="clayton@c4llc.com" _last_login_datetime="" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3489" foreign_corporate_id="506764" foreign_person_id="507479" foreign_name_last="Hagen" foreign_name_first="Paul" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Paul Hagen" _job_title="QBOS Administrator" _emailaddress="paul@pdcrx.com" _last_login_datetime="2020-10-01T20:10:45Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3629" foreign_corporate_id="506764" foreign_person_id="507528" foreign_name_last="Buxton" foreign_name_first="Laura" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Laura Buxton" _job_title="QBOS Administrator" _emailaddress="laura@c4llc.com" _last_login_datetime="2023-09-14T16:35:25Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3648" foreign_corporate_id="506764" foreign_person_id="507803" foreign_name_last="Employee" foreign_name_first="Johnny" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Johnny Employee" _job_title="QBOS Administrator" _emailaddress="qbos.test@gmail.com" _last_login_datetime="2009-09-11T14:39:35Z" _active="1" _home_corporate_id="507802" _home_corporate_name="SANDBOX: non-NBW org #507802" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3649" foreign_corporate_id="506764" foreign_person_id="508022" foreign_name_last="Harris" foreign_name_first="Ahmaud" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Ahmaud Harris" _job_title="PDC Customer Service" _emailaddress="ahmaud@pdcrx.com" _last_login_datetime="2017-04-13T13:40:25Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3695" foreign_corporate_id="506764" foreign_person_id="508024" foreign_name_last="Malone" foreign_name_first="Valerie" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Valerie Malone" _job_title="PDC Customer Service" _emailaddress="valerie@pdcrx.com" _last_login_datetime="" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3741" foreign_corporate_id="506764" foreign_person_id="508027" foreign_name_last="Bagwell" foreign_name_first="Kristen" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Kristen Bagwell" _job_title="PDC Customer Service" _emailaddress="kristen@pdcrx.com" _last_login_datetime="" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3781" foreign_corporate_id="506764" foreign_person_id="508029" foreign_name_last="Phillips" foreign_name_first="Cindy" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Cindy Phillips" _job_title="PDC Customer Service" _emailaddress="cindy@pdcrx.com" _last_login_datetime="2015-10-23T14:10:50Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3827" foreign_corporate_id="506764" foreign_person_id="508030" foreign_name_last="Leikam" foreign_name_first="Lauren" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Lauren Leikam" _job_title="PDC Customer Service" _emailaddress="lauren@pdcrx.com" _last_login_datetime="2016-12-12T12:12:42Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3921" foreign_corporate_id="506764" foreign_person_id="518531" foreign_name_last="Mertens" foreign_name_first="Craig" hire_status="1" hire_status_date="1900-01-01" is_user="1" _title="Craig Mertens" _job_title="QBOS Administrator" _emailaddress="craigm@cetea.com" _last_login_datetime="2015-06-09T16:11:19Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3953" foreign_corporate_id="506764" foreign_person_id="518566" foreign_name_last="Craig" foreign_name_first="Dean" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Dean Craig" _job_title="QBOS Administrator" _emailaddress="dean@c4llc.com" _last_login_datetime="2010-03-24T09:42:12Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="8897" foreign_corporate_id="506764" foreign_person_id="518568" foreign_name_last="Farmer" foreign_name_first="Perry" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Perry Farmer" _job_title="Executive Director" _emailaddress="perry@c4llc.com" _last_login_datetime="" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3956" foreign_corporate_id="506764" foreign_person_id="518569" foreign_name_last="Werner" foreign_name_first="Greg" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Greg Werner" _job_title="Provider Relations" _emailaddress="greg@c4llc.com" _last_login_datetime="2016-03-07T10:32:33Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="3971" foreign_corporate_id="506764" foreign_person_id="519079" foreign_name_last="Biju" foreign_name_first="Nisha" hire_status="1" hire_status_date="1900-01-01" is_user="1" _title="Nisha Biju" _job_title="Hospice Aide" _emailaddress="nbiju@qbos.com" _last_login_datetime="2014-07-14T12:14:01Z" _active="1" _home_corporate_id="1" _home_corporate_name="QBOS, Inc." _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4048" foreign_corporate_id="506764" foreign_person_id="522739" foreign_name_last="Contador" foreign_name_first="Eduardo" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Eduardo Contador" _job_title="QBOS Administrator" _emailaddress="eduardo@pdcrx.com" _last_login_datetime="2013-09-10T11:55:55Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4161" foreign_corporate_id="506764" foreign_person_id="527242" foreign_name_last="Drummond" foreign_name_first="Sally" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Sally Drummond" _job_title="PDC Medsheet Entry" _emailaddress="sally.mattingly@c4llc.com" _last_login_datetime="2022-06-02T16:10:39Z" _active="1" _home_corporate_id="525924" _home_corporate_name="Crossroads Hospice of NEO" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4242" foreign_corporate_id="506764" foreign_person_id="532196" foreign_name_last="Walden" foreign_name_first="Leigh" hire_status="1" hire_status_date="2011-01-01" is_user="1" _title="Leigh Walden" _job_title="QBOS Administrator" _emailaddress="leigh@c4llc.com" _last_login_datetime="2022-01-12T19:58:29Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4311" foreign_corporate_id="506764" foreign_person_id="533187" foreign_name_last="Sylvester" foreign_name_first="Christina" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Christina Sylvester" _job_title="Provider Relations" _emailaddress="csylvester0011@yahoo.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4313" foreign_corporate_id="506764" foreign_person_id="533188" foreign_name_last="Wheeler" foreign_name_first="Randy" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Randy Wheeler" _job_title="Executive Director" _emailaddress="randy.wheeler@crossroadshospice.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4324" foreign_corporate_id="506764" foreign_person_id="533984" foreign_name_last="Clark" foreign_name_first="Stephanie" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Stephanie Clark" _job_title="Admissions Coordinator" _emailaddress="SC@okc.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4325" foreign_corporate_id="506764" foreign_person_id="533985" foreign_name_last="Smith" foreign_name_first="Amber" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Amber Smith" _job_title="Registration Rep" _emailaddress="ambersmith2@tmail.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4326" foreign_corporate_id="506764" foreign_person_id="533986" foreign_name_last="Tate" foreign_name_first="Robin" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Robin Tate" _job_title="Admit Nurse" _emailaddress="rd.tate92@hotmail.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4327" foreign_corporate_id="506764" foreign_person_id="533987" foreign_name_last="Miller" foreign_name_first="Shelley" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Shelley Miller" _job_title="Billing Coordinator" _emailaddress="shelley.miller@crossroadshospice.com" _last_login_datetime="2010-09-22T15:08:57Z" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4328" foreign_corporate_id="506764" foreign_person_id="533988" foreign_name_last="Oltermann" foreign_name_first="Debra" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Debra Oltermann" _job_title="Staff Accountant" _emailaddress="do@crossroadshospice.com" _last_login_datetime="2010-09-22T14:51:22Z" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4329" foreign_corporate_id="506764" foreign_person_id="533997" foreign_name_last="Hamilton" foreign_name_first="Christine" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Christine Hamilton" _job_title="Provider Relations" _emailaddress="chrishamilton777@yahoo.com" _last_login_datetime="2010-09-20T12:11:45Z" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4331" foreign_corporate_id="506764" foreign_person_id="533998" foreign_name_last="Owen" foreign_name_first="Stacey" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Stacey Owen" _job_title="Provider Relations" _emailaddress="texasgal103@yahoo.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4333" foreign_corporate_id="506764" foreign_person_id="533999" foreign_name_last="Garner" foreign_name_first="Jeanne" hire_status="0" hire_status_date="2010-09-01" is_user="0" _title="Jeanne Garner" _job_title="Provider Relations" _emailaddress="garner.jeanne@yahoo.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4335" foreign_corporate_id="506764" foreign_person_id="534000" foreign_name_last="Harper" foreign_name_first="Lindsey" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Lindsey Harper" _job_title="Provider Relations" _emailaddress="lindseydavis427@nsn.com" _last_login_datetime="" _active="1" _home_corporate_id="517090" _home_corporate_name="Crossroads Model" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4343" foreign_corporate_id="506764" foreign_person_id="535201" foreign_name_last="Bivens" foreign_name_first="Brad" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Brad Bivens" _job_title="Staff Accountant" _emailaddress="brad@c4llc.com" _last_login_datetime="2013-02-13T14:31:55Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4354" foreign_corporate_id="506764" foreign_person_id="535206" foreign_name_last="Spriggs" foreign_name_first="Shelly" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Shelly Spriggs" _job_title="Staff Accountant" _emailaddress="shelly@c4llc.com" _last_login_datetime="2018-06-07T20:47:38Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4356" foreign_corporate_id="506764" foreign_person_id="535212" foreign_name_last="Sweetin" foreign_name_first="Cheryl" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Cheryl Sweetin" _job_title="Staff Accountant" _emailaddress="cheryl@c4llc.com" _last_login_datetime="2011-01-19T16:45:46Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4357" foreign_corporate_id="506764" foreign_person_id="535218" foreign_name_last="Spurlock" foreign_name_first="Jennifer" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Jennifer Spurlock" _job_title="Billing Coordinator" _emailaddress="jennifer@c4llc.com" _last_login_datetime="2014-03-26T14:05:42Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4358" foreign_corporate_id="506764" foreign_person_id="535222" foreign_name_last="Crall" foreign_name_first="Kandace" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Kandace Crall" _job_title="QBOS Administrator" _emailaddress="kandace@c4llc.com" _last_login_datetime="2017-01-06T16:06:18Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4463" foreign_corporate_id="506764" foreign_person_id="550881" foreign_name_last="Miller" foreign_name_first="Della" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Della Miller" _job_title="QBOS Administrator" _emailaddress="della@c2callcenter.com" _last_login_datetime="2017-04-03T13:48:49Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4483" foreign_corporate_id="506764" foreign_person_id="551888" foreign_name_last="Newman" foreign_name_first="Patty" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Patty Newman" _job_title="PDC Customer Service" _emailaddress="patty@pdcrx.com" _last_login_datetime="2019-01-25T22:28:54Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4529" foreign_corporate_id="506764" foreign_person_id="551889" foreign_name_last="Myers" foreign_name_first="Melody" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Melody Myers" _job_title="PDC Customer Service" _emailaddress="melody@pdcrx.com" _last_login_datetime="2015-02-11T18:55:16Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4575" foreign_corporate_id="506764" foreign_person_id="551890" foreign_name_last="Robertson" foreign_name_first="Debbie" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Debbie Robertson" _job_title="PDC Customer Service" _emailaddress="debbie@pdcrx.com" _last_login_datetime="2017-04-13T13:50:02Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4621" foreign_corporate_id="506764" foreign_person_id="551891" foreign_name_last="Stapleton" foreign_name_first="Brent" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Brent Stapleton" _job_title="PDC Customer Service" _emailaddress="brent@pdcrx.com" _last_login_datetime="2015-12-04T10:52:54Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4674" foreign_corporate_id="506764" foreign_person_id="553244" foreign_name_last="Stone" foreign_name_first="Stephanie" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Stephanie Stone" _job_title="Staff Accountant" _emailaddress="stephanie@c4llc.com" _last_login_datetime="2023-08-27T22:21:32Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4675" foreign_corporate_id="506764" foreign_person_id="553254" foreign_name_last="Terska" foreign_name_first="Lisa" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Lisa Terska" _job_title="Staff Accountant" _emailaddress="lisa@c4llc.com" _last_login_datetime="2011-01-19T11:58:33Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4676" foreign_corporate_id="506764" foreign_person_id="553257" foreign_name_last="Ladd" foreign_name_first="Tiffany" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Tiffany Ladd" _job_title="QBOS Administrator" _emailaddress="tiffany@c4llc.com" _last_login_datetime="2017-12-21T17:28:25Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4687" foreign_corporate_id="506764" foreign_person_id="553259" foreign_name_last="Savastano" foreign_name_first="Joey" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Joey Savastano" _job_title="QBOS Administrator" _emailaddress="joey@c4llc.com" _last_login_datetime="2012-02-24T13:55:34Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4690" foreign_corporate_id="506764" foreign_person_id="553260" foreign_name_last="Chaplin" foreign_name_first="Kristine" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Kristine Chaplin" _job_title="Staff Accountant" _emailaddress="kristine@c4llc.com" _last_login_datetime="2024-05-01T17:35:19Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4691" foreign_corporate_id="506764" foreign_person_id="554088" foreign_name_last="Chua-Pancho" foreign_name_first="Nancy" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Nancy Chua-Pancho" _job_title="Registration Rep" _emailaddress="npancho@five9.com" _last_login_datetime="2011-02-18T11:46:56Z" _active="1" _home_corporate_id="101352" _home_corporate_name="non-NBW org #101352" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4725" foreign_corporate_id="506764" foreign_person_id="561382" foreign_name_last="Smith" foreign_name_first="Daniel" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Daniel Smith" _job_title="QBOS Administrator" _emailaddress="daniel@c4llc.com" _last_login_datetime="2022-04-14T15:49:17Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="13074" foreign_corporate_id="506764" foreign_person_id="562355" foreign_name_last="Fischer" foreign_name_first="Irene" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Irene Fischer" _job_title="Clinical Director" _emailaddress="irene.rifkin@crossroadshospice.com" _last_login_datetime="" _active="1" _home_corporate_id="527238" _home_corporate_name="Crossroads Hospice of Philadelphia" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4820" foreign_corporate_id="506764" foreign_person_id="565671" foreign_name_last="Roberts" foreign_name_first="Charity" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Charity Roberts" _job_title="Staff Accountant" _emailaddress="charity@c4llc.com" _last_login_datetime="2017-05-18T16:24:08Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="0"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="4967" foreign_corporate_id="506764" foreign_person_id="603973" foreign_name_last="David" foreign_name_first="Melissa" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Melissa David" _job_title="C4 Billing" _emailaddress="melissa@c4llc.com" _last_login_datetime="2014-04-15T08:50:56Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5046" foreign_corporate_id="506764" foreign_person_id="614753" foreign_name_last="Serca" foreign_name_first="Vasan" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Vasan Serca" _job_title="C2 Call Center" _emailaddress="vasan@c2callcenter.com" _last_login_datetime="2017-03-29T20:44:07Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5059" foreign_corporate_id="506764" foreign_person_id="614754" foreign_name_last="Griggs" foreign_name_first="Loreal" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Loreal Griggs" _job_title="C2 Call Center" _emailaddress="loreal@c2callcenter.com" _last_login_datetime="2013-12-10T13:27:29Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5072" foreign_corporate_id="506764" foreign_person_id="614755" foreign_name_last="Kickham" foreign_name_first="Nairn" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Nairn Kickham" _job_title="C2 Call Center" _emailaddress="nairn@c2callcenter.com" _last_login_datetime="2016-08-09T16:24:08Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5085" foreign_corporate_id="506764" foreign_person_id="614756" foreign_name_last="Thomas" foreign_name_first="Calandra" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Calandra Thomas" _job_title="C2 Call Center" _emailaddress="calandra@c2callcenter.com" _last_login_datetime="2012-07-18T09:55:08Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5086" foreign_corporate_id="506764" foreign_person_id="614757" foreign_name_last="Jones" foreign_name_first="Sherrean" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Sherrean Jones" _job_title="C2 Call Center" _emailaddress="sherrean@c2callcenter.com" _last_login_datetime="2014-04-03T23:51:09Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5087" foreign_corporate_id="506764" foreign_person_id="614758" foreign_name_last="Gilliam" foreign_name_first="Sean" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Sean Gilliam" _job_title="C2 Call Center" _emailaddress="sean@c2callcenter.com" _last_login_datetime="2016-08-16T08:15:59Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5099" foreign_corporate_id="506764" foreign_person_id="614804" foreign_name_last="Williams-Phillips" foreign_name_first="Rose" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Rose Williams-Phillips" _job_title="C2 Call Center" _emailaddress="rose@c2callcenter.com" _last_login_datetime="2013-05-25T20:20:44Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5100" foreign_corporate_id="506764" foreign_person_id="614909" foreign_name_last="Jordan" foreign_name_first="Louise" hire_status="-2" hire_status_date="1900-01-01" is_user="1" _title="Louise Jordan" _job_title="PDC Customer Service" _emailaddress="louise@pdcrx.com" _last_login_datetime="2018-08-21T18:46:46Z" _active="1" _home_corporate_id="507472" _home_corporate_name="PDC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5148" foreign_corporate_id="506764" foreign_person_id="615043" foreign_name_last="Linville" foreign_name_first="Stephanie" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Stephanie Linville" _job_title="C2 Call Center" _emailaddress="stephanie@c2callcenter.com" _last_login_datetime="2016-01-12T08:19:33Z" _active="1" _home_corporate_id="507123" _home_corporate_name="Carrefour, LLC" _language_id="1"/><foreign_humanresource parent_type="corporate" parent_id="506764" type="foreign_humanresource" id="5230" foreign_corporate_id="506764" foreign_person_id="620552" foreign_name_last="Allen" foreign_name_first="Tyler" hire_status="-2" hire_status_date="1900-01-01" is_user="0" _title="Tyler Allen" _job_title="QBOS Administrator" _emailaddress="tyler@c4llc.com" _last_login_datetime="2013-08-16T16:15:59Z" _acti

Create foreign_humanresource:

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

Request data [See properties]:

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

Response codes:

Update foreign_humanresource:

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

Request data [See properties]:

{"foreign_humanresource": [ { "id" : 13734, "property_a" : "value-a", "property" : "See foreign_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 foreign_humanresource:

DELETE https:/.../v1/o/foreign_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

{"foreign_humanresource": [{"id":13734}]}

Response codes:

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

Response data:
{}