Workday Connector

The Xactly Connect Workday function is intended for mutual customers of Xactly and Workday.  This connector enables customers to have point to point system integration using the Workday Public Web Services and Xactly XCL, specifically Staffing web services.

Prerequisites

To use the Workday Connector, you should have at least the following information:

  • Workday Tenant
  • Workday Certificate
  • Workday Certificate Password
  • Workday API Access enabled
  • Workday Endpoint

 

Workday Credential Creation

The first step in utilizing the Workday Connector is creating a credential within Connect.  This credential contains information necessary to authenticate with Workday and it is utilized for all subsequent requests.

Syntax

create credential <credential_name> (OutboundUname ='<outbound_uname>', Tenant='<tenant>', CertificateAlias='<certificate_alias>',  CertificatePassword='<certificate_password>', Certificate='<certificate_string>', Base64=<true/false>), Type='WORKDAY');

Parameters

Parameter NameTypeRequiredDefault ValueDescription
descriptionStringNoN/AA description for the connector being created
credential_nameStringYesN/AA unique name for the credential being created
outbound_unameStringNoN/A
tenantStringYesN/AYour company's unique identifier at Workday.
certificate_aliasStringYesN/AThe alias name that will be assigned to the certificate
certificate_passwordStringYesN/AThe password for the Workday certificate
certificate_stringStringYesN/AThe entire value of the Workday certificate as a text string.
Base64BooleanYesN/ATrue/False value to indicate if the certificate is stored in Base 64 enconding
TypeStringYesN/AThis parameter is utilized to indicate a Workday connector.  The value should always be 'WORKDAY' when creating a Workday credential.

Response

The response for a successful transaction will have a Status Code of “0”  and a Status Message of “ok”

Example Request

create credential my_workday_connector (Description='Connector for Workday', OutboundUname ='username', Tenant='xactly', CertificateAlias='workdayCertificate',  CertificatePassword='myCertPassword', Certificate='abc...123abc', Base64=true), Type='WORKDAY');

 

Workday Request

After successfully creating the Workday Credential, you can now retrieve data from Workday for utilization within Connect. A recommended first request is to retrieve the data for one employee to ensure the connection is working as expected:

Syntax

select * from WorkDay(CredentialName='<credential_name>', EffectiveStart='<YYYY-MM-DD>', StaffingEndpoint='<https://....>') limit 1;

Parameters

Parameter NameTypeRequiredDefault ValueDescription
CredentialNameStringYesN/AThe unique name of the Workday credential as created in the first step.
EffectiveStartDate (YYYY-MM-DD)YesN/ABeginning date for the result set.
EffectiveEndDate (YYYY-MM-DD)NoCurrent DateEnd date filter for the result set.
StaffingEndpointStringYesN/AThe Workday Staffing endpoint which is being utilized to pull employee information.

Response

Upon a successful request, Workday will respond with a JSON response for 1 employee. The JSON hierarchy returned will contain the following top level field:

  • WorkerID
  • UserID
  • PersonalData
  • EmploymentData
  • CompensationData
  • OrganizationData
  • RoleData
  • ManagementChainData
  • BenefitEnrollmentData
  • BenefitEligibilityData
  • RelatedPersonData
  • QualificationData
  • EmployeeReviewData
  • PhotoData
  • WorkerDocumentData
  • IntegrationFieldOverrideData
  • TransactionLogEntryData
  • TransactionLogCorrectedAndRescindedData
  • SuccessionProfileData
  • TalentAssessmentData
  • WorkerGoalData
  • DevelopmentItemData
  • SkillData
  • EmployeeContractsData
  • FeedbackReceivedData
  • UserAccountData
  • CareerData
  • AccountProvisioningData
  • BackgroundCheckData
  • ContingentWorkerTaxAuthorityFormTypeData

Example Request

select * from WorkDay(CredentialName='my_workday_connector', EffectiveStart='2017-11-01', StaffingEndpoint='https://<>.workday.com/ccx/service/<>/Staffing') limit 1;

Sample Response

