| 1 | type PersonPerson { |
| 2 | |
| 3 | accountStatus: AccountStatus |
| 79 | |
| 4 | addressId: String |
| 79 | |
| 5 | addressLine: [String] |
| 79 | |
| 6 | addressType: String |
| 79 | |
| 7 | attributes: [PersonPersonAttributes] |
| 79 | |
| 8 | bestCallingTime: String |
| 79 | |
| 9 | businessTitle: String |
| 79 | |
| 10 | challengeQuestion: String! |
| 79 | |
| 11 | city: String |
| 79 | |
| 12 | companyName: String |
| 79 | |
| 13 | contact: [PersonPersonContact] |
| 79 | |
| 14 | contextAttribute: [PersonPersonContextAttribute] |
| 79 | |
| 15 | country: String |
| 79 | |
| 16 | dateOfBirth: String |
| 79 | |
| 17 | departmentNumber: String |
| 79 | |
| 18 | description: String |
| 79 | |
| 19 | displayName: String |
| 79 | |
| 20 | distinguishedName: String |
| 79 | |
| 21 | email1: String! |
| 79 | |
| 22 | email2: String! |
| 79 | |
| 23 | employeeID: String |
| 79 | |
| 24 | employeeType: String |
| 79 | |
| 25 | fax1: String! |
| 79 | |
| 26 | fax2: String! |
| 79 | |
| 27 | firstName: String |
| 79 | |
| 28 | gender: Gender |
| 79 | |
| 29 | geographicalShippingCode: String |
| 79 | |
| 30 | geographicalTaxCode: String |
| 79 | |
| 31 | hobbies: String |
| 79 | |
| 32 | householdSize: String |
| 79 | |
| 33 | income: ComIbmCommerceMemberFacadeDatatypesIncomeAmountType |
| 79 | |
| 34 | internalOfficeAddress: String |
| 79 | |
| 35 | language: String |
| 79 | |
| 36 | lastName: String |
| 79 | |
| 37 | lastUpdate: String |
| 79 | |
| 38 | logonId: String! |
| 79 | |
| 39 | manager: String |
| 79 | |
| 40 | maritalStatus: String |
| 79 | |
| 41 | middleName: String |
| 79 | |
| 42 | mobilePhone1: String! |
| 79 | |
| 43 | mobilePhone1Country: String! |
| 79 | |
| 44 | nickName: String! |
| 79 | |
| 45 | numberOfChildren: String |
| 79 | |
| 46 | organizationDistinguishedName: String |
| 79 | |
| 47 | organizationIdentifier: ComIbmCommerceFoundationCommonDatatypesOrganizationIdentifierType |
| 79 | |
| 48 | organizationName: String |
| 79 | |
| 49 | organizationUnitName: String |
| 79 | |
| 50 | orgizationId: String |
| 79 | |
| 51 | passwordExpired: String |
| 79 | |
| 52 | personIdentifier: ComIbmCommerceFoundationCommonDatatypesPersonIdentifierType |
| 79 | |
| 53 | personTitle: String |
| 79 | |
| 54 | phone1: String! |
| 79 | |
| 55 | phone1Publish: String |
| 79 | |
| 56 | phone1Type: String |
| 79 | |
| 57 | phone2: String! |
| 79 | |
| 58 | phone2Publish: String |
| 79 | |
| 59 | phone2Type: String |
| 79 | |
| 60 | photoURI: String |
| 79 | |
| 61 | preferredCommunication: String |
| 79 | |
| 62 | preferredCurrency: String |
| 79 | |
| 63 | preferredDelivery: String |
| 79 | |
| 64 | preferredLanguage: String |
| 79 | |
| 65 | primary: String |
| 79 | |
| 66 | profileType: ProfileType2 |
| 79 | |
| 67 | receiveEmailPreference: [PersonPersonReceiveEmailPreference] |
| 79 | |
| 68 | receiveSMSNotification: String |
| 79 | |
| 69 | receiveSMSPreference: [PersonPersonReceiveSMSPreference] |
| 79 | |
| 70 | registrationApprovalStatus: String |
| 79 | |
| 71 | registrationDateTime: String |
| 79 | |
| 72 | registrationStatus: RegistrationStatus |
| 79 | |
| 73 | |
| 74 | secretary: String |
| 79 | |
| 75 | state: String |
| 79 | |
| 76 | userDataField: [PersonPersonUserDataField] |
| 79 | |
| 77 | userId: String |
| 79 | |
| 78 | zipCode: String |
| 80 | |
| 81 | } |