すべての個人の取得
get
/crmRestApi/resources/11.13.18.05/hubPersons
リクエスト
問合せパラメータ
- expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees,Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します:- PartyIdAltKey : 指定した主キーを持つ個人を検索します。
ファインダ変数:- PartyId; integer;個人の一意の識別子。
- PartyNumberAltKey : 指定したパーティ番号を持つ個人を検索します。
ファインダ変数:- PartyNumber; string;個人の一意の代替識別子。
- PartyNumberRF : 指定したパーティ番号を持つ個人を検索します。
ファインダ変数:- PartyNumber; string;個人の一意の代替識別子。
- PartyUsageCodeRF : 使用割当の1つとして指定されたパーティ使用目的コードを持つ組織を検索します。
ファインダ変数:- PartyUsageCode; string;パーティ使用目的コード。
- PrimaryKey : 指定した主キーを持つ個人を検索します。
ファインダ変数:- PartyId; integer;個人の一意の識別子。
- SourceSystemReferenceAltKey : 指定したソース・システム情報を持つ個人の検索。
ファインダ変数:- SourceSystem; string;外部ソース・システムからのこのレコードの識別子。
- SourceSystemReferenceValue; string;外部ソース・システムの名前。
- SourceSystemReferenceRF : 指定したソース・システム情報を持つ個人の検索。
ファインダ変数:- SourceSystem; string;外部ソース・システムの名前。
- SourceSystemReferenceValue; string;外部ソース・システムからのこのレコードの識別子。
- PartyIdAltKey : 指定した主キーを持つ個人を検索します。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
リソース・アイテム・ペイロードは、データのみを含めるようにフィルタされます(リンク・セクションなどは含まれません)。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:descです
- q: string
この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;Loc!=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- AcademicTitle; string;学業資格を表す個人の部分(Dr. Jane Smithなど)。
- Address1; string; アドレスの最初の行。
- Address2; string; アドレスの2行目。
- Address3; string; アドレスの3行目。
- Address4; string; アドレスの4行目。
- AddressElementAttribute1; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddressElementAttribute2; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddressElementAttribute3; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddressElementAttribute4; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddressElementAttribute5; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddressLinesPhonetic; string;漢字アドレス行の表記(日本で使用)。
- AddressNumber; string; アドレスの代替の一意の識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 指定しない場合、自動的に生成されます。 プロファイル・オプションZCA_PUID_PREFIXで定義されているプリフィクスは、内部で生成された一意のシーケンス番号と連結されます。
- AddressType; string; BillTo、ShipToなどのアドレスのタイプとしての追加情報。
- 建物;文字列;指定された住所の特定の建物名または番号。
- CertificationLevel; string;個人の証明レベル。 有効な証明レベル・コードのリストは、参照HZ_PARTY_CERT_LEVELを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
- CertificationReasonCode; string;個人の現在の証明レベル割当の事由。 有効な証明事由コードのリストは、参照HZ_PARTY_CERT_REASONを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
- City; string; addressのcity要素。
- CleanlinessScore; integer; カテゴリの担当者 / アカウント・レコードの全体的なスコア=クリーン・ネス。
- Comments; string; 個人のユーザー・コメント。
- CompletenessScore; integer; カテゴリの担当者 / アカウント・レコードの総合スコア=完全性。
- ContactRole; string; 担当者のロールの名前。
- CorpCurrencyCode; string; CRM拡張フレームワークで使用される企業通貨コード。 これは、プロファイル・オプションZCA_COMMON_CORPORATE_CURRENCYで設定された値にデフォルト設定されます。
- Country; string;住所の国コード。
- County; string; 住所の郡要素。
- CreatedBy; string; 個人レコードを作成したユーザー。
- CreatedByModule; string; レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。
- CreationDate; string; 個人レコードが作成された日付。
- CurcyConvRateType; string;通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
- CurrencyCode; string;通貨コード。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
- DataCloudStatus; string; Data-as-a-Serviceからの担当者レコードのエンリッチメント・ステータス。 有効な値のリストは、参照DATA_CLOUD_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
- DataConfidenceScore; integer; 特定のレコードのデータ品質レベルを示す全体的なデータ信頼度スコア。
- DateOfBirth; string;個人が生まれた日付。
- DateOfDeath; string;個人が亡くなった日付。
- DeceasedFlag; boolean;個人が死亡しているかどうかを示します。 値がTrueの場合、個人は死亡しています。 デフォルト値は「False」です。
- DeclaredEthnicity; string;個人の宣言されたエスニシティ。
- 部門;文字列;担当者の部門の名前。
- DepartmentCode; string; 担当者の部門を示すコード。 受け入れられる値のリストは、参照DEPARTMENT_TYPEで定義されます。 「設定およびメンテナンス」作業領域、「担当者参照の管理」タスクを使用して、この属性の値をレビューおよび更新します。
- DoNotCallFlag; boolean。ユーザーが個人をコールできるかどうかを示します。 値がTrueの場合、ユーザーは個人をコールできません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- DoNotContactFlag; boolean;ユーザーが電話、Eメールまたはメールによって個人に連絡できるかどうかを示します。 値がTrueの場合、ユーザーは個人に連絡できません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- DoNotEmailFlag; boolean;ユーザーが個人にEメールを送信できるかどうかを示します。 値がTrueの場合、ユーザーはEメールで個人に連絡できません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- DoNotMailFlag; boolean;ユーザーが個人にメールを送信できるかどうかを示します。 値がTrueの場合、ユーザーはメールで個人に連絡してはいけません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- DuplicateIndicator; string;特定のシナリオにおけるレコードの重複ステータス。
- DuplicateScore; integer;カテゴリの担当者 / アカウント・レコードの総合スコア=重複。
- EmailAddress; string;個人の電子メール・アドレス。
- EnrichmentScore; integer; カテゴリの担当者 / アカウント・レコードの全体的なスコア=エンリッチメント。
- FirstName; string;個人の名。
- FloorNumber; string;建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。
- 性別、文字列。男性、女性、不明など、個人の性別。 受け入れられる値のリストは、参照HZ_GENDERで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- HeadOfHouseholdFlag; boolean。個人が世帯主かどうかを示します。 値がTrueの場合、個人は世帯主です。 デフォルト値は「False」です。
- HouseholdIncomeAmount; number;この個人が属する世帯の収入。
- HouseholdSize; number;この個人が属する世帯のサイズ。
- イニシャル、文字列、担当者の名前のイニシャル。
- JobTitle; string; 担当者のジョブ・タイトル。
- JobTitleCode; string; 担当者のジョブ・タイトルを示すコード。例: Analyst。 有効な値のリストは、参照HZLookupで定義されます。
- LastContactDate; string; 担当者が最後に連絡された日付。
- LastEnrichmentDate; string; レコードが最後にエンリッチされた日付。
- LastName; string;個人の姓。
- LastNamePrefix; string; FonやVanなど、個人の姓のプレフィクス。 たとえば、個人名がHans Vanの場合、この属性を使用して個人の姓が取得されます。
- LastScoreUpdateDate; string; このレコードの最後のデータ信頼度スコアが計算された時間を示します。
- LastUpdateDate; string; レコードが最後に更新された日付。
- LastUpdatedBy; string; レコードを最後に更新したユーザー。
- Mailstop; string;組織内のメール・ドロップ・ポイントを示すユーザー定義コード。
- MaritalStatus; string;個人の婚姻区分。 受け入れられる値のリストは、参照MARITAL_STATUSで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- MaritalStatusEffectiveDate; string;個人の婚姻区分が変更された日付。
- MiddleName; string;個人のミドル・ネーム。
- NameSuffix; string; システムによって生成された、または手動でオーバーライドされたサフィクス。 サフィクスは、PartyUniqueName属性を生成するために使用され、ContactName属性に連結されてPartyUniqueNameを生成します。 プライマリ住所は、サフィクスとしてデフォルト設定されます。
- OrganizationPartyId; integer; この個人が属するプライマリ組織の一意の識別子。 個人のプライマリ組織を指定するには、組織のパーティID、PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。
- OrganizationPartyName; string; この個人が属するプライマリ組織の組織名。 これは読取り専用属性です。
- OrganizationPartyNumber; string; この個人が属するプライマリ組織のパーティ番号。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。
- OrganizationSourceSystem; string; この個人が属するプライマリ組織のソース・システム・コード。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。
- OrganizationSourceSystemReferenceValue; string; この個人が属するプライマリ組織のソース・システム参照値。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。
- PartyId; integer;個人の一意の識別子。
- PartyNumber; string;個人パーティの一意の代替識別子。 プロファイル・オプションHZ_GENERATE_PARTY_NUMBERがTrueに設定されている場合、値を更新できます。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値と一意のシステム生成順序番号を連結した値です。 非アクティブなレコードは更新できません。
- PartyUsageCode; string;この個人のパーティ使用目的コード。
- PersonName; string;個人の派生名。
- PersonalIncomeAmount; number;個人の見積総年間所得。
- PlaceOfBirth; string;都市や国など、個人が生まれた場所。
- PostalCode; string;正式な国全体の郵便番号システムで定義される郵便番号。
- PostalPlus4Code; string; アメリカ合衆国の郵便番号の4桁の拡張子。
- PreferredContactMethod; string;個人の優先連絡メソッド。 受け入れられる値は、参照タイプHZ_PREFERRED_CONTACT_METHODで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
- PreferredFunctionalCurrency; string;個人のデフォルト通貨を示すコード。 有効な通貨コードのリストは、アプリケーション設定時に定義されます。
- PreviousLastName; string;個人の前の姓または姓。
- 地方;文字列;住所の地方要素。
- RawHomePhoneNumber; string;個人の書式なし自宅電話番号。
- RawMobilePhoneNumber; string;個人の書式なし携帯電話番号。
- RawWorkPhoneNumber; string;個人の書式なし勤務先電話番号。
- RecencyScore; integer; カテゴリの担当者 / アカウント・レコードの総合スコア=リーセンシ。
- RegistrationStatus; string; 個人の登録ステータスを示すコード。 たとえば、承認済、待ち状態または否認済です。 有効な値リストが参照ORA_CONTACT_REG_STATUSで定義されます。
- RentOrOwnIndicator; string; この担当者が自分の住居を所有しているか賃貸しているかを示します。 賃借料、所有およびリースの有効な値のリストは、参照OWN_RENT_INDで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
- SalesAffinityCode; string; 当該組織への担当者のアフィニティを示すコード。 受け入れられる値のリストは、参照HZ_SLS_CNTCT_AFFINITY_CODEで定義されます。 「設定およびメンテナンス」作業領域、「担当者参照の管理」タスクを使用して、この属性の値をレビューおよび更新します。
- SalesBuyingRoleCode;文字列。購買プロセスで担当が果たした役割を示すコード。たとえば、ディシジョン者またはサポート・ロールなどです。 受け入れられる値のリストは、参照HZ_SLS_CNTCT_BUY_ROLE_CODEで定義されます。 「設定およびメンテナンス」作業領域の担当者参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- 挨拶;文字列;任意の通信で担当者パーティに住所を設定するために使用されるフレーズ。
- SalutoryIntroduction; string; Mr.、Herrなど、担当者のタイトルまたは給与の概要。 受け入れられる値のリストは、参照CONTACT_TITLEで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- SecondLastName; string;個人の2番目の姓。 受け入れられる値のリストは、参照HZ_PERSON_PROFILESで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。
- SourceSystem; string;個人パーティがインポートされる外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムで構成された値。
- SourceSystemReferenceValue; string; 属性SourceSystemで指定された外部ソース・システムからの個人パーティの一意の識別子。
- State; string; addressのstate要素。
- ステータス;文字列;個人のステータス。 これは内部的に使用される列で、値は参照HZ_STATUSで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
- TaxpayerIdentificationNumber;文字列。米国では所得納税者ID、欧州では会計コードまたはNIFなど、個人の一意の識別子である納税者識別番号。
- ThirdPartyFlag; boolean;個人がサード・パーティであったかどうかを示します。
- TimezoneCode; string;個人が置かれているタイム・ゾーン。
- Title; string; DonやThe Right Honorableなどのプロまたは家族のタイトル。
- UniqueNameSuffix; string; 属性PartyUniqueNameの生成に使用されるサフィクス。 サフィクスは、PartyUniqueNameを生成するためにPersonName属性に連結されます。 プライマリ住所は、サフィクスとしてデフォルト設定されます。
- ValidatedFlag; boolean;個人が検証されたかどうかを示します。
- ValidityScore; integer; カテゴリの担当者 / アカウント・レコードの全体的なスコア=有効性。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻る応答
サポートされるメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : hubPersons
タイプ:
ソースを表示
object-
count(required): integer
現在の範囲で返されたリソース・インスタンスの数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースがさらにあります。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Itemsコレクション内のアイテム。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合の推定行数。それ以外の場合、カウントは含まれません。
ネストされたスキーマ : hubPersons-item-response
タイプ:
ソースを表示
object-
AcademicTitle: string
タイトル:
Academic Title最大長:30ジェーン・ス・ミス博士など、学業資格を示す個人の役職の一部。 -
AdditionalIdentifier: array Additional Identifiers
タイトル:
Additional Identifiers追加の識別子リソースは、運転免許証番号やパスポート番号などの追加識別子を表示、作成、更新および削除するために使用されます。 -
AdditionalName: array Additional Names
タイトル:
Additional Names追加の名前リソースは、個人に関連付けられた追加の名前を表示、作成、更新および削除するために使用されます。 このリソースを使用すると、旧姓やブランド名など、個人に関連付けられている他の名前を取得できます。 -
Address: array Addresses
タイトル:
Addresses住所リソースは、住所の表示、作成、更新および削除に使用されます。住所の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 住所は、取引先、担当者または世帯の所在地情報を表します。 -
Address1: string
タイトル:
Address Line 1最大長:240住所の最初の行。 -
Address2: string
タイトル:
Address Line 2最大長:240住所の2行目。 -
Address3: string
タイトル:
Address Line 3最大長:240住所の3行目。 -
Address4: string
タイトル:
Address Line 4最大長:240住所の4行目。 -
AddressElementAttribute1: string
タイトル:
Additional Address Element 1最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddressElementAttribute2: string
タイトル:
Additional Address Element 2最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddressElementAttribute3: string
タイトル:
Additional Address Element 3最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddressElementAttribute4: string
タイトル:
Additional Address Element 4最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddressElementAttribute5: string
タイトル:
Additional Address Element 5最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddressLinesPhonetic: string
タイトル:
Address Lines Phonetic最大長:560漢字住所行の表記(日本で使用)。 -
AddressNumber: string
タイトル:
Site Number最大長:30住所の代替一意識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 指定しない場合、自動的に生成されます。 プロファイル・オプションZCA_PUID_PREFIXで定義されているプリフィクスは、内部で生成された一意のシーケンス番号と連結されます。 -
AddressType: string
BillTo、ShipToなどのアドレスのタイプとしての追加情報。
-
Attachment: array Attachments
タイトル:
Attachments個人添付リソースは、個人の添付の表示、作成、更新および削除に使用されます。 -
Building: string
タイトル:
Building最大長:240特定の住所の特定の建物名または番号。 -
CertificationLevel: string
タイトル:
Certification Level最大長:30個人の証明レベル。 有効な証明レベル・コードのリストは、参照HZ_PARTY_CERT_LEVELを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。 -
CertificationReasonCode: string
タイトル:
Certification Reason最大長:30個人の現在の証明レベル割当の事由。 有効な証明事由コードのリストは、参照HZ_PARTY_CERT_REASONを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。 -
City: string
タイトル:
City最大長:60住所の市区町村要素。 -
CleanlinessScore: integer (int64)
タイトル:
Cleanlinessカテゴリの担当者 / 取引先レコードの総合スコア=クリーン・ネス。 -
Comments: string
タイトル:
Comments最大長:2000個人のユーザー・コメント。 -
CompletenessScore: integer (int64)
タイトル:
Completenessカテゴリが完全性の担当者 / アカウント・レコードの総合スコア。 -
ContactPoint: array Contact Points
タイトル:
Contact Points担当者リソースは、担当者の表示、作成、更新および削除に使用されます。 担当者の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 担当者は担当者のタイプを表します。 たとえば、電話、Eメールまたはwebです。 -
ContactRole: string
タイトル:
Contact Role最大長:60担当者のロールの名前。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code最大長:15CRM拡張フレームワークで使用される企業通貨コード。 これは、プロファイル・オプションZCA_COMMON_CORPORATE_CURRENCYで設定された値にデフォルト設定されます。 -
Country: string
タイトル:
Country最大長:2住所の国コード。 -
County: string
タイトル:
County最大長:60住所の郡要素。 -
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:64個人レコードを作成したユーザー。 -
CreatedByModule: string
最大長:
30デフォルト値:ORA_ZCH_WSレコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:true個人レコードが作成された日付。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type最大長:30通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CurrencyCode: string
タイトル:
Currency最大長:15通貨コード。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CustomerClassification: array Customer Classifications
タイトル:
Customer Classifications顧客分類リソースは、顧客分類の表示、作成、更新および削除に使用されます。 コード割当の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 コード割当は、アカウントや担当者、世帯の分類カテゴリと分類コード情報を表します。 -
DataCloudStatus: string
タイトル:
Enrichment Status最大長:30Data-as-a-Serviceからの担当者レコードのエンリッチメント・ステータス。 有効な値のリストは、参照DATA_CLOUD_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。 -
DataConfidenceScore: integer (int64)
タイトル:
Data Confidence特定のレコードのデータ品質レベルを示す全体的なデータ信頼度スコア。 -
DateOfBirth: 文字列(日付)
タイトル:
Date of Birth個人が生まれた日付。 -
DateOfDeath: 文字列(日付)
タイトル:
Date of Death個人が死亡した日付。 -
DeceasedFlag: boolean
タイトル:
Person Deceased最大長:1個人が死亡しているかどうかを示します。 値がTrueの場合、個人は死亡しています。 デフォルト値は「False」です。 -
DeclaredEthnicity: string
タイトル:
Declared Ethnicity最大長:60個人の宣言済エスニシティです。 -
Department: string
タイトル:
Department最大長:60担当者の部門の名前。 -
DepartmentCode: string
タイトル:
Department Code最大長:30担当者の部門を示すコード。 受け入れられる値のリストは、参照DEPARTMENT_TYPEで定義されます。 「設定およびメンテナンス」作業領域、「担当者参照の管理」タスクを使用して、この属性の値をレビューおよび更新します。 -
DoNotCallFlag: boolean
タイトル:
Do Not Call最大長:1ユーザーが個人をコールできるかどうかを示します。 値がTrueの場合、ユーザーは個人をコールできません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
DoNotContactFlag: boolean
タイトル:
Do Not Contact最大長:1ユーザーが電話、Eメールまたは郵送で個人に連絡できるかどうかを示します。 値がTrueの場合、ユーザーは個人に連絡できません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
DoNotEmailFlag: boolean
タイトル:
Do Not Email最大長:1ユーザーが個人にEメールを送信できるかどうかを示します。 値がTrueの場合、ユーザーはEメールで個人に連絡できません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
DoNotMailFlag: boolean
タイトル:
Do Not Mail最大長:1ユーザーが個人にメールを送信できるかどうかを示します。 値がTrueの場合、ユーザーはメールで個人に連絡してはいけません。 デフォルト値は「False」です。 受け入れられる値のリストは、参照YES_NOを使用して定義されます。 「設定およびメンテナンス」作業領域の共通参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
DuplicateIndicator: string
タイトル:
Duplicate Type最大長:30特定のシナリオでのレコードの重複ステータス。 -
DuplicateScore: integer (int64)
タイトル:
Duplicationカテゴリが重複する担当者 / 取引先レコードの総合スコア。 -
EmailAddress: string
タイトル:
Email最大長:320個人のEメール・アドレス。 -
EmailVerificationDate: 文字列(日付)
タイトル:
Email Verification DateEメール・アドレスが最後に検証された日付。 -
EmailVerificationStatus: string
タイトル:
Email Verification Status最大長:30Eメール・アドレス検証のステータス・コード。 参照に基づく値は、Eメールに対して有効、無効または一部無効です。 -
EnrichmentScore: integer (int64)
タイトル:
Enrichmentカテゴリがエンリッチメントである担当者 / アカウント・レコードの総合スコア。 -
FirstName: string
タイトル:
First Name最大長:150個人の名。 -
FloorNumber: string
タイトル:
Floor最大長:40建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。 -
Gender: string
タイトル:
Gender最大長:30男性、女性、不明など、個人の性別。 受け入れられる値のリストは、参照HZ_GENDERで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
HeadOfHouseholdFlag: boolean
タイトル:
Head of Household Indicator最大長:1デフォルト値:false個人が世帯主かどうかを示します。 値がTrueの場合、個人は世帯主です。 デフォルト値は「False」です。 -
HomePhoneVerificationDate: 文字列(日付)
タイトル:
Home Phone Verification Date自宅電話番号が最後に検証された日付。 -
HomePhoneVerificationStatus: string
タイトル:
Home Phone Verification Status最大長:30自宅電話番号検証のステータス・コード。 参照に基づく値は有効であり、電話に対して無効です。 -
HouseholdIncomeAmount: number
タイトル:
Household Incomeこの個人が属する世帯の収入。 -
HouseholdSize: number
タイトル:
Household Sizeこの個人が属する世帯の規模。 -
Initials: string
タイトル:
Initials最大長:20担当者の名前のイニシャル。 -
JobTitle: string
タイトル:
Job Title最大長:100コンタクトのジョブ・タイトル。 -
JobTitleCode: string
タイトル:
Job Title Code最大長:30担当者のジョブ・タイトルを示すコード(アナリストなど)。 有効な値のリストは、参照HZLookupで定義されます。 -
LastContactDate: string (date-time)
タイトル:
Last Contact Date担当者が最後に連絡した日付。 -
LastEnrichmentDate: 文字列(日付)
タイトル:
Last Enrichment Dateレコードが最後にエンリッチされた日付。 -
LastName: string
タイトル:
Last Name最大長:150個人の姓。 -
LastNamePrefix: string
タイトル:
Last Name Prefix最大長:30個人の姓のプリフィクス(Fon、Vanなど)。 たとえば、個人名がHans Vanの場合、この属性を使用して個人の姓が取得されます。 -
LastScoreUpdateDate: string (date-time)
タイトル:
Last Score Dateこのレコードの最終データ信頼度スコアがいつ計算されたかを示します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date読取り専用:trueレコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:64レコードを最後に更新したユーザー。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
Mailstop: string
タイトル:
Mail Stop最大長:60組織内のメール・ドロップ・ポイントを示すユーザー定義コード。 -
MaritalStatus: string
タイトル:
Marital Status最大長:30個人の婚姻区分。 受け入れられる値のリストは、参照MARITAL_STATUSで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
MaritalStatusEffectiveDate: 文字列(日付)
タイトル:
Marital Status Effective Date個人の婚姻区分が変更された日付。 -
MiddleName: string
タイトル:
Middle Name最大長:60個人のミドル・ネーム。 -
MobilePhoneVerificationDate: 文字列(日付)
タイトル:
Mobile Verification Date携帯電話番号が最後に検証された日付。 -
MobilePhoneVerificationStatus: string
タイトル:
Mobile Verification Status最大長:30携帯電話番号検証のステータス・コード。 参照に基づく値は有効であり、電話に対して無効です。 -
NameSuffix: string
タイトル:
Suffix最大長:30システムによって生成されたサフィクスまたは手動で上書きされたサフィクス。 サフィクスは、PartyUniqueName属性を生成するために使用され、ContactName属性に連結されてPartyUniqueNameを生成します。 プライマリ住所は、サフィクスとしてデフォルト設定されます。 -
Note: array Notes
タイトル:
Notesノート・リソースは、ノートの表示、作成、更新および削除に使用されます。 ノート・データ・オブジェクトは、Oracle Fusion Applicationsビジネス・オブジェクトのコメント、情報または指示を取得します。 -
OrganizationPartyId: integer (int64)
タイトル:
Primary Organization Party IDこの個人が属するプライマリ組織の一意の識別子。 個人のプライマリ組織を指定するには、組織のパーティID、PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。 -
OrganizationPartyName: string
タイトル:
Primary Organization Party Name読取り専用:true最大長:360この個人が属するプライマリ組織の組織名。 これは読取り専用属性です。 -
OrganizationPartyNumber: string
タイトル:
Primary Organization Party Number読取り専用:true最大長:30この個人が属するプライマリ組織のパーティ番号。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。 -
OrganizationSourceSystem: string
タイトル:
Primary Organization Party Source Systemこの個人が属するプライマリ組織のソース・システム・コード。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。 -
OrganizationSourceSystemReferenceValue: string
タイトル:
Primary Organization Party Source System Referenceこの個人が属するプライマリ組織のソース・システム参照値。 個人のプライマリ組織を指定するには、組織のパーティID PartyNumber、SourceSystemまたはSourceSystemReferenceを指定できます。 -
PartyId: integer (int64)
タイトル:
Party ID読取り専用:true個人の一意の識別子。 -
PartyNumber: string
タイトル:
Party Number最大長:30個人パーティの一意の代替識別子です。 プロファイル・オプションHZ_GENERATE_PARTY_NUMBERがTrueに設定されている場合、値を更新できます。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値と一意のシステム生成順序番号を連結した値です。 非アクティブなレコードは更新できません。 -
PartyUsageCode: string
タイトル:
Party Usage Codeこの個人のパーティ使用目的コード。 -
PersonalIncomeAmount: number
タイトル:
Annual Income個人の見積総年間所得。 -
PersonName: string
タイトル:
Name読取り専用:true最大長:450個人の導出名。 -
PlaceOfBirth: string
タイトル:
Place of Birth最大長:60市区町村や国など、個人の出生地。 -
PostalCode: string
タイトル:
Postal Code最大長:60正式な国全体の郵便番号システムによって定義された郵便番号。 -
PostalPlus4Code: string
タイトル:
Postal Code Extension最大長:20米国の郵便番号に対する4桁の拡張。 -
PreferredContactMethod: string
タイトル:
Preferred Contact Method最大長:30個人の優先連絡メソッド。 受け入れられる値は、参照タイプHZ_PREFERRED_CONTACT_METHODで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。 -
PreferredFunctionalCurrency: string
タイトル:
Preferred Functional Currency最大長:15個人のデフォルト通貨を示すコード。 有効な通貨コードのリストは、アプリケーション設定時に定義されます。 -
PreviousLastName: string
タイトル:
Previous Last Name最大長:150個人の前の姓または姓。 -
Province: string
タイトル:
Province最大長:60住所の州要素。 -
RawHomePhoneNumber: string
タイトル:
Raw Home Phone Number最大長:60個人の書式なし自宅電話番号。 -
RawMobilePhoneNumber: string
タイトル:
Raw Mobile Number最大長:60個人の書式なし携帯電話番号。 -
RawWorkPhoneNumber: string
タイトル:
Raw Work Phone Number最大長:60個人の未フォーマットの勤務先電話番号。 -
RecencyScore: integer (int64)
タイトル:
RecencyカテゴリがRecencyの担当者 / アカウント・レコードの総合スコア。 -
RegistrationStatus: string
タイトル:
Registration Status最大長:30個人の登録ステータスを示すコード。 たとえば、承認済、待ち状態または否認済です。 有効な値リストが参照ORA_CONTACT_REG_STATUSで定義されます。 -
Relationship: array Relationships
タイトル:
Relationships関係リソースは、関係の表示、作成、更新および削除に使用されます。 関係の作成または更新時に値を格納するために使用される属性を含むオブジェクトです。 このオブジェクトには、アカウント、担当者、世帯などの2つのエンティティ間の関係を定義および分類する属性が格納されます。 -
RentOrOwnIndicator: string
タイトル:
Rent or Own Indicator最大長:30この担当者が自分の住居を所有または賃貸するかどうかを示します。 賃借料、所有およびリースの有効な値のリストは、参照OWN_RENT_INDで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。 -
SalesAffinityCode: string
タイトル:
Affinity最大長:30当該組織への担当者のアフィニティを示すコード。 受け入れられる値のリストは、参照HZ_SLS_CNTCT_AFFINITY_CODEで定義されます。 「設定およびメンテナンス」作業領域、「担当者参照の管理」タスクを使用して、この属性の値をレビューおよび更新します。 -
SalesBuyingRoleCode: string
タイトル:
Buying Role最大長:30購買プロセスで担当が果たすロールを示すコードです。たとえば、ディシジョン者またはサポート・ロールです。 受け入れられる値のリストは、参照HZ_SLS_CNTCT_BUY_ROLE_CODEで定義されます。 「設定およびメンテナンス」作業領域の担当者参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
Salutation: string
タイトル:
Salutation最大長:60連絡事項の担当者パーティへの対応に使用するフレーズ。 -
SalutoryIntroduction: string
タイトル:
Prefix最大長:30Mr.、Herrなど、担当者のタイトルまたは給与の概要。 受け入れられる値のリストは、参照CONTACT_TITLEで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
SecondLastName: string
タイトル:
Second Last Name最大長:150個人の2番目の姓。 受け入れられる値のリストは、参照HZ_PERSON_PROFILESで定義されます。 「設定およびメンテナンス」作業領域の標準参照の管理タスクを使用して、この属性の値をレビューおよび更新します。 -
SourceSystem: string
タイトル:
Source System最大長:255個人パーティがインポートされる外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムで構成された値。 -
SourceSystemReference: array Source System References
タイトル:
Source System Referencesソース・システム参照リソースは、ソース・システム参照の表示、作成、更新および削除に使用されます。 データを取引先コミュニティ登録にインポートできる外部システムです。 -
SourceSystemReferenceValue: string
タイトル:
Source System Reference最大長:255属性SourceSystemで指定された外部ソース・システムからの個人パーティの一意の識別子。 -
State: string
タイトル:
State最大長:60住所の州要素。 -
Status: string
タイトル:
Status読取り専用:true最大長:1デフォルト値:A個人のステータス。 これは内部的に使用される列で、値は参照HZ_STATUSで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。 -
TaxpayerIdentificationNumber: string
タイトル:
Taxpayer Identification Number最大長:20アメリカの所得納税者ID、欧州の会計コードまたはNIFなど、個人の一意の識別子である納税者識別番号。 -
ThirdPartyFlag: boolean
タイトル:
Third Party Indicator最大長:1個人が第三者であったかどうかを示します。 -
TimezoneCode: string
タイトル:
Time Zone最大長:64個人が所在するタイム・ゾーン。 -
Title: string
タイトル:
Title最大長:60DonやThe Right Honorableなどの専門職または家族のタイトル。 -
UniqueNameSuffix: string
タイトル:
Name Suffix最大長:540属性PartyUniqueNameの生成に使用されるサフィクス。 サフィクスは、PartyUniqueNameを生成するためにPersonName属性に連結されます。 プライマリ住所は、サフィクスとしてデフォルト設定されます。 -
UsageAssignment: array Usage Assignments
タイトル:
Usage Assignmentsパーティ使用目的割当リソースは、パーティ使用目的割当の表示、作成、更新および削除に使用されます。 取引先コミュニティ・メンバーに関連付けられたパーティ使用目的割当です。 -
ValidatedFlag: boolean
タイトル:
Validated最大長:1個人が検証されたかどうかを示します。 -
ValidityScore: integer (int64)
タイトル:
Validityカテゴリが有効性である担当者 / アカウント・レコードの総合スコア。 -
WorkPhoneVerificationDate: 文字列(日付)
タイトル:
Work Phone Verification Date勤務先電話番号が最後に検証された日付。 -
WorkPhoneVerificationStatus: string
タイトル:
Work Phone Verification Status最大長:30勤務先電話番号検証のステータス・コード。 参照に基づく値は有効であり、電話に対して無効です。
ネストされたスキーマ : 追加識別子
タイプ:
arrayタイトル:
Additional Identifiers追加の識別子リソースは、運転免許証番号やパスポート番号などの追加識別子を表示、作成、更新および削除するために使用されます。
ソースを表示
ネストされたスキーマ : 追加名
タイプ:
arrayタイトル:
Additional Names追加の名前リソースは、個人に関連付けられた追加の名前を表示、作成、更新および削除するために使用されます。 このリソースを使用すると、旧姓やブランド名など、個人に関連付けられている他の名前を取得できます。
ソースを表示
ネストされたスキーマ : 住所
タイプ:
arrayタイトル:
Addresses住所リソースは、住所の表示、作成、更新および削除に使用されます。住所の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 住所は、取引先、担当者または世帯の所在地情報を表します。
ソースを表示
ネストされたスキーマ : 担当者
タイプ:
arrayタイトル:
Contact Points担当者リソースは、担当者の表示、作成、更新および削除に使用されます。 担当者の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 担当者は担当者のタイプを表します。 たとえば、電話、Eメールまたはwebです。
ソースを表示
ネストされたスキーマ : 顧客分類
タイプ:
arrayタイトル:
Customer Classifications顧客分類リソースは、顧客分類の表示、作成、更新および削除に使用されます。 コード割当の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 コード割当は、アカウントや担当者、世帯の分類カテゴリと分類コード情報を表します。
ソースを表示
ネストされたスキーマ : ノート
タイプ:
arrayタイトル:
Notesノート・リソースは、ノートの表示、作成、更新および削除に使用されます。 ノート・データ・オブジェクトは、Oracle Fusion Applicationsビジネス・オブジェクトのコメント、情報または指示を取得します。
ソースを表示
ネストされたスキーマ : 関係
タイプ:
arrayタイトル:
Relationships関係リソースは、関係の表示、作成、更新および削除に使用されます。 関係の作成または更新時に値を格納するために使用される属性を含むオブジェクトです。 このオブジェクトには、アカウント、担当者、世帯などの2つのエンティティ間の関係を定義および分類する属性が格納されます。
ソースを表示
ネストされたスキーマ : ソース・システム参照
タイプ:
arrayタイトル:
Source System Referencesソース・システム参照リソースは、ソース・システム参照の表示、作成、更新および削除に使用されます。 データを取引先コミュニティ登録にインポートできる外部システムです。
ソースを表示
ネストされたスキーマ : 使用割当
タイプ:
arrayタイトル:
Usage Assignmentsパーティ使用目的割当リソースは、パーティ使用目的割当の表示、作成、更新および削除に使用されます。 取引先コミュニティ・メンバーに関連付けられたパーティ使用目的割当です。
ソースを表示
ネストされたスキーマ : hubPersons-AdditionalIdentifier-item-response
タイプ:
ソースを表示
object-
Country: string
タイトル:
Issuing Country最大長:2追加識別子の国コード。 地理の管理タスクを使用して国コードのリストをレビューするために使用されます。 -
CreatedBy: string
読取り専用:
true最大長:64追加識別子を作成したユーザー。 -
CreatedByModule: string
デフォルト値:
HZ_WSこの組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルト値はHZ_WSです。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 設定およびメンテナンス・タスクの取引先コミュニティ共通参照の管理を使用して、コードをレビューおよび更新できます。 -
CreationDate: string (date-time)
読取り専用:
true追加識別子が作成された日付。 -
Description: string
タイトル:
Description最大長:240追加識別子の摘要。 -
ExpirationDate: 文字列(日付)
タイトル:
Expiration Date追加識別子が失効する日付。 -
IssueDate: 文字列(日付)
タイトル:
Issue Date追加識別子が発行された日付。 -
IssuingAuthorityName: string
タイトル:
Issuing Authority Name最大長:500追加識別子の発行機関の名前。 -
IssuingAuthorityPartyId: integer (int64)
発行機関パーティの一意の識別子。
-
LastUpdateDate: string (date-time)
読取り専用:
true追加識別子が最後に更新された日付。 -
LastUpdatedBy: string
読取り専用:
true最大長:64追加識別子を最後に更新したユーザー。 -
LastUpdateLogin: string
読取り専用:
true最大長:32追加識別子を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
ObjectVersionNumber: 整数(int32)
読取り専用:
trueロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。 -
PartyId: integer (int64)
パーティの一意識別子
-
PartyIdentifierId: integer (int64)
読取り専用:
trueパーティの一意識別子 -
PartyIdentifierType: string
タイトル:
Identifier Type最大長:30パーティ識別子のタイプ。 -
PartyIdentifierValue: string
タイトル:
Identifier Value最大長:60パーティ識別子の値。 -
PartyNumber: string
パーティ番号。 非アクティブなレコードは更新できません。
-
PartySourceSystem: string
住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
-
PartySourceSystemReferenceValue: string
外部ソース・システムからのレコードの識別子。
-
SourceSystem: string
システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
-
SourceSystemReferenceValue: string
外部ソース・システムからの関係の一意の識別子。
-
StateProvince: string
タイトル:
Issuing State最大長:60地理設定に基づくパスポートや運転免許などの特定のタイプの識別子に使用されます。 -
StatusCode: string
最大長:
1デフォルト値:A追加識別子のステータス・コード。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object-
href: string
タイトル:
hyperlink reference関連リソースへのURI。 -
kind: string
タイトル:
kind許可された値:[ "collection", "item", "describe", "other" ]関連リソースの種類。 -
name: string
タイトル:
name関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]リソース・インスタンスとの関係の名前。 例: self.
ネストされたスキーマ : properties
タイプ:
ソースを表示
object-
changeIndicator: string
リソース・インスタンスのインジケータまたはETag値を変更します。
ネストされたスキーマ : hubPersons-AdditionalName-item-response
タイプ:
ソースを表示
object-
AcademicTitle: string
タイトル:
Academic Title最大長:30学業資格を示す個人のタイトルの一部です(Dr. Jane Smithなど)。 -
ConflictId: integer (int64)
デフォルト値:
0競合の一意の識別子。 この番号は、webサービスを消費するモバイル・アプリケーションまたはポータブル・アプリケーションで使用されます。 -
CreatedBy: string
読取り専用:
true最大長:64担当者レコードを作成したユーザー。 -
CreationDate: string (date-time)
読取り専用:
true担当者レコードが作成された日時。 -
Description: string
タイトル:
Description最大長:240追加名レコードの摘要。 -
FirstName: string
タイトル:
First Name最大長:150個人の名(該当なし)。 -
LastName: string
タイトル:
Last Name最大長:150個人の姓(該当なし)。 -
LastUpdateDate: string (date-time)
読取り専用:
true担当者が最後に更新された日時。 -
LastUpdatedBy: string
読取り専用:
true最大長:64担当者レコードを最後に更新したユーザー。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MiddleName: string
タイトル:
Middle Name最大長:60個人のミドル・ネーム(該当なし)。 -
Name: string
タイトル:
Additional Name最大長:360組織、個人またはグループ・パーティの名前。 たとえば、"Oracle"や"John Smith"などです。 -
NameId: integer (int64)
読取り専用:
true名前の一意の識別子。 -
NameType: string
タイトル:
Additional Name Type最大長:30名前のタイプ。 たとえば、ALIASやLEGALです。 -
PartyId: integer (int64)
パーティの一意識別子
-
PartyNumber: string
タイトル:
Registry ID読取り専用:true最大長:30パーティ番号。 非アクティブなレコードは更新できません。 -
PartySourceSystem: string
住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
-
PartySourceSystemReferenceValue: string
外部ソース・システムからのレコードの識別子。
-
PreferredFlag: boolean
タイトル:
Preferred Indicator最大長:1デフォルト値:falseこの名前タイプ内で、このパーティの優先名として名前を識別します。 指定可能な値は'Y'および'N'です。 デフォルトはNです。 -
SourceSystem: string
システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
-
SourceSystemReferenceValue: string
外部ソース・システムからの関係の一意の識別子。
-
StatusFlag: boolean
最大長:
1デフォルト値:trueソフト削除に使用される追加名のステータス。 -
Title: string
タイトル:
Title最大長:60DonやThe Right Honorableなどの専門職または家族のタイトル。 -
TransliterationLanguage: string
タイトル:
Transliteration Language最大長:4翻訳言語は、外国語で単語や名前を発音するのに役立ちます。 FND_LANGUAGES.LANGUAGE_CODEに対して検証されます。 サンプル値は、US、NL、DKなどです。
ネストされたスキーマ : hubPersons-Address-item-response
タイプ:
ソースを表示
object-
AddrElementAttribute1: string
タイトル:
Additional Address Element 1最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute2: string
タイトル:
Additional Address Element 2最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute3: string
タイトル:
Additional Address Element 3最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute4: string
タイトル:
Additional Address Element 4最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute5: string
タイトル:
Additional Address Element 5最大長:150柔軟な住所書式をサポートするための追加住所要素。 -
Address1: string
タイトル:
Address Line 1最大長:240住所の最初の行。 -
Address2: string
タイトル:
Address Line 2最大長:240住所の2行目。 -
Address3: string
タイトル:
Address Line 3最大長:240住所の3行目。 -
Address4: string
タイトル:
Address Line 4最大長:240住所の4行目。 -
AddressId: integer (int64)
読取り専用:
true作成中に内部的に生成される一意の住所識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 -
AddressLinesPhonetic: string
タイトル:
Address Lines Phonetic最大長:560漢字住所行の表記(日本で使用)。 -
AddressNumber: string
タイトル:
Site Number最大長:30住所の代替一意識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 指定しない場合、自動的に生成されます。 プロファイル・オプションZCA_PUID_PREFIXで定義されているプリフィクスは、内部で生成された一意のシーケンス番号と連結されます。 -
AddressType: string
タイトル:
Type住所のタイプ。 -
Building: string
タイトル:
Building最大長:240特定の住所の特定の建物名または番号。 -
CalculateFormattedAddress: boolean
フォーマットされたアドレス。
-
City: string
タイトル:
City最大長:60住所の市区町村要素。 -
ClliCode: string
タイトル:
CLLI Code最大長:60共通言語事業所識別子(CLLI)コード。 -
Comments: string
タイトル:
Comments最大長:2000住所に対するユーザー・コメント。 -
ConflictId: integer (int64)
デフォルト値:
0競合の一意の識別子。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency最大長:15住所に関連付けられた企業通貨コード。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 この属性は、CRM拡張フレームワークで使用されます。 -
Country: string
タイトル:
Country最大長:2住所の国コード。 -
County: string
タイトル:
County最大長:60住所の郡要素。 -
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:64住所レコードを作成したユーザー。 -
CreatedByModule: string
デフォルト値:
HZ_WSこの組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。 -
CreatedByModule1: string
タイトル:
Created by Application最大長:30この組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日時。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type最大長:30住所に関連付けられた通貨換算レート・タイプ。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CurrencyCode: string
タイトル:
Currency Code最大長:15住所に関連する通貨コード。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
DateValidated: 文字列(日付)
タイトル:
Validated Date住所が最後に検証された日付。 -
Description: string
タイトル:
Description最大長:2000事業所の詳細な摘要。 -
DoNotMailFlag: boolean
タイトル:
Contact Preferencesデフォルト値:falseこの住所を郵送に使用しないことを示します。 -
DoNotValidateFlag: boolean
タイトル:
Don't Validate最大長:1現在の検証ステータス・コードに関係なく、特定の事業所が住所検証に適格でないことを示します。 -
DunsNumberC: string
タイトル:
D-U-N-S Number最大長:30事業所のD-U-N-S番号。 -
EffectiveDate: 文字列(日付)
住所の有効日。
-
EndDateActive: 文字列(日付)
タイトル:
End Dateこの住所が非アクティブにレンダリングされる日付。 -
FloorNumber: string
タイトル:
Floor最大長:40建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。 -
FormattedAddress: string
タイトル:
Address読取り専用:true書式設定された住所情報。 -
FormattedAddress1: string
タイトル:
Formatted Address 1読取り専用:true書式設定された住所情報。 -
FormattedMultilineAddress: string
タイトル:
Address読取り専用:true書式設定された複数の明細住所情報。 -
FormattedMultilineAddress1: string
タイトル:
Address読取り専用:true書式設定された複数の明細住所情報。 -
HouseType: string
タイトル:
House Type最大長:30建物タイプを示します。 有効な値のリストは、参照HZ_HOUSE_TYPEで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date読取り専用:trueレコードが最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:64レコードを最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login読取り専用:true最大長:32担当者レコードを最後に更新したユーザーのログイン。 -
緯度: number
タイトル:
Latitudeこの属性は、空間近接性および包含の目的で、ロケーションの緯度情報を格納するために使用されます。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
LocationDirections: string
タイトル:
Location Directions最大長:640ロケーションへの道順。 -
LocationId: integer (int64)
タイトル:
Location IDこの住所の事業所レコードの一意の識別子。 -
経度: number
タイトル:
Longitudeこの属性は、空間近接性および包含の目的で、ロケーションの経度情報を格納するために使用されます。 -
Mailstop: string
タイトル:
Mail Stop最大長:60組織内のメール・ドロップ・ポイントを示すユーザー定義コード。 -
ObjectVersionNumber: 整数(int32)
この属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 問合せされてから別のセッションによって行が更新されたかどうかを検出するために、トランザクションの開始時と終了時の番号が比較されます。
-
ObjectVersionNumber1: 整数(int32)
この属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 問合せされてから別のセッションによって行が更新されたかどうかを検出するために、トランザクションの開始時と終了時の番号が比較されます。
-
PartyId: integer (int64)
タイトル:
Party ID住所が関連付けられているアカウント、担当者または世帯の一意の識別子。 住所が関連付けられているアカウント、担当者または世帯レコードを一意に識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 -
PartyNumber: string
タイトル:
Party Number住所が関連付けられているアカウント、担当者または世帯の代替の一意の識別子。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値で、一意の生成された連番と連結されます。 値は、プロファイル・オプションHZ_GENERATE_PARTY_NUMBERに応じて更新できます。 有効な値のリストは、プロファイル・オプションHZ_GENERATE_PARTY_NUMBERで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通プロファイル・オプションの管理タスクを使用して、コードをレビューおよび更新します。 非アクティブなレコードは更新できません。 -
PartySiteName: string
タイトル:
Site Name最大長:240住所のユーザー定義名。 -
PartySourceSystem: string
タイトル:
Party Source System住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。 -
PartySourceSystemReferenceValue: string
タイトル:
Party Source System Reference Value住所が関連付けられているアカウント、担当者または世帯の外部ソース・システムからの識別子です。 代替キーの一部(PartySourceSystemとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 -
PostalCode: string
タイトル:
Postal Code最大長:60正式な国全体の郵便番号システムによって定義された郵便番号。 -
PostalPlus4Code: string
タイトル:
Postal Code Extension最大長:20アメリカ合衆国の郵便番号の4桁の拡張子。 -
PrimaryFlag: boolean
タイトル:
Primary最大長:1デフォルト値:falseこれが関連オブジェクトのプライマリ住所かどうかを示します。 プライマリ担当者の値Y、その他すべての場合はNを受け入れます。 -
Province: string
タイトル:
Province最大長:60住所の州要素。 -
SourceSystem: string
システム設定の一部として管理者が定義する、コードで示される住所の外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。 SourceSystemとSourceSystemReferenceの組合せは一意であり、住所を識別するための外部キーとして使用されます。
-
SourceSystemReferenceValue: string
外部ソースからの住所の一意の識別子。 SourceSystemとSourceSystemReferenceの組合せは一意であり、住所を識別するための外部キーとして使用されます。
-
SSROwnerTableName: string
読取り専用:
true最大長:255レコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。 -
SSRPartyOwnerTableName: string
読取り専用:
true最大長:255デフォルト値:HZ_PARTIESパーティ・レコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。 -
StartDateActive: 文字列(日付)
タイトル:
Start Dateこの住所が有効である開始日。 作成時に指定されない場合は、現在のシステム日付にデフォルト設定されます。 -
State: string
タイトル:
State最大長:60住所の州要素。 -
Status: string
タイトル:
Status最大長:1デフォルト値:A住所のステータスを示す内部アプリケーション決定フラグ。 ステータス・コードは、参照HZ_STATUSによって定義されます。 -
ValidatedFlag: boolean
タイトル:
Validated最大長:1デフォルト値:false事業所が検証されたかどうかを示します。 Y(検証済)、N(無効)。 値がTrueの場合、ロケーションが検証されます。 この値は、住所クレンジング中にシステムによって内部的に設定されます。 -
ValidationStartDate: 文字列(日付)
読取り専用:
true検証が開始する日付。 内部的には、住所クレンジング中にシステムによって設定されます。 -
ValidationStatusCode: string
タイトル:
Validation Status最大長:30検証の結果を説明する標準化されたステータス・コード。
ネストされたスキーマ : hubPersons-Attachment-item-response
タイプ:
ソースを表示
object-
AsyncTrackerId: string
タイトル:
Asynchronous Upload Tracker Idファイルのアップロードを支援するために添付UIコンポーネントによって排他的に使用される属性。 -
AttachedDocumentId: integer (int64)
タイトル:
Attached Document Id添付文書の一意の識別子。 -
CategoryName: string
タイトル:
Category最大長:30添付のカテゴリ。 - ContentRepositoryFileShared: boolean
-
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:255レコードを作成したユーザー。 -
CreatedByUserName: string
タイトル:
Created By User Name読取り専用:trueレコードを作成したユーザーの名前。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日付。 -
DatatypeCode: string
タイトル:
Type最大長:30デフォルト値:FILEデータ型を示す値。 -
Description: string
タイトル:
Description最大長:255添付の説明。 -
DmDocumentId: string
最大長:
255添付の作成元となる文書ID。 -
DmFolderPath: string
タイトル:
Dm Folder Path最大長:1000添付の作成元のフォルダ・パス。 -
DmVersionNumber: string
最大長:
255添付の作成元となる文書バージョン番号。 -
DownloadInfo: string
タイトル:
DownloadInfo添付ファイルをプログラムで取得するために使用される情報を含む文字列として表されるJSONオブジェクト。 -
ErrorStatusCode: string
タイトル:
Error Status Code添付のエラー・コード(ある場合)。 -
ErrorStatusMessage: string
タイトル:
Error Status Message添付のエラー・メッセージ(ある場合)。 -
ExpirationDate: string (date-time)
タイトル:
Expiration Date添付ファイルのコンテンツの有効期限。 -
FileContents: 文字列(バイト)
タイトル:
File Contents添付ファイルの内容。 -
FileName: string
タイトル:
File Name最大長:2048添付のファイル名。 -
FileUrl: string
タイトル:
File UrlファイルのURI。 -
FileWebImage: 文字列(バイト)
タイトル:
File Web Image読取り専用:trueソースが変換可能なイメージの場合、.png形式で表示されるファイルのbase64エンコード・イメージ。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date読取り専用:trueレコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:255レコードを最後に更新したユーザー。 -
LastUpdatedByUserName: string
タイトル:
Last Updated By User読取り専用:trueレコードを最後に更新したユーザーの名前。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
Title: string
タイトル:
Title添付のタイトル。 -
UploadedFileContentType: string
タイトル:
Uploaded File Content Type添付のコンテンツ・タイプ。 -
UploadedFileLength: integer
タイトル:
File Size添付ファイルのサイズ。 -
UploadedFileName: string
タイトル:
Uploaded File Name新しい添付ファイルに割り当てる名前。 -
UploadedText: string
タイトル:
Uploaded Text新規テキスト添付のテキスト・コンテンツ。 -
Uri: string
タイトル:
Uri最大長:4000トポロジ・マネージャ・タイプ・アタッチメントのURI。 -
Url: string
タイトル:
Url最大長:4000webページ・タイプ添付のURL。 -
UserName: string
タイトル:
User Name読取り専用:true最大長:255添付を作成したユーザーのログイン資格証明。
ネストされたスキーマ : hubPersons-ContactPoint-item-response
タイプ:
ソースを表示
object-
ConflictId: integer (int64)
デフォルト値:
0競合の一意の識別子。 -
ContactPointId: integer (int64)
読取り専用:
true担当者の一意の識別子。 -
ContactPointType: string
タイトル:
Type最大長:30担当者のタイプ。 -
CreatedBy: string
読取り専用:
true最大長:64レコードを作成したユーザー。 -
CreatedByModule: string
タイトル:
Created by Applicationデフォルト値:HZ_WSモジュールを作成したユーザー。 -
CreationDate: string (date-time)
読取り専用:
trueレコードが作成された日付。 -
DoContactPreferenceFlag: boolean
タイトル:
OK to Contact特定の連絡メソッドを使用するかどうかを示します。 -
DoNotContactPreferenceFlag: boolean
DNCオプションを示す担当者プリファレンス・フラグ。
-
DoNotContactReason: string
担当者プリファレンスの事由コード。
-
EmailAddress: string
最大長:
255担当者の電子メール・アドレス。 -
EmailPurpose: string
タイトル:
Email Purpose最大長:30Eメールの目的。 -
FormattedPhoneNumber: string
読取り専用:
true最大長:255担当者のフォーマット済電話番号。 -
LastUpdateDate: string (date-time)
読取り専用:
true担当者が最後に更新された日付。 -
LastUpdatedBy: string
読取り専用:
true最大長:64担当者を最後に更新したユーザー。 -
LastUpdateLogin: string
読取り専用:
true最大長:32担当者を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
ObjectVersionNumber: 整数(int32)
ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
-
PartyId: integer (int64)
パーティの一意識別子
-
PartyNumber: string
パーティ番号。 非アクティブなレコードは更新できません。
-
PartySourceSystem: string
住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
-
PartySourceSystemReferenceValue: string
外部ソース・システムからの関係の一意の識別子。
-
PhoneAreaCode: string
最大長:
255電話番号の市外局番。 -
PhoneCountryCode: string
最大長:
255電話番号の国コード。 -
PhoneExtension: string
最大長:
255オフィス・デスク内線番号などの電話回線番号の内線番号。 -
PhoneNumber: string
最大長:
255担当者の電話番号。 -
PhonePurpose: string
タイトル:
Phone Purpose最大長:30PHONE担当者を使用する目的を定義します。 受け入れられる値は、参照タイプCONTACT_POINT_PURPOSEで定義されます。 サンプル値は、ASSISTANT、PERSONAL、HOME_BUSINESS、BUSINESSなどです。 -
PhoneType: string
電話のタイプ。
-
PreferenceRequestedBy: string
タイトル:
Preference Requested By権限または制限が内部で作成されたか、パーティによってリクエストされたかを示します。 受け入れられる値のリストは、REQUESTED_BY参照で定義されます。 -
PrimaryFlag: boolean
タイトル:
Primary最大長:1デフォルト値:false電話番号が優先されるかどうかを示します。 -
RawPhoneNumber: string
最大長:
255未処理形式の電話番号。 -
SocialNetworkId: string
ソーシャル・ネットワークの一意の識別子。
-
SocialNetworkName: string
ソーシャル・ネットワーク・タイプ。
-
SocialNetworkPurpose: string
タイトル:
Social Network Purpose最大長:30IM担当者を使用する目的を定義します。 受け入れられる値は、参照タイプCONTACT_POINT_PURPOSEで定義されます。 サンプル値ASSISTANT、PERSONAL、HOME_BUSINESS、BUSINESSなど。 -
SourceSystem: string
システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
-
SourceSystemReferenceValue: string
属性SourceSystemで指定された外部ソース・システムからのアカウント・パーティの一意の識別子。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
-
Status: string
最大長:
30デフォルト値:A担当者のステータス。 -
URL: string
担当者に関連付けられたURL。
-
VerificationDate: 文字列(日付)
タイトル:
Verification Date電話またはEメールの担当者の検証日。 -
VerificationStatus: string
タイトル:
Verification Status最大長:30電話またはEメールの担当者の検証のステータス。 受け入れられる値は、標準参照タイプORA_HZ_VALIDATION_STATUSでORA_VALID、ORA_INVALIDおよびORA_PARTIALLY_VALIDとして定義されます。 値ORA_PARTIALLY_VALIDは、電子メールにのみ適用できます。 デフォルト値は空白で、値が検証されていないことを示します。 -
WebPurpose: string
タイトル:
Web Purpose最大長:30WEB担当者を使用する目的を定義します。 受け入れられる値は、参照タイプCONTACT_POINT_PURPOSE_WEBで定義されます。 サンプル値は、HOMEPAGE、SALESURL、MARKETINGURL、SUPPORTURL、RSS_FEEDなどです。
ネストされたスキーマ : hubPersons-CustomerClassification-item-response
タイプ:
ソースを表示
object-
ClassCategory: string
タイトル:
Classification Category最大長:30分類カテゴリの名前。 -
ClassCode: string
タイトル:
Classification Code最大長:30分類カテゴリに対応する有効な分類コード。 -
CodeAssignmentId: integer (int64)
タイトル:
Code Assignment ID読取り専用:true顧客分類割当の一意の識別子。 -
ConflictId: integer (int64)
読取り専用:
trueデフォルト値:0競合の一意の識別子。 -
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:64レコードを作成したユーザーの名前。 -
CreatedByModule: string
タイトル:
Created by Module最大長:30レコードを作成したアプリケーションまたはモジュール。 すべてのwebサービス・ベースの作成では、デフォルト値はHZ_WSです。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日時を示します。 -
EndDateActive: 文字列(日付)
タイトル:
End Date分類コードが無効になった日付。 -
IsAuxClassificationFlag: boolean
タイトル:
Auxiliary Classification Status読取り専用:true分類カテゴリがカスタム・グループ分類カテゴリかどうかを示します。 -
IsIndustryFlag: boolean
タイトル:
Industry Type Status読取り専用:true分類カテゴリが産業グループ分類カテゴリであるかどうかを示します。 -
IsOrgTypeFlag: boolean
タイトル:
Organization Type Status読取り専用:true分類カテゴリが組織タイプ分類カテゴリかどうかを示します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date読取り専用:trueレコードが最後に更新された日時を示します。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:64レコードを最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login読取り専用:true最大長:32レコードを最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
PartyId: integer (int64)
タイトル:
Party ID分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の一意の識別子。 -
PartyNumber: string
タイトル:
Party Number最大長:30分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の一意の代替識別子です。 非アクティブなレコードは更新できません。 -
PartySourceSystem: string
タイトル:
Party Source System分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の外部ソース・システムの名前。 -
PartySourceSystemReferenceValue: string
タイトル:
Party Source System Reference Value分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の外部ソース・システムからの識別子です。 -
PartyType: string
タイトル:
Party Type読取り専用:true最大長:30アカウント、担当者または世帯など、パーティのタイプを示します。 -
PrimaryFlag: boolean
タイトル:
Primary最大長:1デフォルト値:false現在のコードがプライマリ分類コードかどうかを示すインジケータ。 -
SourceSystem: string
タイトル:
Source Systemシステム設定の一部として管理者が定義する、コードで示される区分カテゴリの外部ソース・システムの名前。 SourceSystemとSourceSystemReferenceの組合せは一意であり、クラス・カテゴリを識別するための外部キーとして使用されます。 -
SourceSystemReferenceValue: string
タイトル:
Source System Reference Value外部ソースからの区分カテゴリの一意の識別子。 SourceSystemとSourceSystemReferenceの組合せは一意であり、クラス・カテゴリを識別するための外部キーとして使用されます。 -
StartDateActive: 文字列(日付)
タイトル:
Start Date分類が有効になる日付。 -
Status: string
タイトル:
Status最大長:1デフォルト値:Aコード割当がアクティブか非アクティブかを示します。たとえば、アクティブの場合はA、非アクティブの場合はIです。
ネストされたスキーマ : hubPersons-Note-item-response
タイプ:
ソースを表示
object-
ContactRelationshipId: integer (int64)
タイトル:
Contact Relationship IDノートが担当者に関連付けられている場合に移入される関係ID。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code最大長:15ノートに関連付けられた企業通貨。 -
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:64レコードを作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日時。 -
CreatorPartyId: integer (int64)
タイトル:
Creator Party ID作成者パーティの一意の識別子。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type最大長:30ノートに関連付けられた通貨換算レート・タイプ。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 設定およびメンテナンスを使用してプロファイル・オプションをレビューおよび更新します。 -
CurrencyCode: string
タイトル:
Currency最大長:15ノートに関連する通貨コード。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域を使用して、プロファイル・オプションをレビューおよび更新します。 -
DeleteFlag: boolean
タイトル:
Delete Indicator読取り専用:trueレコードを削除するためのアクセス権がユーザーに付与されているかどうかを示します。 -
EmailAddress: string
タイトル:
Primary Email読取り専用:true最大長:320ノートを作成したユーザーの電子メール・アドレス。 -
FormattedAddress: string
タイトル:
Primary Address読取り専用:trueノートを作成したユーザーの住所。 -
FormattedPhoneNumber: string
タイトル:
Primary Phone読取り専用:trueノートを作成したユーザーの電話番号。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date読取り専用:trueレコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:64レコードを最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login読取り専用:true最大長:32レコードを最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
NoteId: integer (int64)
タイトル:
Note ID読取り専用:trueノートの一意の識別子。 -
NoteNumber: string
最大長:
30システムが生成されるか、外部システム(ユーザー・キー)から取得されます。 -
NoteTitle: string
タイトル:
Title最大長:500ユーザーがノートのタイトルを指定しました。 -
NoteTxt: 文字列(バイト)
タイトル:
Noteノートの実際のテキストを保存するカラム。 -
NoteTypeCode: string
タイトル:
Type最大長:30ノートのカテゴリ化のノート・タイプ・コード。 -
ParentNoteId: integer (int64)
タイトル:
Parent Note ID親ノートの一意の識別子。 -
PartyId: integer (int64)
タイトル:
Party ID読取り専用:trueパーティの一意識別子 -
PartyName: string
タイトル:
Author読取り専用:true最大長:360パーティの名前。 -
SourceObjectCode: string
タイトル:
Related Object Type最大長:30OBJECTS Metadataで定義されたソース・オブジェクトのsource_object_code。 -
SourceObjectId: string
タイトル:
Related Object最大長:64OBJECTS Metadataで定義されたソース・オブジェクト(アクティビティ、商談など)のsource_object_Uid。 -
UpdateFlag: boolean
タイトル:
Update Indicator読取り専用:trueレコードを更新するためのアクセス権がユーザーに付与されているかどうかを示します。 -
VisibilityCode: string
タイトル:
Private最大長:30デフォルト値:INTERNALノートの表示レベルを指定する属性。
ネストされたスキーマ : hubPersons-Relationship-item-response
タイプ:
ソースを表示
object-
BackwardRole: string
タイトル:
Backward Role読取り専用:true関係の記述に使用されるバック・ワード関係コード。 たとえば、SUPPLIER_OFです。 -
Comments: string
タイトル:
Comments最大長:2000この関係のユーザー・コメント。 -
ConflictId: integer (int64)
デフォルト値:
0競合の一意の識別子。 -
CreatedBy: string
タイトル:
Created By読取り専用:true最大長:64レコードを作成したユーザー。 -
CreatedByModule: string
タイトル:
Created by Application最大長:30デフォルト値:HZ_WSレコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日時。 -
DependentFlag: string
タイトル:
Dependent Indicator最大長:1デフォルト値:N1つのパーティが別のパーティに依存しているかどうかを示します。 -
DirectionCode: string
読取り専用:
true最大長:30DIRECTION_CODE参照タイプによって検証されたレコード。 親の場合はP、子の場合はC、方向でない場合はN。 -
EndDate: 文字列(日付)
タイトル:
To Date関係が終了する日付。 -
HeadOfHouseholdFlag: string
タイトル:
Head of Household Indicator最大長:1デフォルト値:N個人が所属する世帯主であるかどうかを示します。 -
InfluenceLevel: string
タイトル:
Influence Level販売担当者が購買関係に与える影響。 サンプル値は、内部円、政治構造、なしです。 -
JobDefinitionName: string
最大長:
100ジョブ名の定義。 -
JobDefinitionPackage: string
最大長:
900ジョブ・パッケージの定義。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date読取り専用:trueレコードが最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By読取り専用:true最大長:64レコードを最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login読取り専用:true最大長:32担当者レコードを最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
ObjectPartyId: integer (int64)
この関係にあるオブジェクトの主キー識別子。 ObjectPartyId、ObjectPartyNumber、およびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。
-
ObjectPartyName: string
タイトル:
Object Party Name読取り専用:true最大長:360関係のオブジェクト・パーティの名前。 -
ObjectPartyNumber: string
タイトル:
Object Registry ID最大長:30関係のオブジェクト・パーティの一意の識別番号。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。 -
ObjectSourceSystem: string
タイトル:
Object Source System関係のオブジェクト・パーティの外部ソース・システムの名前で、システム設定の一部として管理者が定義します。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。 -
ObjectSourceSystemReferenceValue: string
タイトル:
Object Source System Reference外部ソース・システムからの関係におけるオブジェクト・パーティの識別子。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。 -
ObjectTableName: string
最大長:
30この関係のオブジェクト・パーティのソース表名。 -
ObjectType: string
最大長:
30担当者のオブジェクト・タイプ。 -
ObjectUsageCode: string
最大長:
30関係におけるオブジェクト・パーティの使用コード。 -
ObjectVersionNumber: 整数(int32)
ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
-
ObjectVersionNumber1: 整数(int32)
読取り専用:
trueこの属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、最後の問合せ以降に別のセッションによって行が更新されたかどうかが検出されます。 -
ObjectVersionNumber2: 整数(int32)
読取り専用:
trueこの属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、最後の問合せ以降に別のセッションによって行が更新されたかどうかが検出されます。 -
PartyId: integer (int64)
読取り専用:
trueパーティの一意識別子 -
PartyId1: integer (int64)
読取り専用:
trueパーティの代替一意識別子。 -
PercentageOwnership: number
タイトル:
Ownership Percentage親エンティティが所有する子エンティティのパーセンテージ。 -
PreferredContactFlag: boolean
最大長:
10デフォルト値:falseこの担当者個人が顧客のプライマリ担当者であるかどうかを示します。 受け入れられる値はYおよびNです。 デフォルト値はNです。 -
PrimaryCustomerFlag: boolean
最大長:
10デフォルト値:falseこの顧客が担当者のプライマリ顧客かどうかを示します。 受け入れられる値はYおよびNです。 デフォルト値はNです。 -
RelationshipCode: string
タイトル:
Relationship Code最大長:30これがフォワード関係コードかバック・ワード関係コードかを示します。 有効な関係コードのリストは、参照PARTY_RELATIONS_TYPEで定義されます。 設定およびメンテナンス・タスクの関係参照の管理を使用して、コードをレビューおよび更新します。 -
RelationshipId: integer (int64)
読取り専用:
true関係の一意の識別子。 -
RelationshipRecId: integer (int64)
関係レコードの一意の識別子。
-
RelationshipSourceSystem: string
システム設定の一部として管理者が定義する、関係の外部ソース・システムの名前。
-
RelationshipSourceSystemReferenceValue: string
外部ソース・システムとの関係の識別子。
-
RelationshipType: string
タイトル:
Relationship Type最大長:30関係タイプ名。 たとえば、CUSTOMER_SUPPLIERです。 有効な関係タイプのリストは、参照HZ_RELATIONSHIP_TYPEで定義されます。 設定およびメンテナンス・タスクの関係参照の管理を使用して、コードをレビューおよび更新します。 -
RequestId: integer (int64)
要求トの一意の識別子。
-
Role: string
タイトル:
Roleサブジェクト・パーティとオブジェクト・パーティ間のロール。 -
SSROwnerTableName: string
読取り専用:
true最大長:255デフォルト値:HZ_PARTIESレコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。 -
StartDate: 文字列(日付)
タイトル:
From Date関係が設定された日付。 デフォルトはシステム日付です。 -
Status: string
読取り専用:
true最大長:1デフォルト値:Aこれがアクティブまたは非アクティブの関係であるかどうかを示します。 Aはアクティブ、Iは非アクティブ。 これは内部列であり、値を渡すことはできません。 有効な値のリストは、参照HZ_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。 -
SubjectPartyId: integer (int64)
この関係のサブジェクトの主キー識別子。 SubjectPartyId、SubjectPartyNumber、およびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。
-
SubjectPartyName: string
タイトル:
Subject Party Name読取り専用:true最大長:360件名パーティの名前。 -
SubjectPartyNumber: string
タイトル:
Subject Registry ID最大長:30関係のサブジェクト・パーティの代替キー識別子。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。 -
SubjectSourceSystem: string
タイトル:
Subject Source System関係のサブジェクト・パーティの外部ソース・システムの名前で、システム設定の一部として管理者が定義します。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。 -
SubjectSourceSystemReferenceValue: string
タイトル:
Subject Source System Reference外部ソース・システムからの関係のサブジェクト・パーティの識別子。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。 -
SubjectTableName: string
最大長:
30件名のソース表。 -
SubjectType: string
最大長:
30担当者の件名タイプ。 -
SubjectUsageCode: string
最大長:
30担当者のサブジェクト・パーティの使用コード。
ネストされたスキーマ : hubPersons-SourceSystemReference-item-response
タイプ:
ソースを表示
object-
ConflictId: integer (int64)
デフォルト値:
0競合の一意の識別子。 この番号は、webサービスを消費するモバイル・アプリケーションまたはポータブル・アプリケーションで使用されます。 -
CreatedBy: string
読取り専用:
true最大長:64行を作成したユーザー。 -
CreatedByModule: string
デフォルト値:
HZ_WSレコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。 -
CreationDate: string (date-time)
タイトル:
Creation Date読取り専用:trueレコードが作成された日時。 -
EndDate: 文字列(日付)
レコードの終了日。
-
LastUpdateDate: string (date-time)
読取り専用:
true行が最後に更新された日時。 -
LastUpdatedBy: string
読取り専用:
true最大長:64行を最後に更新したユーザー。 -
LastUpdateLogin: string
読取り専用:
true最大長:32行を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
ObjectVersionNumber: 整数(int32)
ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
-
PartyId: integer (int64)
取引先、担当者または世帯の一意の識別子。
-
PartyNumber: string
タイトル:
Party Numberアカウント、担当者または世帯の公開一意識別子。 非アクティブなレコードは更新できません。 -
PartySourceSystem: string
タイトル:
Party Source System取引先、担当者および世帯のソース・システム名。 -
PartySourceSystemReferenceValue: string
タイトル:
Party Source System Reference Value外部ソース・システムからのレコードの識別子。 -
SourceSystem: string
タイトル:
Source System最大長:30ソース・システム名。 -
SourceSystemReferenceId: integer (int64)
読取り専用:
true順次生成された識別子。 -
SourceSystemReferenceValue: string
最大長:
255ソース・システム論理エンティティのソース・システムID。 -
StartDate: 文字列(日付)
ソース・システムの開始日。
-
Status: string
最大長:
1デフォルト値:A参照のステータス。 Aはアクティブ。 マッピングが無効です。 非アクティブの場合。 マッピングが無効です。 デフォルトは、アクティブの場合はAです。
ネストされたスキーマ : hubPersons-UsageAssignment-item-response
タイプ:
ソースを表示
object-
Comments: string
タイトル:
Comments最大長:2000使用割当のユーザー・コメント。 -
CreatedBy: string
読取り専用:
true最大長:64行を作成したユーザー。 -
CreatedByModule: string
最大長:
30デフォルト値:ORA_ZCH_WSモジュールを作成したユーザー。 -
CreationDate: string (date-time)
読取り専用:
trueレコードが作成された日時。 -
EndDate: 文字列(日付)
タイトル:
To Date行が有効になる日付範囲の終了日を示します。 -
LastUpdateDate: string (date-time)
読取り専用:
trueレコードが最後に更新された日付。 -
LastUpdatedBy: string
読取り専用:
true最大長:64レコードを最後に更新したユーザー。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
PartyId: integer (int64)
読取り専用:
trueパーティ使用目的が割り当てられているパーティの一意の識別子。 -
PartyUsageAssignmentId: integer (int64)
読取り専用:
trueパーティ使用目的割当の一意の識別子。 -
PartyUsageCode: string
タイトル:
Party Usage Code最大長:30パーティに割り当てられたパーティ使用目的の一意の識別子。 -
StartDate: 文字列(日付)
タイトル:
From Date行が有効になる日付範囲の開始時点の日付を示します。 -
StatusFlag: boolean
読取り専用:
true最大長:1デフォルト値:true遷移ルールの元割当をソフト削除するための内部使用です。 割当APIではこの列は公開されません。 ただし、割当て表に対する問合せは、status_flag = 'A'である必要があります。
リンク
- findDuplicates
-
重複するハブ・パーソンを検索するには、データ品質重複識別を使用します。 このメソッドは、重複するハブ・パーソンのリストを返します。
例:
次の例は、RESTリソースに対してGETリクエストを発行して、すべてのハブ・パーソンを取得する方法を示しています。
cURLコマンド
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons \ -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json' | json_pp
レスポンス本文の例
次の例は、JSON形式のレスポンス本文のコンテンツを示しています。
{
"items": [
{
"PartyId": 300100015782193,
"PartyNumber": "CDRM_7798",
"PersonName": "Alise ZHRX-AU-W-1HSB14",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:03:55.055+00:00",
"LastUpdateDate": "2013-01-01T18:29:15.025+00:00",
"LastUpdatedBy": "FUSION_APPS_CRM_SOA_APPID",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Alise",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-1HSB14",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015960766",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0002000000027372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7798/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782199,
"PartyNumber": "CDRM_7800",
"PersonName": "Melissa Joan ZHRX-AU-W-2PB1",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:06:47.059+00:00",
"LastUpdateDate": "2021-07-07T14:11:57.012+00:00",
"LastUpdatedBy": "hcm.user@oracle.com",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Melissa",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-2PB1",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": "Joan",
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015964239",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0002000000037372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7800/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782208,
"PartyNumber": "CDRM_7806",
"PersonName": "Lilly ZHRX-AU-W-2PB7",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:15:19.064+00:00",
"LastUpdateDate": "2013-01-01T19:01:37.017+00:00",
"LastUpdatedBy": "FUSION_APPS_CRM_SOA_APPID",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Lilly",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-2PB7",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015969673",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0002000000027372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7806/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782220,
"PartyNumber": "CDRM_7816",
"PersonName": "Julie Marie ZHRX-AU-Smith",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:28:06.077+00:00",
"LastUpdateDate": "2021-07-07T14:05:42.011+00:00",
"LastUpdatedBy": "hcm.user@oracle.com",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Julie",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-Smith",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": "Marie",
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015983038",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0002000000037372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7816/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782223,
"PartyNumber": "CDRM_7818",
"PersonName": "Callie ZHRX-AU-W-2SB1",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:30:34.061+00:00",
"LastUpdateDate": "2013-01-01T19:12:26.051+00:00",
"LastUpdatedBy": "FUSION_APPS_CRM_SOA_APPID",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Callie",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-2SB1",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015984511",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E0002000000027372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7818/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782226,
"PartyNumber": "CDRM_7819",
"PersonName": "Amelia Eva ZHRX-AU-W-3SB5",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T01:31:41.061+00:00",
"LastUpdateDate": "2021-07-07T13:18:36.024+00:00",
"LastUpdatedBy": "hcm.user@oracle.com",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Amelia",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-3SB5",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": "Eva",
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100015986245",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0002000000037372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7819/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4145,
"PartyNumber": "2510",
"PersonName": "Gail White",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1002121",
"CreationDate": "2001-06-27T13:15:10+00:00",
"LastUpdateDate": "2001-06-27T13:15:10+00:00",
"LastUpdatedBy": "1002121",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Gail",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "White",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MS.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "48 Beach Lane",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "San Mateo",
"Country": "US",
"County": "San Mateo",
"FloorNumber": null,
"PostalCode": "94403",
"PostalPlus4Code": null,
"Province": null,
"State": "CA",
"AddressNumber": "2098",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": "BILL_TO",
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2510/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4151,
"PartyNumber": "2516",
"PersonName": "Frank Banister",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1002121",
"CreationDate": "2001-06-27T14:19:22+00:00",
"LastUpdateDate": "2001-06-27T14:19:22+00:00",
"LastUpdatedBy": "1002121",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Frank",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Banister",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "56 Good Street",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "San Francisco",
"Country": "US",
"County": "San Francisco",
"FloorNumber": null,
"PostalCode": "94105",
"PostalPlus4Code": null,
"Province": null,
"State": "CA",
"AddressNumber": "2104",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": "BILL_TO",
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2516/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4193,
"PartyNumber": "2562",
"PersonName": "Geraldine Evans",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001775",
"CreationDate": "2001-06-28T22:26:10+00:00",
"LastUpdateDate": "2001-06-28T22:26:10+00:00",
"LastUpdatedBy": "1001775",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Geraldine",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Evans",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MISS",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2562/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4195,
"PartyNumber": "2564",
"PersonName": "Olivia Evans",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001775",
"CreationDate": "2001-06-28T22:27:17+00:00",
"LastUpdateDate": "2001-06-28T22:27:17+00:00",
"LastUpdatedBy": "1001775",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Olivia",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Evans",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MS.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2564/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4203,
"PartyNumber": "2572",
"PersonName": "Frank Lloyd",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001252",
"CreationDate": "2001-06-29T08:49:52+00:00",
"LastUpdateDate": "2001-06-29T08:49:52+00:00",
"LastUpdatedBy": "1001252",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Frank",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Lloyd",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2572/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4211,
"PartyNumber": "2580",
"PersonName": "Evonne Gill",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1349",
"CreationDate": "2001-06-29T11:38:08+00:00",
"LastUpdateDate": "2001-06-29T11:38:08+00:00",
"LastUpdatedBy": "1349",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Evonne",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Gill",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MISS",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2580/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4219,
"PartyNumber": "2588",
"PersonName": "Koby Bing",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1349",
"CreationDate": "2001-06-29T15:18:22+00:00",
"LastUpdateDate": "2001-06-29T15:18:22+00:00",
"LastUpdatedBy": "1349",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Koby",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Bing",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2588/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4223,
"PartyNumber": "2592",
"PersonName": "Mike Adams",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001281",
"CreationDate": "2001-06-29T15:40:55+00:00",
"LastUpdateDate": "2001-06-29T15:40:55+00:00",
"LastUpdatedBy": "1001281",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Mike",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Adams",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2592/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782249,
"PartyNumber": "CDRM_7827",
"PersonName": "Anne ZHRX-AU-W-2HB5",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T02:25:58.063+00:00",
"LastUpdateDate": "2012-12-27T02:25:58.921+00:00",
"LastUpdatedBy": "FUSION_APPS_CRM_SOA_APPID",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Anne",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-2HB5",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100016012059",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7827/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4259,
"PartyNumber": "2629",
"PersonName": "Iman Woods",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001281",
"CreationDate": "2001-07-02T19:01:42+00:00",
"LastUpdateDate": "2001-07-02T19:01:42+00:00",
"LastUpdatedBy": "1001281",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Iman",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Woods",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2629/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4265,
"PartyNumber": "2635",
"PersonName": "Jay Lee",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1001252",
"CreationDate": "2001-07-02T19:09:02+00:00",
"LastUpdateDate": "2001-07-02T19:09:02+00:00",
"LastUpdatedBy": "1001252",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Jay",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Lee",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": "650-506 3986",
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2635/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4297,
"PartyNumber": "2667",
"PersonName": "Scott Tiger",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "0",
"CreationDate": "2001-07-03T13:44:31+00:00",
"LastUpdateDate": "2001-07-03T13:48:19+00:00",
"LastUpdatedBy": "0",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Scott",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Tiger",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": "+1 (800) 5558355",
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2667/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 300100015782252,
"PartyNumber": "CDRM_7829",
"PersonName": "Jarrod Lachlan ZHRX-AU-W-2HB7",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": "PERSON_USER_SERVICE",
"CreatedBy": "FUSION_APPS_CRM_SOA_APPID",
"CreationDate": "2012-12-27T02:30:08.060+00:00",
"LastUpdateDate": "2021-07-07T13:13:23.013+00:00",
"LastUpdatedBy": "hcm.user@oracle.com",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Jarrod",
"Gender": null,
"HeadOfHouseholdFlag": null,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "ZHRX-AU-W-2HB7",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": "Lachlan",
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MR.",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": "FUSION_HCM",
"SourceSystemReferenceValue": "300100016014536",
"AddressType": null,
"PartyUsageCode": "HR_EMPLOYEE",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": null,
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E0002000000027372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/CDRM_7829/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4784,
"PartyNumber": "3175",
"PersonName": "MR Silvio Del Toro",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1000354",
"CreationDate": "2001-08-13T17:27:14+00:00",
"LastUpdateDate": "2001-08-13T17:27:14+00:00",
"LastUpdatedBy": "1000354",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Silvio",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Del Toro",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MR",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": null,
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": null,
"Country": null,
"County": null,
"FloorNumber": null,
"PostalCode": null,
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": null,
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": "214-555-9090",
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E000778"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3175/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4804,
"PartyNumber": "3195",
"PersonName": "MRS Marieke Velden van",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "2047",
"CreationDate": "2001-08-14T06:05:19+00:00",
"LastUpdateDate": "2001-08-14T06:05:19+00:00",
"LastUpdatedBy": "2047",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Marieke",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Velden van",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MRS",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "Herengracht 1000",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "Amsterdam",
"Country": "NL",
"County": "Nederland",
"FloorNumber": null,
"PostalCode": "1000 AB",
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": "2474",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000027371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3195/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 5030,
"PartyNumber": "3421",
"PersonName": "MS Danielle Gasper",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "2044",
"CreationDate": "2001-09-06T23:20:45+00:00",
"LastUpdateDate": "2001-09-06T23:20:45+00:00",
"LastUpdatedBy": "2044",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Danielle",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Gasper",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": "MS",
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "Boulevard Jaur??s 100",
"Address2": null,
"Address3": "75015 Paris",
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "PARIS",
"Country": "FR",
"County": null,
"FloorNumber": null,
"PostalCode": "75015",
"PostalPlus4Code": null,
"Province": null,
"State": null,
"AddressNumber": "2661",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": null,
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000027371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/3421/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 3910,
"PartyNumber": "2269",
"PersonName": "Maggie Quan",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "0",
"CreationDate": "2001-07-18T15:21:12+00:00",
"LastUpdateDate": "2001-07-18T15:21:12+00:00",
"LastUpdatedBy": "0",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Maggie",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Quan",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": null,
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "8475 Elk Grove Road",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "New York",
"Country": "US",
"County": "New York",
"FloorNumber": null,
"PostalCode": "10292",
"PostalPlus4Code": null,
"Province": null,
"State": "NY",
"AddressNumber": "1782",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": "BILL_TO, SHIP_TO",
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": "+1 (800) 5558355",
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2269/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4427,
"PartyNumber": "2811",
"PersonName": "John Gregory",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1000689",
"CreationDate": "2001-07-25T09:02:38+00:00",
"LastUpdateDate": "2018-07-10T12:13:57.613+00:00",
"LastUpdatedBy": "autouisla1",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "John",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Gregory",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MR.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": 300100033366407,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "600 Oracle Parkway",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "Redwood Shores",
"Country": "US",
"County": null,
"FloorNumber": null,
"PostalCode": "94065",
"PostalPlus4Code": null,
"Province": null,
"State": "CA",
"AddressNumber": "2226",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": "BILL_TO",
"PartyUsageCode": "CUSTOMER_CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": "CDRM_71368",
"OrganizationPartyName": "Pyramid Systems",
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2811/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
},
{
"PartyId": 4343,
"PartyNumber": "2713",
"PersonName": "Warren Davis",
"UniqueNameSuffix": null,
"Status": "A",
"CreatedByModule": null,
"CreatedBy": "1002121",
"CreationDate": "2001-07-31T13:13:07+00:00",
"LastUpdateDate": "2001-07-31T13:13:08+00:00",
"LastUpdatedBy": "1002121",
"ThirdPartyFlag": null,
"ValidatedFlag": null,
"AcademicTitle": null,
"CertificationLevel": null,
"CertificationReasonCode": null,
"Comments": null,
"ContactRole": null,
"CorpCurrencyCode": null,
"CurcyConvRateType": null,
"CurrencyCode": null,
"DataCloudStatus": null,
"DateOfBirth": null,
"DateOfDeath": null,
"DeceasedFlag": false,
"DeclaredEthnicity": null,
"Department": null,
"DepartmentCode": null,
"DoNotCallFlag": false,
"DoNotContactFlag": false,
"DoNotEmailFlag": false,
"DoNotMailFlag": false,
"FirstName": "Warren",
"Gender": null,
"HeadOfHouseholdFlag": false,
"HouseholdIncomeAmount": null,
"HouseholdSize": null,
"Initials": null,
"TaxpayerIdentificationNumber": null,
"JobTitle": null,
"JobTitleCode": null,
"LastContactDate": null,
"LastEnrichmentDate": null,
"LastName": "Davis",
"LastNamePrefix": null,
"MaritalStatus": null,
"MaritalStatusEffectiveDate": null,
"MiddleName": null,
"NameSuffix": null,
"PersonalIncomeAmount": null,
"Title": null,
"PlaceOfBirth": null,
"PreviousLastName": null,
"PreferredContactMethod": null,
"PreferredFunctionalCurrency": null,
"RegistrationStatus": null,
"RentOrOwnIndicator": null,
"SalesAffinityCode": null,
"SalesBuyingRoleCode": null,
"Salutation": null,
"SalutoryIntroduction": "MS.",
"SecondLastName": null,
"DataConfidenceScore": null,
"LastScoreUpdateDate": null,
"DuplicateIndicator": null,
"CompletenessScore": null,
"ValidityScore": null,
"EnrichmentScore": null,
"RecencyScore": null,
"CleanlinessScore": null,
"DuplicateScore": null,
"TimezoneCode": null,
"OrganizationPartyId": null,
"AddressElementAttribute1": null,
"AddressElementAttribute2": null,
"AddressElementAttribute3": null,
"AddressElementAttribute4": null,
"AddressElementAttribute5": null,
"Address1": "500 Sixth Street",
"Address2": null,
"Address3": null,
"Address4": null,
"AddressLinesPhonetic": null,
"Building": null,
"City": "San Francisco",
"Country": "US",
"County": "San Francisco",
"FloorNumber": null,
"PostalCode": "94100",
"PostalPlus4Code": null,
"Province": null,
"State": "CA",
"AddressNumber": "2335",
"Mailstop": null,
"SourceSystem": null,
"SourceSystemReferenceValue": null,
"AddressType": "BILL_TO, SHIP_TO",
"PartyUsageCode": "CONTACT",
"RawHomePhoneNumber": null,
"HomePhoneVerificationStatus": null,
"HomePhoneVerificationDate": null,
"RawMobilePhoneNumber": null,
"MobilePhoneVerificationStatus": null,
"MobilePhoneVerificationDate": null,
"RawWorkPhoneNumber": null,
"WorkPhoneVerificationStatus": null,
"WorkPhoneVerificationDate": null,
"EmailAddress": "sendmail-test-discard@oracle.com",
"EmailVerificationStatus": null,
"EmailVerificationDate": null,
"OrganizationPartyNumber": null,
"OrganizationPartyName": null,
"OrganizationSourceSystem": null,
"OrganizationSourceSystemReferenceValue": null,
"PersonDEO_OPACustomTestParent_OPACOContact_c": null,
"PersonDEO_OPACustomTestParent_OPACOContact_Id_c": null,
"PersonDEO_CustomText_c": null,
"PersonDEO_CustomNumber_c": null,
"PersonDEO_CustomDate_c": null,
"PersonDEO_CustomDatetime_c": null,
"PersonDEO_CustomFlag_c": null,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713",
"name": "hubPersons",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E00020000000178"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713",
"name": "hubPersons",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/AdditionalIdentifier",
"name": "AdditionalIdentifier",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/AdditionalName",
"name": "AdditionalName",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/Address",
"name": "Address",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/Attachment",
"name": "Attachment",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/ContactPoint",
"name": "ContactPoint",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/CustomerClassification",
"name": "CustomerClassification",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/Note",
"name": "Note",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/PersonDEO_ContactActualChildCollection_c",
"name": "PersonDEO_ContactActualChildCollection_c",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"name": "PersonDEO_OPACustomTestChild2_OPAContactChildCO_Tgt",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/Relationship",
"name": "Relationship",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/SourceSystemReference",
"name": "SourceSystemReference",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/2713/child/UsageAssignment",
"name": "UsageAssignment",
"kind": "collection"
}
]
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons",
"name": "hubPersons",
"kind": "collection"
},
{
"rel": "action",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubPersons/action/findDuplicates",
"name": "findDuplicates",
"kind": "other"
}
]
}