すべての個人の取得
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
最大長:15
CRM拡張フレームワークで使用される企業通貨コード。 これは、プロファイル・オプション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
最大長:30
Data-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 Date
Eメール・アドレスが最後に検証された日付。 -
EmailVerificationStatus: string
タイトル:
Email Verification Status
最大長:30
Eメール・アドレス検証のステータス・コード。 参照に基づく値は、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
最大長:30
Mr.、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
最大長:60
Donや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
最大長:60
Donや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
最大長:4000
webページ・タイプ添付の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
最大長:30
Eメールの目的。 -
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
最大長:30
PHONE担当者を使用する目的を定義します。 受け入れられる値は、参照タイプ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
最大長:30
IM担当者を使用する目的を定義します。 受け入れられる値は、参照タイプ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
最大長:30
WEB担当者を使用する目的を定義します。 受け入れられる値は、参照タイプ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
最大長:30
OBJECTS Metadataで定義されたソース・オブジェクトのsource_object_code。 -
SourceObjectId: string
タイトル:
Related Object
最大長:64
OBJECTS 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
デフォルト値:N
1つのパーティが別のパーティに依存しているかどうかを示します。 -
DirectionCode: string
読取り専用:
true
最大長:30
DIRECTION_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" } ] }