{
"statusCode": "OK",
"headers": {
"Content-Type": "application/json",
"Date": "Wed, 01 Nov 2024 12:34:56 GMT"
},
"body": {
"studyPerson": [
{
"personId": "P12345",
"fax": "123-456-7890",
"objectType": "Researcher",
"name": "Dr. Jane Doe",
"prefix": "Dr.",
"firstName": "Jane",
"middleName": "M.",
"lastName": "Doe",
"suffix": "PhD",
"mobilePhone": "987-654-3210",
"email": "jane.doe@example.com",
"gcpCompliance": "Yes",
"gcpComplianceComment": "Completed training on 2023-09-15",
"vaultUser": "jdoe_vault",
"cdxId": "CDX123456",
"externalId": "EXT78910",
"irgId": "IRG54321",
"samId": "SAM99887",
"isid": "ISID001234",
"mrlPersonId": "MRL56789",
"contractorEmployee": "No",
"state": "Active",
"oneTouchId": "OT654321",
"lifecycle": "Onboarded",
"srcCreatedByDate": "2023-09-10T12:00:00Z",
"srcModifiedByDate": "2023-10-01T08:30:00Z",
"sourceSystem": "HRSystem",
"createdBy": "admin",
"createdByDate": "2023-09-10T12:00:00Z",
"modifiedBy": "jdoe_admin",
"modifiedByDate": "2023-10-01T08:30:00Z",
"deleteFlag": "No"
}
]
}
}
body('HTTP')?['studyPerson']
{
"studyPerson": [
{
{person1}
},
{
{person2}
},
{
....
}
]
}
{"type": "object","properties": {"studyPerson": {"type": "array","items": {"type": "object","properties": {"personId": {"type": "string"},"fax": {"type": "string"},"objectType": {"type": "string"},"name": {"type": "string"},"prefix": {"type": "string"},"firstName": {"type": "string"},"middleName": {"type": "string"},"lastName": {"type": "string"},"suffix": {"type": "string"},"mobilePhone": {"type": "string"},"email": {"type": "string"},"gcpCompliance": {"type": "string"},"gcpComplianceComment": {"type": "string"},"vaultUser": {"type": "string"},"cdxId": {"type": "string"},"externalId": {"type": "string"},"irgId": {"type": "string"},"samId": {"type": "string"},"isid": {"type": "string"},"mrlPersonId": {"type": "string"},"contractorEmployee": {"type": "string"},"state": {"type": "string"},"oneTouchId": {"type": "string"},"lifecycle": {"type": "string"},"srcCreatedByDate": {"type": "string"},"srcModifiedByDate": {"type": "string"},"sourceSystem": {"type": "string"},"createdBy": {"type": "string"},"createdByDate": {"type": "string"},"modifiedBy": {"type": "string"},"modifiedByDate": {"type": "string"},"deleteFlag": {"type": "string"}}}}}}
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492