{
“workerID” : “21332”,
“userID” : “jDoe”,
“personalData” : {
“nameData” : {
“legalNameData” : {
“nameDetailData” : {
“countryReference” : {
“id” : [{
“value” : “bc33aa3152ec42d4995f4791a106ed09”,
“type” : “WID”
}, {
“value” : “US”,
“type” : “ISO_3166-1_Alpha-2_Code”
}, {
“value” : “USA”,
“type” : “ISO_3166-1_Alpha-3_Code”
}, {
“value” : “840”,
“type” : “ISO_3166-1_Numeric-3_Code”
}
],
“descriptor” : “United States of America”
},
“prefixData” : null,
“firstName” : “John”,
“middleName” : null,
“lastName” : “Doe”,
“secondaryLastName” : null,
“localNameDetailData” : null,
“suffixData” : null,
“fullNameForSingaporeAndMalaysia” : null,
“formattedName” : “John Doe”,
“reportingName” : “Doe, John”
}
},
“preferredNameData” : {
“nameDetailData” : {
“countryReference” : {
“id” : [{
“value” : “bc33aa3152ec42d4995f4791a106ed09”,
“type” : “WID”
}, {
“value” : “US”,
“type” : “ISO_3166-1_Alpha-2_Code”
}, {
“value” : “USA”,
“type” : “ISO_3166-1_Alpha-3_Code”
}, {
“value” : “840”,
“type” : “ISO_3166-1_Numeric-3_Code”
}
],
“descriptor” : “United States of America”
},
“prefixData” : null,
“firstName” : “John”,
“middleName” : null,
“lastName” : “Doe”,
“secondaryLastName” : null,
“localNameDetailData” : null,
“suffixData” : null,
“fullNameForSingaporeAndMalaysia” : null,
“formattedName” : “John Doe”,
“reportingName” : “Doe, John”
}
},
“additionalNameData” : []
},
“genderReference” : null,
“birthDate” : null,
“dateOfDeath” : null,
“countryOfBirthReference” : null,
“regionOfBirthReference” : null,
“cityOfBirth” : null,
“maritalStatusReference” : null,
“maritalStatusDate” : null,
“religionReference” : null,
“disabilityStatusData” : [],
“ethnicityReference” : [],
“hispanicOrLatino” : null,
“citizenshipStatusReference” : [],
“primaryNationalityReference” : null,
“additionalNationalityReference” : [],
“hukouRegionReference” : null,
“hukouSubregionReference” : null,
“hukouLocality” : null,
“hukouPostalCode” : null,
“hukouTypeReference” : null,
“localHukou” : null,
“nativeRegionReference” : null,
“personnelFileAgencyForPerson” : null,
“lastMedicalExamDate” : null,
“lastMedicalExamValidTo” : null,
“medicalExamNotes” : null,
“militaryServiceData” : [],
“identificationData” : null,
“contactData” : {
“addressData” : [{
“countryReference” : {
“id” : [{
“value” : “bc33aa3152ec42d4995f4791a106ed09”,
“type” : “WID”
}, {
“value” : “US”,
“type” : “ISO_3166-1_Alpha-2_Code”
}, {
“value” : “USA”,
“type” : “ISO_3166-1_Alpha-3_Code”
}, {
“value” : “840”,
“type” : “ISO_3166-1_Numeric-3_Code”
}
],
“descriptor” : “United States of America”
},
“lastModified” : 1308603242605,
“addressLineData” : [{
“value” : “545 Tremont Street”,
“descriptor” : “Address Line 1”,
“type” : “ADDRESS_LINE_1”
}
],
“municipality” : “Boston”,
“countryCityReference” : null,
“submunicipalityData” : [],
“countryRegionReference” : {
“id” : [{
“value” : “c66d738416b74fb180376cf59cc7ec8f”,
“type” : “WID”
}, {
“value” : “USA-MA”,
“type” : “Country_Region_ID”
}, {
“value” : “MA”,
“type” : “ISO_3166-2_Code”
}
],
“descriptor” : “Massachusetts”
},
“subregionData” : [],
“postalCode” : “02116”,
“usageData” : [{
“typeData” : [{
“typeReference” : {
“id” : [{
“value” : “1f27f250dfaa4724ab1e1617174281e4”,
“type” : “WID”
}, {
“value” : “WORK”,
“type” : “Communication_Usage_Type_ID”
}
],
“descriptor” : “Work”
},
“primary” : true
}
],
“useForReference” : [],
“useForTenantedReference” : [],
“comments” : null,
“public” : true
}
],
“municipalityLocal” : null,
“addressReference” : {
“id” : [{
“value” : “e2396896390c4c979f76fd1b011969cc”,
“type” : “WID”
}, {
“value” : “ADDRESS_REFERENCE-4-644”,
“type” : “Address_ID”
}
],
“descriptor” : “ADDRESS_REFERENCE-4-644”
},
“addressID” : null,
“formattedAddress” : “545 Tremont Street Boston, MA 02116 United States of America”,
“addressFormatType” : “Basic”,
“defaultedBusinessSiteAddress” : true,
“delete” : null,
“doNotReplaceAll” : null,
“effectiveDate” : 946713600000
}
],
“phoneData” : [],
“emailAddressData” : [{
“emailAddress” : “johnDoe@xactlycorp.com”,
“emailComment” : null,
“usageData” : [{
“typeData” : [{
“typeReference” : {
“id” : [{
“value” : “1f27f250dfaa4724ab1e1617174281e4”,
“type” : “WID”
}, {
“value” : “WORK”,
“type” : “Communication_Usage_Type_ID”
}
],
“descriptor” : “Work”
},
“primary” : true
}
],
“useForReference” : [],
“useForTenantedReference” : [],
“comments” : null,
“public” : true
}
]
}
],
“instantMessengerData” : [],
“webAddressData” : []
},
“tobaccoUse” : false,
“politicalAffiliationReference” : null,
“socialBenefitsLocalityReference” : null,
“relativeNameInformationData” : null
},
“employmentData” : {
“workerJobData” : [{
“positionData” : {
“positionReference” : {
“id” : [{
“value” : “f6464ab60ba401b926aace7252220702”,
“type” : “WID”
}, {
“value” : “P-00449”,
“type” : “Position_ID”
}
],
“descriptor” : “System Administrator – John Doe”
},
“headcountReference” : null,
“positionID” : “P-00449”,
“positionTitle” : “System Administrator”,
“businessTitle” : “System Administrator”,
“startDate” : 1420099200000,
“endEmploymentDate” : null,
“endEmploymentReasonReference” : [],
“workerTypeReference” : {
“id” : [{
“value” : “9459f5e6f1084433b767c7901ec04416”,
“type” : “WID”
}, {
“value” : “Regular”,
“type” : “Employee_Type_ID”
}
],
“descriptor” : “Regular”
},
“positionTimeTypeReference” : {
“id” : [{
“value” : “900fa8d9ae6f45a0a788545a85878f40”,
“type” : “WID”
}, {
“value” : “Full_time”,
“type” : “Position_Time_Type_ID”
}
],
“descriptor” : “Full time”
},
“jobExempt” : true,
“scheduledWeeklyHours” : 40,
“defaultWeeklyHours” : 40,
“workingTimeFrequencyReference” : null,
“workingTimeUnitReference” : null,
“workingTimeValue” : 0,
“fullTimeEquivalentPercentage” : 100,
“excludeFromHeadcount” : false,
“payRateTypeReference” : {
“id” : [{
“value” : “bbecf03d42c34e34a6e084b2d271b88b”,
“type” : “WID”
}, {
“value” : “Salary”,
“type” : “Pay_Rate_Type_ID”
}
],
“descriptor” : “Salaried”
},
“jobClassificationSummaryData” : [{
“jobClassificationReference” : {
“id” : [{
“value” : “d8a805265ee9498baa272a3ce70639d9”,
“type” : “WID”
}, {
“value” : “221.3”,
“type” : “Job_Classification_Reference_ID”
}
],
“descriptor” : “2 – Professionals (United States EEO-1-United States of America)”
},
“jobGroupReference” : {
“id” : [{
“value” : “be4f171eca7a484983b9bc530a22e594”,
“type” : “WID”
}
],
“descriptor” : “United States EEO-1”
},
“additional” : null
}
],
“companyInsiderReference” : [],
“workShiftReference” : null,
“workHoursProfilesReference” : null,
“federalWithholdingFEIN” : “99-0343105”,
“workerCompensationCodeData” : [{
“workersCompensationCodeReference” : {
“id” : [{
“value” : “b3d930f0fc714b00aa1442a23060ad89”,
“type” : “WID”
}, {
“value” : “8810”,
“type” : “Workers_Compensation_ID”
}
],
“descriptor” : “8810 – Clerical Office Employees (United States of America)”
},
“workersCompensationCode” : “8810”
}
],
“positionPayrollReportingCodeData” : [],
“jobProfileSummaryData” : {
“jobProfileReference” : {
“id” : [{
“value” : “562c73da8c234395a6eb6b55f1edbec5”,
“type” : “WID”
}, {
“value” : “39200”,
“type” : “Job_Profile_ID”
}
],
“descriptor” : “System Administrator”
},
“jobExempt” : true,
“managementLevelReference” : {
“id” : [{
“value” : “7a379eea3b0c4a10a2b50663b2bd15e4”,
“type” : “WID”
}, {
“value” : “8_Individual_Contributor”,
“type” : “Management_Level_ID”
}
],
“descriptor” : “8 Individual Contributor”
},
“jobCategoryReference” : null,
“jobFamilyReference” : [{
“id” : [{
“value” : “5865fec116e44290921e5c6fd6ec66df”,
“type” : “WID”
}, {
“value” : “IT-Systems”,
“type” : “Job_Family_ID”
}
],
“descriptor” : “IT-Systems”
}
],
“jobProfileName” : “System Administrator”,
“workShiftRequired” : false,
“criticalJob” : false,
“difficultyToFillReference” : {
“id” : [{
“value” : “ab2abb143e1146a0afcb55cf288e2cc3”,
“type” : “WID”
}, {
“value” : “EASY”,
“type” : “Difficulty_to_Fill_Code”
}
],
“descriptor” : “Easy”
}
},
“businessSiteSummaryData” : {
“locationReference” : {
“id” : [{
“value” : “e6848733cd2c4fd1b34c2301321fc0f1”,
“type” : “WID”
}, {
“value” : “Boston_site”,
“type” : “Location_ID”
}
],
“descriptor” : “Boston”
},
“name” : “Boston”,
“locationTypeReference” : [{
“id” : [{
“value” : “f1ce6c2b448043718f90edceff52f067”,
“type” : “WID”
}, {
“value” : “334.2”,
“type” : “Location_Type_ID”
}
],
“descriptor” : “Service Center”
}, {
“id” : [{
“value” : “c845805cf2ea46d790ffca4b4df5beaa”,
“type” : “WID”
}, {
“value” : “334.5”,
“type” : “Location_Type_ID”
}
],
“descriptor” : “Local Office”
}
],
“localReference” : {
“id” : [{
“value” : “d9e43b02446c11de98360015c5e6daf6”,
“type” : “WID”
}, {
“value” : “en_US”,
“type” : “Locale_ID”
}
],
“descriptor” : “English (United States) – en_US”
},
“displayLanguageReference” : null,
“timeProfileReference” : {
“id” : [{
“value” : “e57d85ad0fed4ff390953935e2873466”,
“type” : “WID”
}, {
“value” : “344.1”,
“type” : “Time_Profile_ID”
}
],
“descriptor” : “Standard Hours – 40”
},
“scheduledWeeklyHours” : 40,
“addressData” : [{
“countryReference” : {
“id” : [{
“value” : “bc33aa3152ec42d4995f4791a106ed09”,
“type” : “WID”
}, {
“value” : “US”,
“type” : “ISO_3166-1_Alpha-2_Code”
}, {
“value” : “USA”,
“type” : “ISO_3166-1_Alpha-3_Code”
}, {
“value” : “840”,
“type” : “ISO_3166-1_Numeric-3_Code”
}
],
“descriptor” : “United States of America”
},
“lastModified” : 1308603242605,
“addressLineData” : [{
“value” : “545 Tremont Street”,
“descriptor” : “Address Line 1”,
“type” : “ADDRESS_LINE_1”
}
],
“municipality” : “Boston”,
“countryCityReference” : null,
“submunicipalityData” : [],
“countryRegionReference” : {
“id” : [{
“value” : “c66d738416b74fb180376cf59cc7ec8f”,
“type” : “WID”
}, {
“value” : “USA-MA”,
“type” : “Country_Region_ID”
}, {
“value” : “MA”,
“type” : “ISO_3166-2_Code”
}
],
“descriptor” : “Massachusetts”
},
“subregionData” : [],
“postalCode” : “02116”,
“usageData” : [{
“typeData” : [{
“typeReference” : {
“id” : [{
“value” : “4fae289a7fe541b098ca9448e462ff6b”,
“type” : “WID”
}, {
“value” : “BUSINESS”,
“type” : “Communication_Usage_Type_ID”
}
],
“descriptor” : “Business”
},
“primary” : true
}
],
“useForReference” : [{
“id” : [{
“value” : “f785430145674364a613cd56086942c4”,
“type” : “WID”
}, {
“value” : “STREET”,
“type” : “Communication_Usage_Behavior_ID”
}
],
“descriptor” : “Street Address”
}, {
“id” : [{
“value” : “b58a4a54e04c4e1f8fc32bfc3b1a77cf”,
“type” : “WID”
}, {
“value” : “SHIPPING”,
“type” : “Communication_Usage_Behavior_ID”
}
],
“descriptor” : “Shipping”
}, {
“id” : [{
“value” : “9385649a0c4b4ddea7fb0d823c2f1bcd”,
“type” : “WID”
}, {
“value” : “MAILING”,
“type” : “Communication_Usage_Behavior_ID”
}
],
“descriptor” : “Mailing”
}
],
“useForTenantedReference” : [{
“id” : [{
“value” : “041d606550cc1069b52bb68a34639b97”,
“type” : “WID”
}, {
“value” : “COMMUNICATION_USAGE_BEHAVIOR_TENANTED-16-12”,
“type” : “Communication_Usage_Behavior_Tenanted_ID”
}
],
“descriptor” : “Mailing”
}, {
“id” : [{
“value” : “041d606550cc1069b52bb68756039b96”,
“type” : “WID”
}, {
“value” : “COMMUNICATION_USAGE_BEHAVIOR_TENANTED-16-11”,
“type” : “Communication_Usage_Behavior_Tenanted_ID”
}
],
“descriptor” : “Shipping”
}, {
“id” : [{
“value” : “041d606550cc1069b52bb681b8839b94”,
“type” : “WID”
}, {
“value” : “COMMUNICATION_USAGE_BEHAVIOR_TENANTED-16-9”,
“type” : “Communication_Usage_Behavior_Tenanted_ID”
}
],
“descriptor” : “Street Address”
}
],
“comments” : null,
“public” : true
}
],
“municipalityLocal” : null,
“addressReference” : {
“id” : [{
“value” : “e2396896390c4c979f76fd1b011969cc”,
“type” : “WID”
}, {
“value” : “ADDRESS_REFERENCE-4-644”,
“type” : “Address_ID”
}
],
“descriptor” : “ADDRESS_REFERENCE-4-644”
},
“addressID” : null,
“formattedAddress” : “545 Tremont Street Boston, MA 02116 United States of America”,
“addressFormatType” : “Basic”,
“defaultedBusinessSiteAddress” : false,
“delete” : null,
“doNotReplaceAll” : null,
“effectiveDate” : 946713600000
}
]
},
“payrollInterfaceProcessingData” : {
“effectiveDate” : null,
“payRateTypeReference” : null,
“frequencyReference” : {
“id” : [{
“value” : “e9346de978e2434da02c9d9f170cea2a”,
“type” : “WID”
}, {
“value” : “Semi_monthly”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Semi-monthly”
},
“payGroupReference” : null,
“payrollEntityReference” : null,
“externalEmployeeTypeReference” : null,
“payrollFileNumber” : null
},
“regularPaidEquivalentHours” : null,
“workerHoursProfileClassification” : null,
“internationalAssignmentData” : null,
“workSpaceReference” : null,
“academicPaySetupData” : null,
“endDate” : null,
“payThroughDate” : null,
“collectiveAgreementSummaryData” : [],
“employeeProbationPeriodSummaryData” : null,
“managerAsOfLastDetectedManagerChangeReference” : [{
“id” : [{
“value” : “0e44c92412d34b01ace61e80a47aaf6d”,
“type” : “WID”
}, {
“value” : “21002”,
“type” : “Employee_ID”
}
],
“descriptor” : “Steve Morgan”
}
],
“effectiveDate” : 1420099200000
},
“positionOrganizationsData” : {
“positionOrganizationData” : [{
“organizationReference” : {
“id” : [{
“value” : “27d7d32c31864c87b5ad6afad9e6f4b3”,
“type” : “WID”
}, {
“value” : “40000”,
“type” : “Organization_Reference_ID”
}, {
“value” : “40000”,
“type” : “Cost_Center_Reference_ID”
}
],
“descriptor” : “40000 Office of CHRO”
},
“organizationData” : {
“organizationReferenceID” : “40000”,
“organizationCode” : “40000”,
“integrationIDData” : [{
“id” : [{
“value” : “2502$27”,
“systemID” : “WD-I”
}, {
“value” : “27d7d32c31864c87b5ad6afad9e6f4b3”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Office of CHRO”,
“organizationTypeReference” : {
“id” : [{
“value” : “9d07b8f1d4e24685ac2c967eb86dc512”,
“type” : “WID”
}, {
“value” : “COST_CENTER”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Cost Center”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “2b2a32edaab54c448899244ad19f3a21”,
“type” : “WID”
}, {
“value” : “Cost Center”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Cost Center”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “a2a91d52bfd74ad491e736e0e9ad2fea”,
“type” : “WID”
}, {
“value” : “Cost_Center_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cost Center Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “d99ba9763f644125a86f879b8817e381”,
“type” : “WID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-222”,
“type” : “Organization_Reference_ID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-222”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Consolidation – US”
},
“organizationData” : {
“organizationReferenceID” : “CUSTOM_ORGANIZATION-4-222”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$222”,
“systemID” : “WD-I”
}, {
“value” : “d99ba9763f644125a86f879b8817e381”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Consolidation – US”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “be609c8ef74046f18a373c78d860b2dd”,
“type” : “WID”
}, {
“value” : “Accounting_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounting Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5cf7f982b64c4a7daf16e3d00ff446a1”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7099f5062de2486da8cb138d1b83dd72”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98c8d425ad3b4b3093dc56a186738527”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ccf99c8ed0fa46fa939ceac9de5278d0”,
“type” : “WID”
}, {
“value” : “Buyer”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “0e44c92412d34b01ace61e80a47aaf6d”,
“type” : “WID”
}, {
“value” : “21002”,
“type” : “Employee_ID”
}
],
“descriptor” : “Steve Morgan”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “3895af7993ff4c509cbea2e1817172e0”,
“type” : “WID”
}, {
“value” : “21003”,
“type” : “Employee_ID”
}
],
“descriptor” : “Oliver Reynolds”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “2290cf186cf64d029027c64c4df7815a”,
“type” : “WID”
}, {
“value” : “21053”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jake Lee”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f63ce9ae8998452d833139dcf177c217”,
“type” : “WID”
}, {
“value” : “Expense_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “33707d81109246a798aaa6cc04033694”,
“type” : “WID”
}, {
“value” : “Services_Coordinator”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Services Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Default”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Default”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Default”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5295e9bbbe194fc695d866fb89328185”,
“type” : “WID”
}, {
“value” : “Supplier_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Supplier Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “4e8c61ceeac54891870fc204d043b768”,
“type” : “WID”
}, {
“value” : “2506.203”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.203”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Consolidation – US Tax”
},
“organizationData” : {
“organizationReferenceID” : “2506.203”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$203”,
“systemID” : “WD-I”
}, {
“value” : “4e8c61ceeac54891870fc204d043b768”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Consolidation – US Tax”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“type” : “WID”
}, {
“value” : “Global_Modern_Services_supervisory”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Global Modern Services”
},
“organizationData” : {
“organizationReferenceID” : “Global_Modern_Services_supervisory”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2500$102”,
“systemID” : “WD-I”
}, {
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services”,
“organizationTypeReference” : {
“id” : [{
“value” : “6d1dffd570454dccafb641e820714ebf”,
“type” : “WID”
}, {
“value” : “SUPERVISORY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Supervisory”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : {
“id” : [{
“value” : “d13a7c46a06443c4a33c09afbdf72c73”,
“type” : “WID”
}, {
“value” : “San_Francisco_site”,
“type” : “Location_ID”
}
],
“descriptor” : “San Francisco”
},
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “0244bb7aa1064b62a6e651f621bc3de6”,
“type” : “WID”
}, {
“value” : “Absence_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Absence Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “cc7fb31eecd544e9ae8e03653c63bfab”,
“type” : “WID”
}, {
“value” : “21006”,
“type” : “Employee_ID”
}
],
“descriptor” : “Maria Cardoza”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “b7cc102bda5b43e19c658fef8d510b21”,
“type” : “WID”
}, {
“value” : “Benefits_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Benefits Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “cc7fb31eecd544e9ae8e03653c63bfab”,
“type” : “WID”
}, {
“value” : “21006”,
“type” : “Employee_ID”
}
],
“descriptor” : “Maria Cardoza”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ca1f13433035479ab0eea227e4ac8b9e”,
“type” : “WID”
}, {
“value” : “Compensation_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “702046053aa648fdbb5ce840c4acf1b5”,
“type” : “WID”
}
],
“descriptor” : “Compensation Pool Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “bc64fcbce17d103b11dacefaad2d0046”,
“type” : “WID”
}
],
“descriptor” : “Contingent Worker Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “744f969f3aa74c529246a049f30aadfc”,
“type” : “WID”
}, {
“value” : “Facilities”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Facilities”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “31097be914f74986b7f63d4e56315d48”,
“type” : “WID”
}, {
“value” : “21088”,
“type” : “Employee_ID”
}
],
“descriptor” : “Christine Nguyen”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6ba53a73512742b09da44348d2e9be93”,
“type” : “WID”
}, {
“value” : “Finance_Executive”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Finance Executive”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6c7560e67e5e48ab96d1d9aa33dfa1f6”,
“type” : “WID”
}, {
“value” : “HR_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7ed59f5277aa412687358dce2fe831db”,
“type” : “WID”
}, {
“value” : “HR_Executive”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Executive”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “dc483d7547274c00b4c13532d35620bb”,
“type” : “WID”
}, {
“value” : “HR_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “8d9435a66f9a431ab5377671801b9841”,
“type” : “WID”
}, {
“value” : “Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “0e44c92412d34b01ace61e80a47aaf6d”,
“type” : “WID”
}, {
“value” : “21002”,
“type” : “Employee_ID”
}
],
“descriptor” : “Steve Morgan”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “41b4436b31f0464ca720bc7809971ded”,
“type” : “WID”
}, {
“value” : “Payroll_Interface_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Interface Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “9c156e075f784deb9133fe61a2c1be6b”,
“type” : “WID”
}, {
“value” : “Recruiter”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Recruiter”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “06f07fa2c435461592a7d3d3772c6cc7”,
“type” : “WID”
}, {
“value” : “Security_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Security Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “4c21045bca3b416fb7fae169e8a29afc”,
“type” : “WID”
}, {
“value” : “Succession_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Succession Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f69007b155c146908be83c2c20de7c9b”,
“type” : “WID”
}, {
“value” : “Timekeeper”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Timekeeper”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “8e838ccd61394f4f87d67f00fbcb6c3c”,
“type” : “WID”
}
],
“descriptor” : “Workforce Planner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “cb550da820584750aae8f807882fa79a”,
“type” : “WID”
}, {
“value” : “GMS_USA_company”,
“type” : “Organization_Reference_ID”
}, {
“value” : “GMS_USA_company”,
“type” : “Company_Reference_ID”
}
],
“descriptor” : “Global Modern Services, Inc. (USA)”
},
“organizationData” : {
“organizationReferenceID” : “GMS_USA_company”,
“organizationCode” : “GMS USA”,
“integrationIDData” : [{
“id” : [{
“value” : “GMS-USA”,
“systemID” : “ADP Tax Filing Service – Periodic”
}, {
“value” : “GMS-USA”,
“systemID” : “ADP Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Periodic”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Annual”
}, {
“value” : “GMS-USA”,
“systemID” : “MasterTax Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “MasterTax Tax Filing”
}, {
“value” : “2501$21”,
“systemID” : “WD-I”
}, {
“value” : “cb550da820584750aae8f807882fa79a”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services, Inc. (USA)”,
“organizationTypeReference” : {
“id” : [{
“value” : “bf2ee002746641f182bfcae4416419bd”,
“type” : “WID”
}, {
“value” : “COMPANY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “932c6293caa84067a5604f79a35e872a”,
“type” : “WID”
}, {
“value” : “1099_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “1099 Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “be609c8ef74046f18a373c78d860b2dd”,
“type” : “WID”
}, {
“value” : “Accounting_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounting Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5cf7f982b64c4a7daf16e3d00ff446a1”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e0991850deed4aa684fda158f851aa70”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Data_Entry_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “bba6d8ec44e9476aab2902478f2d1a66”,
“type” : “WID”
}, {
“value” : “21046”,
“type” : “Employee_ID”
}
],
“descriptor” : “James Walker”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “287d7dd7fa794d129d66c560b0444518”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Disbursements_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7099f5062de2486da8cb138d1b83dd72”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “71e97dfac56b480ba5ef6c11bfa15862”,
“type” : “WID”
}, {
“value” : “21019”,
“type” : “Employee_ID”
}
],
“descriptor” : “Angela Mora”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98c8d425ad3b4b3093dc56a186738527”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “973027930aa8494fa4c68bf4c729e72e”,
“type” : “WID”
}, {
“value” : “Billing_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Billing Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “aefc414b407f438fb6b26b6b70a11c1d”,
“type” : “WID”
}
],
“descriptor” : “Business Asset Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7a4115e5e5d64c6a9187215811ad85e9”,
“type” : “WID”
}, {
“value” : “Resource_Tracking_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Business Asset Tracking Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ccf99c8ed0fa46fa939ceac9de5278d0”,
“type” : “WID”
}, {
“value” : “Buyer”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98ff67cad61a4ec7a59627511352ab62”,
“type” : “WID”
}, {
“value” : “Cash_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cash Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e9708753fbaf478fb7dd498f8830309f”,
“type” : “WID”
}, {
“value” : “Cash_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cash Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “02084e1a2eca44ca91d66414655497c1”,
“type” : “WID”
}, {
“value” : “Customer_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Customer Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f63ce9ae8998452d833139dcf177c217”,
“type” : “WID”
}, {
“value” : “Expense_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “910e3066fad64399a45d00dae87a7b70”,
“type” : “WID”
}, {
“value” : “Expense_Data_Entry_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “eb8ffe609865483b994aa96692388f2e”,
“type” : “WID”
}, {
“value” : “Expense_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “338b038a1abe402a9bed7c70a31589f0”,
“type” : “WID”
}, {
“value” : “21055”,
“type” : “Employee_ID”
}
],
“descriptor” : “Melissa Hartman”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “9a5ede6dc3964e08bde7d456af5c0a28”,
“type” : “WID”
}, {
“value” : “21072”,
“type” : “Employee_ID”
}
],
“descriptor” : “Charles Bradley”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “d5a96954ae4d48519fa307e9e446f787”,
“type” : “WID”
}, {
“value” : “Expense_Disbursements_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0504e0080e774a6f80f24d1d58c92ef9”,
“type” : “WID”
}
],
“descriptor” : “Payroll Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2adb2627201f42b798ec59a51a60a6dc”,
“type” : “WID”
}, {
“value” : “Payroll_Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “74ab8bddf01947e58b770c3bad96aaec”,
“type” : “WID”
}
],
“descriptor” : “Procurement Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e5f009403b9b4ad3bc48f7a8b5acee93”,
“type” : “WID”
}
],
“descriptor” : “Procurement Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “480d7efa9ca24bd9afd28b9fb37fa565”,
“type” : “WID”
}, {
“value” : “Revenue_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Revenue Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “33707d81109246a798aaa6cc04033694”,
“type” : “WID”
}, {
“value” : “Services_Coordinator”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Services Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5295e9bbbe194fc695d866fb89328185”,
“type” : “WID”
}, {
“value” : “Supplier_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Supplier Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “564b6edcaf6143ce9126e90a4b78c6bd”,
“type” : “WID”
}
],
“descriptor” : “Tax Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “338b038a1abe402a9bed7c70a31589f0”,
“type” : “WID”
}, {
“value” : “21055”,
“type” : “Employee_ID”
}
],
“descriptor” : “Melissa Hartman”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “4fefc28bcd044c63804c97e808ce5819”,
“type” : “WID”
}, {
“value” : “2506.57”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.57”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Global Modern Services Regions”
},
“organizationData” : {
“organizationReferenceID” : “2506.57”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$57”,
“systemID” : “WD-I”
}, {
“value” : “4fefc28bcd044c63804c97e808ce5819”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services Regions”,
“organizationTypeReference” : {
“id” : [{
“value” : “10335f16cb5949c88c6d610c2a7af3e7”,
“type” : “WID”
}, {
“value” : “REGION_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Regional Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “047fc31893774ec6b4f66819133d34f1”,
“type” : “WID”
}, {
“value” : “Region”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Region”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0712d10e67004ac080a80702b0400c77”,
“type” : “WID”
}, {
“value” : “Region_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1b910910d99e40af919fadede18f5b26”,
“type” : “WID”
}, {
“value” : “Region_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “5aa5ea8df15445db9b60f99886a50c4f”,
“type” : “WID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-218”,
“type” : “Organization_Reference_ID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-218”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “GMS North America”
},
“organizationData” : {
“organizationReferenceID” : “CUSTOM_ORGANIZATION-4-218”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$218”,
“systemID” : “WD-I”
}, {
“value” : “5aa5ea8df15445db9b60f99886a50c4f”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “GMS North America”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “2a99f6b9d77e45d6ba6061cde1575384”,
“type” : “WID”
}, {
“value” : “Headquarters_Region”,
“type” : “Organization_Reference_ID”
}, {
“value” : “Headquarters_Region”,
“type” : “Region_Reference_ID”
}
],
“descriptor” : “Headquarters – Corporate”
},
“organizationData” : {
“organizationReferenceID” : “Headquarters_Region”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2503$110”,
“systemID” : “WD-I”
}, {
“value” : “2a99f6b9d77e45d6ba6061cde1575384”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Headquarters – Corporate”,
“organizationTypeReference” : {
“id” : [{
“value” : “4532ac6e09f044fa9031bfcd2e4450c5”,
“type” : “WID”
}, {
“value” : “REGION”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Region”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “047fc31893774ec6b4f66819133d34f1”,
“type” : “WID”
}, {
“value” : “Region”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Region”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0712d10e67004ac080a80702b0400c77”,
“type” : “WID”
}, {
“value” : “Region_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1b910910d99e40af919fadede18f5b26”,
“type” : “WID”
}, {
“value” : “Region_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “9cd46a5e7fe741f49d863e8396bdba85”,
“type” : “WID”
}, {
“value” : “2506.68”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.68”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Human Resources”
},
“organizationData” : {
“organizationReferenceID” : “2506.68”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$68”,
“systemID” : “WD-I”
}, {
“value” : “9cd46a5e7fe741f49d863e8396bdba85”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Human Resources”,
“organizationTypeReference” : {
“id” : [{
“value” : “96ef02113f394fc4bf68e89410d23428”,
“type” : “WID”
}, {
“value” : “COST_CENTER_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Cost Center Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “e273bd487fbe1047254719ccf6e5387d”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_SUBTYPE-16-22”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Area”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “a2a91d52bfd74ad491e736e0e9ad2fea”,
“type” : “WID”
}, {
“value” : “Cost_Center_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cost Center Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “a5e3b701851440b2b41ca7f86fc78030”,
“type” : “WID”
}, {
“value” : “Professional_Regional_Semi-monthly”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Professional – Regional (Semi-monthly)”
},
“organizationData” : {
“organizationReferenceID” : “Professional_Regional_Semi-monthly”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “1840$7”,
“systemID” : “WD-I”
}, {
“value” : “a5e3b701851440b2b41ca7f86fc78030”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Professional – Regional (Semi-monthly)”,
“organizationTypeReference” : {
“id” : [{
“value” : “bd0f737a2ea14bef9887c09f59739252”,
“type” : “WID”
}, {
“value” : “PAY_GROUP”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Pay Group”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “6eb2137fe2c3444093be49001bb4d5b0”,
“type” : “WID”
}, {
“value” : “Pay Group”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Pay Group”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5bcec92217ec4294a850597460eec8ed”,
“type” : “WID”
}, {
“value” : “Payroll_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “7d0913ad6f79448c8e5ad9225135c86f”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY-4-214”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Storage North America”
},
“organizationData” : {
“organizationReferenceID” : “BUSINESS_SITE_HIERARCHY-4-214”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2505$214”,
“systemID” : “WD-I”
}, {
“value” : “7d0913ad6f79448c8e5ad9225135c86f”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Storage North America”,
“organizationTypeReference” : {
“id” : [{
“value” : “7ff84f8575f44f2e80099497e24b5b7b”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Location Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “c3dcb48d73904ae1af982c46262466ed”,
“type” : “WID”
}, {
“value” : “Geographic Division”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Geographic Division”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “204d82d5f218426eae1a1cbeb4856843”,
“type” : “WID”
}, {
“value” : “2505.124”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “USA – Northeast US”
},
“organizationData” : {
“organizationReferenceID” : “2505.124”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2505$124”,
“systemID” : “WD-I”
}, {
“value” : “204d82d5f218426eae1a1cbeb4856843”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “USA – Northeast US”,
“organizationTypeReference” : {
“id” : [{
“value” : “7ff84f8575f44f2e80099497e24b5b7b”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Location Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “c3dcb48d73904ae1af982c46262466ed”,
“type” : “WID”
}, {
“value” : “Geographic Division”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Geographic Division”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “0ebd146130ea44f9962a546069436760”,
“type” : “WID”
}
],
“descriptor” : “Business Site Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “fca5fffd593e4d4c9e9d34e43a58855e”,
“type” : “WID”
}, {
“value” : “Compensation_Partner_by_Location”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Partner (by Location)”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f567f04f338644e1959103bf9c596caf”,
“type” : “WID”
}
],
“descriptor” : “Global Mobility Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “10fdaa99f268438598270a51d0d0c062”,
“type” : “WID”
}, {
“value” : “Health_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Health Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “026bb35a33cc4919a8e3b54bc9daabe0”,
“type” : “WID”
}
],
“descriptor” : “HR Partner (By Location)”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6f364df19017498481f95daa9c479d1e”,
“type” : “WID”
}, {
“value” : “Safety_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Safety Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “13421ab73ec94d30acb41f70d4ec788f”,
“type” : “WID”
}
],
“descriptor” : “Stock Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2fb10d2a29c148b9ab8ecc860e2f848c”,
“type” : “WID”
}, {
“value” : “Works_Council”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Works Council”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “fba2913692844c37affb406c2a4412b4”,
“type” : “WID”
}, {
“value” : “21197”,
“type” : “Employee_ID”
}
],
“descriptor” : “Boris Müller”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}
],
“payGroupAssignmentCorrectOrRescindData” : []
},
“positionManagementChainsData” : null,
“primaryJob” : true
}
],
“workerStatusData” : {
“active” : true,
“activeStatusDate” : 1420099200000,
“hireDate” : 1420099200000,
“originalHireDate” : 1420099200000,
“hireReasonReference” : {
“id” : [{
“value” : “269462718b474db8bcbdd5789ccf1a20”,
“type” : “WID”
}, {
“value” : “Hire_Employee_New_Hire_Fill_Vacancy”,
“type” : “Event_Classification_Subcategory_ID”
}, {
“value” : “Hire_Employee_New_Hire_Fill_Vacancy”,
“type” : “General_Event_Subcategory_ID”
}
],
“descriptor” : “Hire Employee > New Hire > Fill Vacancy”
},
“endEmploymentDate” : null,
“continuousServiceDate” : 1420099200000,
“firstDayOfWork” : 1420099200000,
“expectedRetirementDate” : null,
“retirementEligibilityDate” : null,
“retired” : false,
“retirementDate” : null,
“seniorityDate” : 1420099200000,
“severanceDate” : null,
“benefitsServiceDate” : null,
“companyServiceDate” : null,
“timeOffServiceDate” : null,
“vestingDate” : null,
“dateEnteredWorkforce” : null,
“daysUnemployed” : 0,
“monthsContinuousPriorEmployment” : 0,
“terminated” : false,
“terminationDate” : null,
“payThroughDate” : null,
“primaryTerminationReasonReference” : null,
“primaryTerminationCategoryReference” : null,
“terminationInvoluntary” : null,
“secondaryTerminationReasonsData” : [],
“localTerminationReasonReference” : null,
“notEligibleForHire” : false,
“regrettableTermination” : false,
“notEligibleForRehire” : false,
“terminationLastDayOfWork” : null,
“resignationDate” : null,
“lastDateForWhichPaid” : null,
“expectedDateOfReturn” : null,
“notReturning” : false,
“returnUnknown” : false,
“probationStartDate” : null,
“probationEndDate” : null,
“leaveStatusData” : [],
“leaveRequestsCorrectedData” : [],
“academicTenureDate” : null,
“rehire” : false
},
“workerContractData” : null,
“internationalAssignmentSummaryData” : {
“hasInternationalAssignment” : false,
“hostCountriesReference” : [],
“homeCountryReference” : {
“id” : [{
“value” : “bc33aa3152ec42d4995f4791a106ed09”,
“type” : “WID”
}, {
“value” : “US”,
“type” : “ISO_3166-1_Alpha-2_Code”
}, {
“value” : “USA”,
“type” : “ISO_3166-1_Alpha-3_Code”
}, {
“value” : “840”,
“type” : “ISO_3166-1_Numeric-3_Code”
}
],
“descriptor” : “United States of America”
}
}
},
“compensationData” : {
“compensationEffectiveDate” : 1420099200000,
“reasonReference” : {
“id” : [{
“value” : “269462718b474db8bcbdd5789ccf1a20”,
“type” : “WID”
}, {
“value” : “Hire_Employee_New_Hire_Fill_Vacancy”,
“type” : “Event_Classification_Subcategory_ID”
}, {
“value” : “Hire_Employee_New_Hire_Fill_Vacancy”,
“type” : “General_Event_Subcategory_ID”
}
],
“descriptor” : “Hire Employee > New Hire > Fill Vacancy”
},
“compensationGuidelinesData” : [{
“compensationPackageReference” : {
“id” : [{
“value” : “4c2e2a124f1e49f68134a6333a892b76”,
“type” : “WID”
}, {
“value” : “Non_Management_Compensation_Package”,
“type” : “Compensation_Package_ID”
}
],
“descriptor” : “Non-Management Compensation Package”
},
“compensationGradeReference” : {
“id” : [{
“value” : “ba789a49556b4b8ab07f3ab78583928c”,
“type” : “WID”
}, {
“value” : “Non_Management”,
“type” : “Compensation_Grade_ID”
}
],
“descriptor” : “Non-Management”
},
“compensationGradeProfileReference” : {
“id” : [{
“value” : “84931249b0124d309c8f4ffb540e1afb”,
“type” : “WID”
}, {
“value” : “317.22”,
“type” : “Compensation_Grade_Profile_ID”
}
],
“descriptor” : “USA (Massachusetts)”
},
“compensationStepReference” : null,
“progressionStartDate” : null
}
],
“salaryAndHourlyData” : [{
“compensationPlanReference” : {
“id” : [{
“value” : “35b664971c6d48f18937261a7dd9ff18”,
“type” : “WID”
}, {
“value” : “SALARY_Salary_Plan”,
“type” : “Compensation_Plan_ID”
}
],
“descriptor” : “General Salary Plan”
},
“compensationElementReference” : {
“id” : [{
“value” : “998c72bbfa474cb4aa7e37f579434766”,
“type” : “WID”
}, {
“value” : “Base_Pay”,
“type” : “Compensation_Element_ID”
}
],
“descriptor” : “Base Pay”
},
“amount” : 80000,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “fbbd5f763c6c45d5a07e172b8bb8c161”,
“type” : “WID”
}, {
“value” : “Annual”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Annual”
},
“assignmentEffectiveDate” : 1420099200000
}
],
“unitSalaryPlanData” : [],
“allowancePlanData” : [],
“unitAllowancePlanData” : [],
“bonusPlanData” : [{
“compensationPlanReference” : {
“id” : [{
“value” : “20b6ed62d6a342199d95a51e93141941”,
“type” : “WID”
}, {
“value” : “BONUS_PERCENT_BASED_Non_Mgmt_Bonus_Staff”,
“type” : “Compensation_Plan_ID”
}
],
“descriptor” : “Non-Mgmt Bonus – Staff”
},
“compensationElementReference” : {
“id” : [{
“value” : “ef7691cbd08443aaa3896b682115d0b1”,
“type” : “WID”
}, {
“value” : “Incentive”,
“type” : “Compensation_Element_ID”
}
],
“descriptor” : “Incentive”
},
“individualTargetAmount” : null,
“defaultTargetAmount” : 0.1,
“individualTargetPercent” : null,
“defaultTargetPercent” : 0.1,
“guaranteedMinimum” : false,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “fa61dacb69754722990e226c3c2b11e0”,
“type” : “WID”
}, {
“value” : “Quarterly”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Quarterly”
},
“percentAssigned” : 1,
“assignmentEffectiveDate” : 1420099200000
}
],
“meritPlanData” : [],
“commissionPlanData” : [],
“stockPlanData” : [],
“futurePaymentPlanData” : [],
“periodSalaryPlanData” : [],
“employeeCompensationSummaryData” : {
“employeeCompensationSummaryData” : {
“totalBasePay” : 80000,
“totalSalaryAndAllowances” : 80000,
“primaryCompensationBasis” : 88000,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “fbbd5f763c6c45d5a07e172b8bb8c161”,
“type” : “WID”
}, {
“value” : “Annual”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Annual”
}
},
“annualizedSummaryData” : {
“totalBasePay” : 80000,
“totalSalaryAndAllowances” : 80000,
“primaryCompensationBasis” : 88000,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “fbbd5f763c6c45d5a07e172b8bb8c161”,
“type” : “WID”
}, {
“value” : “Annual”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Annual”
}
},
“summaryDataInPayGroupFrequency” : {
“totalBasePay” : 3333.33,
“totalSalaryAndAllowances” : 3333.33,
“primaryCompensationBasis” : 3666.66,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “e9346de978e2434da02c9d9f170cea2a”,
“type” : “WID”
}, {
“value” : “Semi_monthly”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Semi-monthly”
}
},
“annualizedInReportingCurrencySummaryData” : {
“totalBasePay” : 80000,
“totalSalaryAndAllowances” : 80000,
“primaryCompensationBasis” : 88000,
“currencyReference” : {
“id” : [{
“value” : “9e996ffdd3e14da0ba7275d5400bafd4”,
“type” : “WID”
}, {
“value” : “USD”,
“type” : “Currency_ID”
}, {
“value” : “840”,
“type” : “Currency_Numeric_Code”
}
],
“descriptor” : “USD”
},
“frequencyReference” : {
“id” : [{
“value” : “fbbd5f763c6c45d5a07e172b8bb8c161”,
“type” : “WID”
}, {
“value” : “Annual”,
“type” : “Frequency_ID”
}
],
“descriptor” : “Annual”
}
},
“summaryDataInHourlyFrequency” : null
}
},
“organizationData” : {
“workerOrganizationData” : [{
“organizationReference” : {
“id” : [{
“value” : “27d7d32c31864c87b5ad6afad9e6f4b3”,
“type” : “WID”
}, {
“value” : “40000”,
“type” : “Organization_Reference_ID”
}, {
“value” : “40000”,
“type” : “Cost_Center_Reference_ID”
}
],
“descriptor” : “40000 Office of CHRO”
},
“organizationData” : {
“organizationReferenceID” : “40000”,
“organizationCode” : “40000”,
“integrationIDData” : [{
“id” : [{
“value” : “2502$27”,
“systemID” : “WD-I”
}, {
“value” : “27d7d32c31864c87b5ad6afad9e6f4b3”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Office of CHRO”,
“organizationTypeReference” : {
“id” : [{
“value” : “9d07b8f1d4e24685ac2c967eb86dc512”,
“type” : “WID”
}, {
“value” : “COST_CENTER”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Cost Center”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “2b2a32edaab54c448899244ad19f3a21”,
“type” : “WID”
}, {
“value” : “Cost Center”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Cost Center”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “a2a91d52bfd74ad491e736e0e9ad2fea”,
“type” : “WID”
}, {
“value” : “Cost_Center_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cost Center Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “d99ba9763f644125a86f879b8817e381”,
“type” : “WID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-222”,
“type” : “Organization_Reference_ID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-222”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Consolidation – US”
},
“organizationData” : {
“organizationReferenceID” : “CUSTOM_ORGANIZATION-4-222”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$222”,
“systemID” : “WD-I”
}, {
“value” : “d99ba9763f644125a86f879b8817e381”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Consolidation – US”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “be609c8ef74046f18a373c78d860b2dd”,
“type” : “WID”
}, {
“value” : “Accounting_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounting Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5cf7f982b64c4a7daf16e3d00ff446a1”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7099f5062de2486da8cb138d1b83dd72”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98c8d425ad3b4b3093dc56a186738527”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ccf99c8ed0fa46fa939ceac9de5278d0”,
“type” : “WID”
}, {
“value” : “Buyer”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “0e44c92412d34b01ace61e80a47aaf6d”,
“type” : “WID”
}, {
“value” : “21002”,
“type” : “Employee_ID”
}
],
“descriptor” : “Steve Morgan”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “3895af7993ff4c509cbea2e1817172e0”,
“type” : “WID”
}, {
“value” : “21003”,
“type” : “Employee_ID”
}
],
“descriptor” : “Oliver Reynolds”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “2290cf186cf64d029027c64c4df7815a”,
“type” : “WID”
}, {
“value” : “21053”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jake Lee”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f63ce9ae8998452d833139dcf177c217”,
“type” : “WID”
}, {
“value” : “Expense_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “33707d81109246a798aaa6cc04033694”,
“type” : “WID”
}, {
“value” : “Services_Coordinator”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Services Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Default”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Default”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Default”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5295e9bbbe194fc695d866fb89328185”,
“type” : “WID”
}, {
“value” : “Supplier_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Supplier Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “4e8c61ceeac54891870fc204d043b768”,
“type” : “WID”
}, {
“value” : “2506.203”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.203”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Consolidation – US Tax”
},
“organizationData” : {
“organizationReferenceID” : “2506.203”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$203”,
“systemID” : “WD-I”
}, {
“value” : “4e8c61ceeac54891870fc204d043b768”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Consolidation – US Tax”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“type” : “WID”
}, {
“value” : “Global_Modern_Services_supervisory”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Global Modern Services”
},
“organizationData” : {
“organizationReferenceID” : “Global_Modern_Services_supervisory”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2500$102”,
“systemID” : “WD-I”
}, {
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services”,
“organizationTypeReference” : {
“id” : [{
“value” : “6d1dffd570454dccafb641e820714ebf”,
“type” : “WID”
}, {
“value” : “SUPERVISORY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Supervisory”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : {
“id” : [{
“value” : “d13a7c46a06443c4a33c09afbdf72c73”,
“type” : “WID”
}, {
“value” : “San_Francisco_site”,
“type” : “Location_ID”
}
],
“descriptor” : “San Francisco”
},
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “0244bb7aa1064b62a6e651f621bc3de6”,
“type” : “WID”
}, {
“value” : “Absence_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Absence Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “cc7fb31eecd544e9ae8e03653c63bfab”,
“type” : “WID”
}, {
“value” : “21006”,
“type” : “Employee_ID”
}
],
“descriptor” : “Maria Cardoza”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “b7cc102bda5b43e19c658fef8d510b21”,
“type” : “WID”
}, {
“value” : “Benefits_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Benefits Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “cc7fb31eecd544e9ae8e03653c63bfab”,
“type” : “WID”
}, {
“value” : “21006”,
“type” : “Employee_ID”
}
],
“descriptor” : “Maria Cardoza”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ca1f13433035479ab0eea227e4ac8b9e”,
“type” : “WID”
}, {
“value” : “Compensation_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “702046053aa648fdbb5ce840c4acf1b5”,
“type” : “WID”
}
],
“descriptor” : “Compensation Pool Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “bc64fcbce17d103b11dacefaad2d0046”,
“type” : “WID”
}
],
“descriptor” : “Contingent Worker Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “744f969f3aa74c529246a049f30aadfc”,
“type” : “WID”
}, {
“value” : “Facilities”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Facilities”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “31097be914f74986b7f63d4e56315d48”,
“type” : “WID”
}, {
“value” : “21088”,
“type” : “Employee_ID”
}
],
“descriptor” : “Christine Nguyen”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6ba53a73512742b09da44348d2e9be93”,
“type” : “WID”
}, {
“value” : “Finance_Executive”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Finance Executive”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6c7560e67e5e48ab96d1d9aa33dfa1f6”,
“type” : “WID”
}, {
“value” : “HR_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7ed59f5277aa412687358dce2fe831db”,
“type” : “WID”
}, {
“value” : “HR_Executive”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Executive”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “dc483d7547274c00b4c13532d35620bb”,
“type” : “WID”
}, {
“value” : “HR_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “HR Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “8d9435a66f9a431ab5377671801b9841”,
“type” : “WID”
}, {
“value” : “Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “0e44c92412d34b01ace61e80a47aaf6d”,
“type” : “WID”
}, {
“value” : “21002”,
“type” : “Employee_ID”
}
],
“descriptor” : “Steve Morgan”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “41b4436b31f0464ca720bc7809971ded”,
“type” : “WID”
}, {
“value” : “Payroll_Interface_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Interface Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “9c156e075f784deb9133fe61a2c1be6b”,
“type” : “WID”
}, {
“value” : “Recruiter”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Recruiter”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “06f07fa2c435461592a7d3d3772c6cc7”,
“type” : “WID”
}, {
“value” : “Security_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Security Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “4c21045bca3b416fb7fae169e8a29afc”,
“type” : “WID”
}, {
“value” : “Succession_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Succession Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f69007b155c146908be83c2c20de7c9b”,
“type” : “WID”
}, {
“value” : “Timekeeper”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Timekeeper”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “8e838ccd61394f4f87d67f00fbcb6c3c”,
“type” : “WID”
}
],
“descriptor” : “Workforce Planner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “cb550da820584750aae8f807882fa79a”,
“type” : “WID”
}, {
“value” : “GMS_USA_company”,
“type” : “Organization_Reference_ID”
}, {
“value” : “GMS_USA_company”,
“type” : “Company_Reference_ID”
}
],
“descriptor” : “Global Modern Services, Inc. (USA)”
},
“organizationData” : {
“organizationReferenceID” : “GMS_USA_company”,
“organizationCode” : “GMS USA”,
“integrationIDData” : [{
“id” : [{
“value” : “GMS-USA”,
“systemID” : “ADP Tax Filing Service – Periodic”
}, {
“value” : “GMS-USA”,
“systemID” : “ADP Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Periodic”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “Ceridian Tax Filing Service – Annual”
}, {
“value” : “GMS-USA”,
“systemID” : “MasterTax Tax Filing Service – Quarterly”
}, {
“value” : “GMS-USA”,
“systemID” : “MasterTax Tax Filing”
}, {
“value” : “2501$21”,
“systemID” : “WD-I”
}, {
“value” : “cb550da820584750aae8f807882fa79a”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services, Inc. (USA)”,
“organizationTypeReference” : {
“id” : [{
“value” : “bf2ee002746641f182bfcae4416419bd”,
“type” : “WID”
}, {
“value” : “COMPANY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “932c6293caa84067a5604f79a35e872a”,
“type” : “WID”
}, {
“value” : “1099_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “1099 Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “b54cec1213ff4f6e8a3567998124a7a2”,
“type” : “WID”
}, {
“value” : “Accountant”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “be609c8ef74046f18a373c78d860b2dd”,
“type” : “WID”
}, {
“value” : “Accounting_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounting Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5cf7f982b64c4a7daf16e3d00ff446a1”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e0991850deed4aa684fda158f851aa70”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Data_Entry_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “bba6d8ec44e9476aab2902478f2d1a66”,
“type” : “WID”
}, {
“value” : “21046”,
“type” : “Employee_ID”
}
],
“descriptor” : “James Walker”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “287d7dd7fa794d129d66c560b0444518”,
“type” : “WID”
}, {
“value” : “Accounts_Payable_Disbursements_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Payable Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7099f5062de2486da8cb138d1b83dd72”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “71e97dfac56b480ba5ef6c11bfa15862”,
“type” : “WID”
}, {
“value” : “21019”,
“type” : “Employee_ID”
}
],
“descriptor” : “Angela Mora”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98c8d425ad3b4b3093dc56a186738527”,
“type” : “WID”
}, {
“value” : “Accounts_Receivable_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Accounts Receivable Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “973027930aa8494fa4c68bf4c729e72e”,
“type” : “WID”
}, {
“value” : “Billing_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Billing Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “aefc414b407f438fb6b26b6b70a11c1d”,
“type” : “WID”
}
],
“descriptor” : “Business Asset Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “7a4115e5e5d64c6a9187215811ad85e9”,
“type” : “WID”
}, {
“value” : “Resource_Tracking_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Business Asset Tracking Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “fb151c22babd4004919999c601cc55a4”,
“type” : “WID”
}, {
“value” : “21020”,
“type” : “Employee_ID”
}
],
“descriptor” : “Andrew Walton”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “ccf99c8ed0fa46fa939ceac9de5278d0”,
“type” : “WID”
}, {
“value” : “Buyer”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “98ff67cad61a4ec7a59627511352ab62”,
“type” : “WID”
}, {
“value” : “Cash_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cash Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e9708753fbaf478fb7dd498f8830309f”,
“type” : “WID”
}, {
“value” : “Cash_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cash Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “02084e1a2eca44ca91d66414655497c1”,
“type” : “WID”
}, {
“value” : “Customer_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Customer Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f63ce9ae8998452d833139dcf177c217”,
“type” : “WID”
}, {
“value” : “Expense_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “910e3066fad64399a45d00dae87a7b70”,
“type” : “WID”
}, {
“value” : “Expense_Data_Entry_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “eb8ffe609865483b994aa96692388f2e”,
“type” : “WID”
}, {
“value” : “Expense_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “338b038a1abe402a9bed7c70a31589f0”,
“type” : “WID”
}, {
“value” : “21055”,
“type” : “Employee_ID”
}
],
“descriptor” : “Melissa Hartman”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “9a5ede6dc3964e08bde7d456af5c0a28”,
“type” : “WID”
}, {
“value” : “21072”,
“type” : “Employee_ID”
}
],
“descriptor” : “Charles Bradley”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “d5a96954ae4d48519fa307e9e446f787”,
“type” : “WID”
}, {
“value” : “Expense_Disbursements_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Expense Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0504e0080e774a6f80f24d1d58c92ef9”,
“type” : “WID”
}
],
“descriptor” : “Payroll Accountant”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “1cf028c6f4484c248e8d7d573d7b8845”,
“type” : “WID”
}, {
“value” : “21017”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sara Goldstein”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2adb2627201f42b798ec59a51a60a6dc”,
“type” : “WID”
}, {
“value” : “Payroll_Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “74ab8bddf01947e58b770c3bad96aaec”,
“type” : “WID”
}
],
“descriptor” : “Procurement Data Entry Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “65d76954caab4461bd1d31c4afb44fd0”,
“type” : “WID”
}, {
“value” : “21093”,
“type” : “Employee_ID”
}
],
“descriptor” : “Sherry Voigt”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “e5f009403b9b4ad3bc48f7a8b5acee93”,
“type” : “WID”
}
],
“descriptor” : “Procurement Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “480d7efa9ca24bd9afd28b9fb37fa565”,
“type” : “WID”
}, {
“value” : “Revenue_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Revenue Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “33707d81109246a798aaa6cc04033694”,
“type” : “WID”
}, {
“value” : “Services_Coordinator”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Services Coordinator”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3a37558d68944bf394fad59ff267f4a1”,
“type” : “WID”
}, {
“value” : “21007”,
“type” : “Employee_ID”
}
],
“descriptor” : “Jacqueline Desjardins”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2ee559b2f28b4793afc590fa17cb6808”,
“type” : “WID”
}, {
“value” : “Settlement_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Settlement Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3dcb259a412746e88d330f2ad0c0ec28”,
“type” : “WID”
}, {
“value” : “21045”,
“type” : “Employee_ID”
}
],
“descriptor” : “Nathan Moore”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5295e9bbbe194fc695d866fb89328185”,
“type” : “WID”
}, {
“value” : “Supplier_Contract_Specialist”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Supplier Contract Specialist”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “8f48908909d745f4aaa7e96b962aa21a”,
“type” : “WID”
}, {
“value” : “21041”,
“type” : “Employee_ID”
}
],
“descriptor” : “Arjun Bhat”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “564b6edcaf6143ce9126e90a4b78c6bd”,
“type” : “WID”
}
],
“descriptor” : “Tax Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “338b038a1abe402a9bed7c70a31589f0”,
“type” : “WID”
}, {
“value” : “21055”,
“type” : “Employee_ID”
}
],
“descriptor” : “Melissa Hartman”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “4fefc28bcd044c63804c97e808ce5819”,
“type” : “WID”
}, {
“value” : “2506.57”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.57”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Global Modern Services Regions”
},
“organizationData” : {
“organizationReferenceID” : “2506.57”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$57”,
“systemID” : “WD-I”
}, {
“value” : “4fefc28bcd044c63804c97e808ce5819”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Global Modern Services Regions”,
“organizationTypeReference” : {
“id” : [{
“value” : “10335f16cb5949c88c6d610c2a7af3e7”,
“type” : “WID”
}, {
“value” : “REGION_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Regional Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “047fc31893774ec6b4f66819133d34f1”,
“type” : “WID”
}, {
“value” : “Region”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Region”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0712d10e67004ac080a80702b0400c77”,
“type” : “WID”
}, {
“value” : “Region_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1b910910d99e40af919fadede18f5b26”,
“type” : “WID”
}, {
“value” : “Region_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “5aa5ea8df15445db9b60f99886a50c4f”,
“type” : “WID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-218”,
“type” : “Organization_Reference_ID”
}, {
“value” : “CUSTOM_ORGANIZATION-4-218”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “GMS North America”
},
“organizationData” : {
“organizationReferenceID” : “CUSTOM_ORGANIZATION-4-218”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$218”,
“systemID” : “WD-I”
}, {
“value” : “5aa5ea8df15445db9b60f99886a50c4f”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “GMS North America”,
“organizationTypeReference” : {
“id” : [{
“value” : “ac91ed49fefe41a991301e9384aea167”,
“type” : “WID”
}, {
“value” : “COMPANY_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Company Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “5dff2b3ff9514427acbed9ef64aa859b”,
“type” : “WID”
}, {
“value” : “Company”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Company”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “6e9484f2abd44c589dff6c8e8d2470f2”,
“type” : “WID”
}, {
“value” : “Company_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0ae301c67e654839a7318cd134f996b1”,
“type” : “WID”
}, {
“value” : “Company_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Company Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “44094f8e8bcb41b8b43a137bd573916a”,
“type” : “WID”
}, {
“value” : “Compensation_Finance_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Finance Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “c942ab0705dd4899b76c6968afe004cc”,
“type” : “WID”
}, {
“value” : “Controller”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Controller”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “aa6a6215d8684b3781139df029fbd57f”,
“type” : “WID”
}, {
“value” : “21027”,
“type” : “Employee_ID”
}
],
“descriptor” : “Noah Pierce”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “2a99f6b9d77e45d6ba6061cde1575384”,
“type” : “WID”
}, {
“value” : “Headquarters_Region”,
“type” : “Organization_Reference_ID”
}, {
“value” : “Headquarters_Region”,
“type” : “Region_Reference_ID”
}
],
“descriptor” : “Headquarters – Corporate”
},
“organizationData” : {
“organizationReferenceID” : “Headquarters_Region”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2503$110”,
“systemID” : “WD-I”
}, {
“value” : “2a99f6b9d77e45d6ba6061cde1575384”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Headquarters – Corporate”,
“organizationTypeReference” : {
“id” : [{
“value” : “4532ac6e09f044fa9031bfcd2e4450c5”,
“type” : “WID”
}, {
“value” : “REGION”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Region”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “047fc31893774ec6b4f66819133d34f1”,
“type” : “WID”
}, {
“value” : “Region”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Region”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “0712d10e67004ac080a80702b0400c77”,
“type” : “WID”
}, {
“value” : “Region_Costing_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Costing Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1b910910d99e40af919fadede18f5b26”,
“type” : “WID”
}, {
“value” : “Region_Financial_Analyst”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Region Financial Analyst”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : true
}
}, {
“organizationReference” : {
“id” : [{
“value” : “9cd46a5e7fe741f49d863e8396bdba85”,
“type” : “WID”
}, {
“value” : “2506.68”,
“type” : “Organization_Reference_ID”
}, {
“value” : “2506.68”,
“type” : “Custom_Organization_Reference_ID”
}
],
“descriptor” : “Human Resources”
},
“organizationData” : {
“organizationReferenceID” : “2506.68”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2506$68”,
“systemID” : “WD-I”
}, {
“value” : “9cd46a5e7fe741f49d863e8396bdba85”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Human Resources”,
“organizationTypeReference” : {
“id” : [{
“value” : “96ef02113f394fc4bf68e89410d23428”,
“type” : “WID”
}, {
“value” : “COST_CENTER_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Cost Center Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “e273bd487fbe1047254719ccf6e5387d”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_SUBTYPE-16-22”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Area”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “3d6a8a0f1cba437b83131449b3c855db”,
“type” : “WID”
}, {
“value” : “Alternate_Owner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Alternate Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “26c439a5deed4a7dbab76709e0d2d2ca”,
“type” : “WID”
}, {
“value” : “21005”,
“type” : “Employee_ID”
}
],
“descriptor” : “Teresa Serrano”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “a2a91d52bfd74ad491e736e0e9ad2fea”,
“type” : “WID”
}, {
“value” : “Cost_Center_Manager”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Cost Center Manager”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “a5e3b701851440b2b41ca7f86fc78030”,
“type” : “WID”
}, {
“value” : “Professional_Regional_Semi-monthly”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Professional – Regional (Semi-monthly)”
},
“organizationData” : {
“organizationReferenceID” : “Professional_Regional_Semi-monthly”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “1840$7”,
“systemID” : “WD-I”
}, {
“value” : “a5e3b701851440b2b41ca7f86fc78030”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Professional – Regional (Semi-monthly)”,
“organizationTypeReference” : {
“id” : [{
“value” : “bd0f737a2ea14bef9887c09f59739252”,
“type” : “WID”
}, {
“value” : “PAY_GROUP”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Pay Group”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “6eb2137fe2c3444093be49001bb4d5b0”,
“type” : “WID”
}, {
“value” : “Pay Group”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Pay Group”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “5bcec92217ec4294a850597460eec8ed”,
“type” : “WID”
}, {
“value” : “Payroll_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Payroll Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Assigned”
}, {
“workerReference” : {
“id” : [{
“value” : “3bcc416214054db6911612ef25d51e9f”,
“type” : “WID”
}, {
“value” : “21008”,
“type” : “Employee_ID”
}
],
“descriptor” : “Betty Liu”
},
“assignmentFrom” : “Assigned”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “7d0913ad6f79448c8e5ad9225135c86f”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY-4-214”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “Storage North America”
},
“organizationData” : {
“organizationReferenceID” : “BUSINESS_SITE_HIERARCHY-4-214”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2505$214”,
“systemID” : “WD-I”
}, {
“value” : “7d0913ad6f79448c8e5ad9225135c86f”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “Storage North America”,
“organizationTypeReference” : {
“id” : [{
“value” : “7ff84f8575f44f2e80099497e24b5b7b”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Location Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “c3dcb48d73904ae1af982c46262466ed”,
“type” : “WID”
}, {
“value” : “Geographic Division”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Geographic Division”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}, {
“organizationReference” : {
“id” : [{
“value” : “204d82d5f218426eae1a1cbeb4856843”,
“type” : “WID”
}, {
“value” : “2505.124”,
“type” : “Organization_Reference_ID”
}
],
“descriptor” : “USA – Northeast US”
},
“organizationData” : {
“organizationReferenceID” : “2505.124”,
“organizationCode” : null,
“integrationIDData” : [{
“id” : [{
“value” : “2505$124”,
“systemID” : “WD-I”
}, {
“value” : “204d82d5f218426eae1a1cbeb4856843”,
“systemID” : “WD-WID”
}
]
}
],
“organizationName” : “USA – Northeast US”,
“organizationTypeReference” : {
“id” : [{
“value” : “7ff84f8575f44f2e80099497e24b5b7b”,
“type” : “WID”
}, {
“value” : “BUSINESS_SITE_HIERARCHY”,
“type” : “Organization_Type_ID”
}
],
“descriptor” : “Location Hierarchy”
},
“organizationSubtypeReference” : {
“id” : [{
“value” : “c3dcb48d73904ae1af982c46262466ed”,
“type” : “WID”
}, {
“value” : “Geographic Division”,
“type” : “Organization_Subtype_ID”
}
],
“descriptor” : “Geographic Division”
},
“primaryBusinessSiteReference” : null,
“organizationSupportRoleData” : {
“organizationSupportRole” : [{
“organizationRoleReference” : {
“id” : [{
“value” : “0ebd146130ea44f9962a546069436760”,
“type” : “WID”
}
],
“descriptor” : “Business Site Buyer”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “a7fa3b862f09431781c686f4555671df”,
“type” : “WID”
}, {
“value” : “21094”,
“type” : “Employee_ID”
}
],
“descriptor” : “Michael Choi”
},
“assignmentFrom” : “Assigned”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “fca5fffd593e4d4c9e9d34e43a58855e”,
“type” : “WID”
}, {
“value” : “Compensation_Partner_by_Location”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Compensation Partner (by Location)”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “f567f04f338644e1959103bf9c596caf”,
“type” : “WID”
}
],
“descriptor” : “Global Mobility Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “10fdaa99f268438598270a51d0d0c062”,
“type” : “WID”
}, {
“value” : “Health_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Health Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “1ebfd0c6235c106d642231cd46cb1359”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-90”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Hierarchy Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “026bb35a33cc4919a8e3b54bc9daabe0”,
“type” : “WID”
}
],
“descriptor” : “HR Partner (By Location)”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “041d606550cc1069b5283ba34c0b9982”,
“type” : “WID”
}, {
“value” : “ORGANIZATION_ROLE-4-89”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Owner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “6f364df19017498481f95daa9c479d1e”,
“type” : “WID”
}, {
“value” : “Safety_Partner”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Safety Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “13421ab73ec94d30acb41f70d4ec788f”,
“type” : “WID”
}
],
“descriptor” : “Stock Partner”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}
]
}, {
“organizationRoleReference” : {
“id” : [{
“value” : “2fb10d2a29c148b9ab8ecc860e2f848c”,
“type” : “WID”
}, {
“value” : “Works_Council”,
“type” : “Organization_Role_ID”
}
],
“descriptor” : “Works Council”
},
“organizationRoleData” : [{
“workerReference” : {
“id” : [{
“value” : “3aa5550b7fe348b98d7b5741afc65534”,
“type” : “WID”
}, {
“value” : “21001”,
“type” : “Employee_ID”
}
],
“descriptor” : “Logan McNeil”
},
“assignmentFrom” : “Inherited”
}, {
“workerReference” : {
“id” : [{
“value” : “fba2913692844c37affb406c2a4412b4”,
“type” : “WID”
}, {
“value” : “21197”,
“type” : “Employee_ID”
}
],
“descriptor” : “Boris Müller”
},
“assignmentFrom” : “Inherited”
}
]
}
]
},
“dateOfPayGroupAssignment” : null,
“usedInChangeOrganizationAssignments” : false
}
}
]
},
“roleData” : null,
“managementChainData” : null,
“benefitEnrollmentData” : null,
“benefitEligibilityData” : null,
“relatedPersonData” : null,
“qualificationData” : null,
“employeeReviewData” : null,
“photoData” : null,
“workerDocumentData” : null,
“integrationFieldOverrideData” : [],
“transactionLogEntryData” : {
“transactionLogEntry” : [{
“transactionLogReference” : {
“id” : [{
“value” : “f6464ab60ba4017c654b9ede53224e04”,
“type” : “WID”
}
],
“descriptor” : “Edit Workday Account: John Doe”
},
“transactionLogData” : {
“transactionLogDescription” : “Edit Workday Account: John Doe”,
“transactionEffectiveMoment” : null,
“transactionEntryMoment” : 1498853432416,
“transactionLogTypeReference” : [{
“id” : [{
“value” : “99da3aac5ca8100024253a3d15f80049”,
“type” : “WID”
}, {
“value” : “Edit Workday Account”,
“type” : “Business_Process_Type”
}
],
“descriptor” : “Edit Workday Account”
}
],
“transactionTargetReference” : [{
“id” : [{
“value” : “f6464ab60ba401a663db473453228302”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “21332”,
“type” : “Employee_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}
],
“isRescindOrRescinded” : false,
“isCorrectionOrCorrected” : false
}
}, {
“transactionLogReference” : {
“id” : [{
“value” : “f6464ab60ba401bee3e34c3453229602”,
“type” : “WID”
}
],
“descriptor” : “Assign Pay Group for Hire: John Doe”
},
“transactionLogData” : {
“transactionLogDescription” : “Assign Pay Group for Hire: John Doe”,
“transactionEffectiveMoment” : 1420099200000,
“transactionEntryMoment” : 1498852711866,
“transactionLogTypeReference” : [{
“id” : [{
“value” : “a39da33ef35e47be9e8451a7f977358f”,
“type” : “WID”
}, {
“value” : “Assign Pay Group”,
“type” : “Business_Process_Type”
}
],
“descriptor” : “Assign Pay Group”
}
],
“transactionTargetReference” : [{
“id” : [{
“value” : “f6464ab60ba401a663db473453228302”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “21332”,
“type” : “Employee_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “a5e3b701851440b2b41ca7f86fc78030”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “Professional_Regional_Semi-monthly”,
“type” : “Organization_Reference_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “Professional – Regional (Semi-monthly)”
}
],
“isRescindOrRescinded” : false,
“isCorrectionOrCorrected” : false
}
}, {
“transactionLogReference” : {
“id” : [{
“value” : “f6464ab60ba401130dbe503453229b02”,
“type” : “WID”
}
],
“descriptor” : “ID Change: John Doe”
},
“transactionLogData” : {
“transactionLogDescription” : “ID Change: John Doe”,
“transactionEffectiveMoment” : null,
“transactionEntryMoment” : 1498852707285,
“transactionLogTypeReference” : [{
“id” : [{
“value” : “711d0b0901134b619b773bce2279ba1d”,
“type” : “WID”
}, {
“value” : “Edit Government IDs”,
“type” : “Business_Process_Type”
}
],
“descriptor” : “Edit Government IDs”
}
],
“transactionTargetReference” : [{
“id” : [{
“value” : “f6464ab60ba401a663db473453228302”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “21332”,
“type” : “Employee_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “f6464ab60ba401c3e373b2725222eb01”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “A01508”,
“type” : “Applicant_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “Global_Modern_Services_supervisory”,
“type” : “Organization_Reference_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “Global Modern Services”
}, {
“id” : [{
“value” : “f6464ab60ba401b926aace7252220702”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “P-00449”,
“type” : “Position_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “System Administrator – John Doe”
}
],
“isRescindOrRescinded” : false,
“isCorrectionOrCorrected” : false
}
}, {
“transactionLogReference” : {
“id” : [{
“value” : “f6464ab60ba401d039c5e47252222102”,
“type” : “WID”
}
],
“descriptor” : “Hire: John Doe”
},
“transactionLogData” : {
“transactionLogDescription” : “Hire: John Doe”,
“transactionEffectiveMoment” : 1420099200000,
“transactionEntryMoment” : 1498852700848,
“transactionLogTypeReference” : [{
“id” : [{
“value” : “08e574a19f6b400fac5dbe71ea854f1d”,
“type” : “WID”
}, {
“value” : “Hire Employee”,
“type” : “Business_Process_Type”
}
],
“descriptor” : “Hire”
}
],
“transactionTargetReference” : [{
“id” : [{
“value” : “f6464ab60ba401a663db473453228302”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “21332”,
“type” : “Employee_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “f6464ab60ba401c3e373b2725222eb01”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “A01508”,
“type” : “Applicant_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “Global_Modern_Services_supervisory”,
“type” : “Organization_Reference_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “Global Modern Services”
}, {
“id” : [{
“value” : “f6464ab60ba401b926aace7252220702”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “P-00449”,
“type” : “Position_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “System Administrator – John Doe”
}
],
“isRescindOrRescinded” : false,
“isCorrectionOrCorrected” : false
}
}, {
“transactionLogReference” : {
“id” : [{
“value” : “f6464ab60ba401d03800e77252222602”,
“type” : “WID”
}
],
“descriptor” : “Propose Compensation Hire: John Doe – System Administrator”
},
“transactionLogData” : {
“transactionLogDescription” : “Propose Compensation Hire: John Doe – System Administrator”,
“transactionEffectiveMoment” : 1420099200000,
“transactionEntryMoment” : 1498852700848,
“transactionLogTypeReference” : [{
“id” : [{
“value” : “e823357c0c984b47a4cef489751908af”,
“type” : “WID”
}, {
“value” : “Propose Compensation Hire”,
“type” : “Business_Process_Type”
}
],
“descriptor” : “Propose Compensation Hire”
}
],
“transactionTargetReference” : [{
“id” : [{
“value” : “f6464ab60ba401a663db473453228302”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “21332”,
“type” : “Employee_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “f6464ab60ba401c3e373b2725222eb01”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “A01508”,
“type” : “Applicant_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “John Doe”
}, {
“id” : [{
“value” : “ef7a0ad4065e47bf83cb076399fc1dcc”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “Global_Modern_Services_supervisory”,
“type” : “Organization_Reference_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “Global Modern Services”
}, {
“id” : [{
“value” : “f6464ab60ba401b926aace7252220702”,
“type” : “WID”,
“parentId” : null,
“parentType” : null
}, {
“value” : “P-00449”,
“type” : “Position_ID”,
“parentId” : null,
“parentType” : null
}
],
“descriptor” : “System Administrator – John Doe”
}
],
“isRescindOrRescinded” : false,
“isCorrectionOrCorrected” : false
}
}
]
},
“transactionLogCorrectedAndRescindedData” : [],
“successionProfileData” : null,
“talentAssessmentData” : null,
“workerGoalData” : null,
“developmentItemData” : null,
“skillData” : null,
“employeeContractsData” : null,
“feedbackReceivedData” : null,
“userAccountData” : null,
“careerData” : null,
“accountProvisioningData” : null,
“backgroundCheckData” : [],
“contingentWorkerTaxAuthorityFormTypeData” : []
}

Sample Response File Download

 

Return Specific Field Request

Connect also has the ability to return specific fields in the JSON by using the JSON Path functionality. This include the ability to return arrays values and usage of wildcards.

Note – arrays are always zero-based.

Syntax

select $.<<JSON Path>> from WorkDay(CredentialName='<<credential_name>>', EffectiveStart='<<YYYY-MM-DD>>', StaffingEndpoint='https://<<endpoint>>.workday.com/ccx/service/<<tenant>>/Staffing');

Response

The response returned will vary based on the fields defined in the request.

Sample Request

This request will return the employee’s first name, last name and country value.

select $.personalData.nameData.legalNameData.nameDetailData.firstName, $.personalData.nameData.legalNameData.nameDetailData.lastName, $.personalData.nameData.legalNameData.nameDetailData.countryReference.id[2].value from WorkDay(CredentialName='my_workday_connector', EffectiveStart='2015-01-01', StaffingEndpoint='https://<<>>.workday.com/ccx/service/<<>>/Staffing');