Example JSON format:
{
"@odata.context": "https://api.mypcorp.com/$metadata#Staff(Teams(),Role())",
"value": [
{
"StaffGuid": "03f27516-04b2-eb11-b82b-08626626e1a4",
"FirstName": "Bruce",
"LastName": "Wayne",
"Abbreviation": "Mr",
"PersonalTitle": "Other",
"PersonalTitleOther": "Doctor",
"AcceptsEmailContact": "Yes",
"AcceptsSmsContact": "No",
"UniqueCode": "AC65512345",
"NdisNumber": "43123456",
"Gender": "Male",
"SendBirthdayReminder": true,
"Birthday": "1978-04-17",
"SendPartnerBirthdayReminder": true,
"PartnerBirthday": "1979-06-24",
"PartnerFirstName": "Jane",
"PartnerLastName": "Doe",
"NumberOfChildren": 3,
"HobbiesInterests": "Arts & Crafts, colouring books.",
"AdditionalInformation": "Wants to volunteer in the community",
"UsePrimaryEmail": true,
"PrimaryEmail": "bruce.wayne@gmail.com",
"UseSecondaryEmail": false,
"SecondaryEmail": "bruce.wayne@outlook.com",
"Phone1": "04123456789",
"Phone2": "87625432109",
"Fax": "(03) 1234 5678",
"HomePhone": "(07) 8877 6655",
"FacebookUrl": "https://www.facebook.com/brucewayne/",
"TwitterUrl": "www.twitter.com/brucewayne",
"YouTubeUrl": "https://www.youtube.com/channel/abcdefg",
"LinkedInUrl": "https://www.linkedin.com/in/bruce-wayne-12345678/",
"OtherSocialMediaUrl": "https://www.google.com",
"WorkingHoursPerWeek": 40,
"EmploymentType": "Full time",
"CommencementDate": "2020-06-09",
"DisableLoginDate": "2022-06-09T10:24:44.48+10:00",
"CreationDate": "2020-06-09T10:24:44.48+10:00",
"ModifyDate": "2021-01-21T17:16:35.613+10:00",
"ArchiveDate": null,
"Address": {
"StreetAddress": "Unit 1234",
"StreetAddress2": "360 Sinclair Street",
"Suburb": "NOBLE PARK",
"City": "Gotham City",
"State": "QLD",
"Country": "Australia",
"PostCode": "hello world"
},
"PostalAddress": {
"PostalAddress": "PO Box 4321",
"PostalAddress2": "PO Box 6543",
"PostalSuburb": "Postal Gotham",
"PostalCity": "Postal Gotham City",
"PostalState": "NSW",
"PostalPostCode": "Postal 5432"
},
"CustomFields": [
{
"CustomFieldGuid": "01faafe0-980f-40b1-a284-727677faefe5",
"Name": "Services provided",
"Responses": [
{
"Response": "Support coordinator"
}
]
}
],
"Teams": [
{
"TeamId": 1234,
"Name": "Executive Management",
"ArchiveDate": null
}
],
"AccountManager": {
"StaffGuid": "af0c497c-9958-4f04-a691-e8c3623f93ee",
"FirstName": "Barbara",
"LastName": "Gordon",
"ArchiveDate": null
},
"PrimaryRole": {
"RoleGuid": "d0426984-47d5-4bd8-a5d9-bdc79f21991b",
"Name": "CEO",
"ArchiveDate": null
},
"PositionTitle": {
"PositionGuid": "556a9b25-fd51-45fd-8d32-1801124806bd",
"Name": "Plan Manager",
"ArchiveDate": null
}
}
]
}