機械翻訳について

すべての組織の取得

get

/crmRestApi/resources/11.13.18.05/hubOrganizations

リクエスト

問合せパラメータ
  • このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees,Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
  • このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。

    フォーマット : ?fields=Attribute1,Attribute2

    子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2
  • コレクションを検索するための事前定義済ファインダとして使用されます。

    フォーマット : ?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;外部ソース・システムからのこのレコードの識別子。
  • このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
  • このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>

    例:
    self,canonical
  • リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
  • リソース・アイテム・ペイロードは、データのみを含めるようにフィルタされます(リンク・セクションなどは含まれません)。
  • このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:descです
  • この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;Loc!=NY

    フォーマット : ?q=expression1;expression2

    次の問合せ可能属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
    • AccountScore; integer; ユーザーによってカスタム基準に基づいて割り当てられたスコア。
    • AccountScoringTier; string; ユーザーによってカスタム基準に基づいて割り当てられた階層。
    • 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などのアドレスのタイプとしての追加情報。
    • AnalysisFiscalYear; string; 財務情報のソースとして使用される会計年度。
    • BankCode; string; 通常は規制の目的で、複数の国の銀行を識別するために使用されるコード。
    • BankOrBranchNumber; string;銀行の銀行番号および銀行ブランチのブランチ番号。主に米国の銀行ブランチのABA番号。
    • BranchCode; string; 通常は規制の目的で、複数の国の銀行支店を識別するために使用されるコード。
    • BranchFlag; boolean。これがブランチのロケーションであるかどうかを示します。 ブランチ事業所の場合はY、その他すべての事業所の場合はN。
    • 建物;文字列;指定された住所の特定の建物名または番号。
    • BusinessScope; string; ローカル、国内、国際など、組織が属するビジネス・クラス。
    • CEOName; string;組織の最高経営責任者の名前。
    • CEOTitle; string;最高経営責任者の正式なタイトル。
    • CertificationLevel; string;組織の証明レベル。 有効な証明レベル・コードのリストは、参照HZ_PARTY_CERT_LEVELを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
    • CertificationReasonCode; string;組織の現在の証明レベル割当の事由。 有効な証明事由コードのリストは、参照HZ_PARTY_CERT_REASONを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
    • City; string; addressのcity要素。
    • CleanlinessScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=クリーン・ネス。
    • コメント、文字列。組織のユーザー・コメント。
    • CompletenessScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=完全性。
    • CongressionalDistrictCode; string; アカウントの米国下院議員選挙区コード。
    • ControlYear; number;現在の所有権が組織の制御を取得した年。
    • CorpCurrencyCode; string; CRM拡張フレームワークで使用される企業通貨コード。 これは、プロファイル・オプションZCA_COMMON_CORPORATE_CURRENCYで設定された値にデフォルト設定されます。
    • CorporationClass; string; USの第S章などの企業エンティティの課税分類。
    • 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で定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
    • CurrentFiscalYearPotentialRevenueAmount; number。現在の会計年度中に組織が獲得できる見積収益。
    • DUNSCreditRating; string;ダン・アンド・ブラッド・ストリート信用格付け。
    • DUNSNumber; string;自由形式テキスト形式のDUNS番号。 値は9桁の数字に制限されません。
    • DataCloudStatus; string; Data-as-a-Serviceからの担当者レコードのエンリッチメント・ステータス。 有効な値のリストは、参照DATA_CLOUD_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
    • DataConfidenceScore; integer; 特定のレコードのデータ品質レベルを示す全体的なデータ信頼度スコア。
    • DatafoxCompanyId; string; DataFoxから一致したレコードの識別子を示します。
    • 説明;文字列;ロケーションの説明。
    • DisadvantageIndicator; string; 組織がタイトル8Aで米国政府に不利と見なされるかどうかを示します。 値がはいの場合、組織はタイトル8Aの下では不利とみなされます。 デフォルト値は、Noです。
    • DisplayedDUNSPartyId; integer;ブランチ事業所情報が使用できない場合に情報を表示する必要があるDun and Bradstreet本社事業所である組織の一意の識別子を示します。
    • DoNotConfuseWith; string; 同じような名前の組織があることを示します。
    • DomesticUltimateDUNSNumber; string;国内最上位のDUNS番号。 国内最上位は、組織階層内の同じ国の最上位メンバーです。 組織は、独自の国内最上位にすることができます。
    • DuplicateIndicator; string; 特定のシナリオにおけるレコードの重複ステータスを示します。
    • DuplicateScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=重複。
    • EmailAddress; string; 組織の担当者のEメール・アドレス。
    • EmployeesAtPrimaryAddress; string;プライマリ住所の見積従業員数を計算する修飾子。 有効なクオリファイア・コードのリストは、参照EMP_AT_PRIMARY_ADR_EST_INDを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
    • EmployeesAtPrimaryAddressEstimation; string; プライマリ・アドレスの推定最小従業員数。 受け入れられる値のリストは、参照タイプEMP_AT_PRIMARY_ADR_MIN_INDで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通参照の管理タスクを使用して、値をレビューおよび更新します。
    • EmployeesAtPrimaryAddressMinimum; string;プライマリ住所での従業員の計算を最低限評価するクオリファイア。
    • EmployeesAtPrimaryAddressText; string; テキスト形式の参照先住所の従業員数。
    • EmployeesTotal; number;組織内の従業員の合計数。
    • EnquiryDUNS; string; Dun and Bradstreetデータの問合せに使用される識別子。 所在地がブランチの場合、一部の国では本社のDUNS番号を使用して問合せが実行されます。
    • EnrichmentScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=エンリッチメント。
    • ExportIndicator; string; 組織がエクスポータかどうかを示します。 値がYの場合、組織はエクスポート業者になります。 デフォルト値はNです。
    • FiscalYearendMonth; string; 組織の会計年度の最終月。 受け入れられる値のリストは、参照タイプMONTHで定義されます。
    • FloorNumber; string;建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。
    • GeneralServicesAdministrationFlag; boolean;組織が一般サービス管理(GSA)でサポートされている米国連邦政府機関であるかどうかを示します。 値がYの場合、組織はGSAでサポートされます。 デフォルト値はNです。
    • GlobalUltimateDUNSNumber; string; グローバル最上位のDUNS番号。 グローバル最上位は、組織の階層内の最上位のメンバーです。 組織は、独自のグローバル最上位にすることができます。
    • GrowthStrategyDescription; string;ユーザー定義の成長戦略の説明。
    • HQBranchIndicator; string; HQ、ブランチ、単一のロケーションなど、このサイトのステータス。 受け入れられる値のリストは、参照タイプHQ_BRANCH_INDで定義されます。
    • HomeCountry; string;組織の自国。
    • ImportIndicator; string; 組織がインポータかどうかを示します。 値がYの場合、組織はインポート業者になります。 デフォルト値はNです。
    • キーワード、文字列。アカウントのトップ・キーワード。
    • LaborSurplusIndicator; string;組織が労働余剰のある領域で動作するかどうかを示します。 値がYの場合、組織は労働余剰があるエリアで活動します。 デフォルト値はNです。
    • LastEnrichmentDate; string; レコードが最後にエンリッチされた日付。
    • LastScoreUpdateDate; string; このレコードの最後のデータ信頼度スコアが計算された時間を示します。
    • LastUpdateDate; string; レコードが最後に更新された日付。
    • LastUpdatedBy; string; レコードを最後に更新したユーザー。
    • LegalStatus; string;パートナシップや企業など、組織の法的構造。
    • LineOfBusiness; string; このサイトで実行されるビジネス・アクティビティのタイプ。
    • LocalActivityCode; string; ローカル・アクティビティ分類コード。
    • LocalActivityCodeType; string; ローカル・アクティビティ分類コードのタイプ。
    • LocalBusinessIdentifier;文字列。商工会議所などの政府機関によって企業に割り当てられた一意の識別子、またはその他の権限。 アメリカ以外の国でもよく使われる。
    • LocalBusinessIdentifierType; string;イタリアの商工会議所番号、台湾の政府登録番号など、国内で最も一般的なビジネス識別子を表す参照。 受け入れられる値のリストは、参照タイプLOCAL_BUS_IDEN_TYPEで定義されます。
    • Mailstop; string;組織内のメール・ドロップ・ポイントを示すユーザー定義コード。
    • MinorityOwnedIndicator; string; 組織が主として少数民族または人種的少数民族によって所有されるかどうかを示します。 値がYの場合、組織は民族または人種少数民族によって所有されます。会社は主に民族または人種少数民族によって所有されます。 デフォルト値はNです。
    • MinorityOwnedType; string;少数民族所有企業のタイプ。
    • MissionStatement; string;ユーザー定義のテキスト形式の組織の法人憲章。
    • NextFiscalYearPotentialRevenueAmount; number;次の会計年度中に取得される組織の見積収益。
    • OrganizationName; string;組織の名前。
    • OrganizationSize; string; 収益、従業員数などに基づく組織のサイズ。
    • OrganizationType; string;組織のタイプ。
    • OutOfBusinessIndicator; string; 組織が業務外であるかどうかを示します。 値がYの場合、組織はビジネス外です。 デフォルト値はNです。
    • ParentDUNSNumber; string;組織のDUNS番号または組織の資本株式の大半の利害関係を所有する親エンティティ。 親エンティティは、別の会社の子会社にすることができます。 親にもブランチがある場合は、親会社と同様に本社とみなされます。 本社は、部署や部署が直属の部署を持ち、それらの部署や部署に対して財務的に責任を負う事業所です。 本社が別の会社が所有する資本株式の50%を超える場合は、子会社でもあります。 別の会社の資本株の50%以上を所有している場合、親でもあります。
    • ParentOrSubsidiaryIndicator;文字列。組織が親か子会社かを示します。
    • PartyId; integer;組織の一意の識別子。
    • PartyNumber; string;組織パーティの一意の代替識別子。 プロファイル・オプションHZ_GENERATE_PARTY_NUMBERがTrueに設定されている場合、値を更新できます。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値と一意のシステム生成順序番号を連結した値です。 非アクティブなレコードは更新できません。
    • PartyUsageCode; string; この組織のパーティ使用目的コード。
    • PostalCode; string;正式な国全体の郵便番号システムで定義される郵便番号。
    • PostalPlus4Code; string; アメリカ合衆国の郵便番号の4桁の拡張子。
    • PreferredContactMethod; string; 組織の優先連絡メソッド。 受け入れられる値は、参照タイプHZ_PREFERRED_CONTACT_METHODで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
    • PreferredFunctionalCurrency; string; 組織のデフォルト通貨を示すコード。 有効な通貨コードのリストは、アプリケーション設定時に定義されます。
    • PrincipalName; string;組織内の最上位の個人の名前。
    • PrincipalTitle; string;組織内で最上位の個人のタイトル。
    • 地方;文字列;住所の地方要素。
    • PublicPrivateOwnershipFlag; boolean。組織がパブリックに所有されているか、プライベートに所有されているかを示します。 値がYの場合、組織は個人所有組織です。 デフォルト値はNです。
    • RawPhoneNumber; string;組織の書式なし電話番号。
    • RecencyScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=リーセンシ。
    • RegistrationType; string; 非営利団体など、登録のタイプを示します。 受け入れられる値は、参照タイプREGISTRATION_TYPEで定義されます。
    • RentOrOwnIndicator; string; この担当者が自分の住居を所有するか賃貸するかを示します。 賃借料、所有およびリースの有効な値のリストは、参照OWN_RENT_INDで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
    • SmallBusinessIndicator; string; 組織が中小企業とみなされるかどうかを示します。 値がYの場合、組織は中小企業とみなされます。 デフォルト値はNです。
    • SourceSystem; string; 組織パーティがインポートされる外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムで構成された値。
    • SourceSystemReferenceValue; string; 属性SourceSystemで指定された外部ソース・システムからの組織パーティの一意の識別子。
    • State; string; addressのstate要素。
    • ステータス、文字列。組織のステータスを示します。 これは内部的に使用される列で、値は参照HZ_STATUSで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
    • StockSymbol; string; 株式取引所にリストされている組織の株式記号。
    • TaxpayerIdentificationNumber; string; 米国における所得納税者IDや欧州の会計コードまたはNIFなど、組織の一意の識別子である納税者識別番号。
    • ThirdPartyFlag; boolean;組織がサード・パーティであるかどうかを示します。
    • TotalEmployeesEstimatedIndicator; string;従業員合計が見積もりかどうかを示します。 受け入れられる値は、参照タイプTOTAL_EMP_EST_INDで定義されます。
    • TotalEmployeesIndicator; string;従業員合計の計算に子会社が含まれるかどうかを示します。 受け入れられる値は、参照タイプTOTAL_EMPLOYEES_INDICATORで定義されます。
    • TotalEmployeesMinimumIndicator; string;数値が、従業員合計の最小数、最大数または平均数であるかどうかを示します。 受け入れられる値は、参照タイプTOTAL_EMP_MIN_INDで定義されます。
    • TotalEmployeesText; string; テキスト形式の従業員の合計数。
    • TotalPaymentAmount; number;支払経験の合計数。
    • TradingPartnerIdentifier; string;属性には、FSIO関連の取引先コードが格納されます。
    • URL、文字列、Uniform Resource Locator、または組織に関する情報を含むwebサイト。
    • UniqueNameAlias; string; 組織を内部的に識別するためにユーザーが取得する名前。
    • UniqueNameSuffix; string; 属性PartyUniqueNameの生成に使用されるサフィクス。 サフィクスがOrganizationName属性に連結され、PartyUniqueNameが生成されます。 プライマリ住所は、サフィクスとしてデフォルト設定されます。
    • ValidatedFlag; boolean;組織が検証されたかどうかを示します。
    • ValidityScore; integer; カテゴリの担当者またはアカウント・レコードの全体的なスコア=有効性。
    • WomanOwnedIndicator; string; 組織が主に女性が所有しているかどうかを示します。 値がYの場合、組織は主に女性によって所有されます。 デフォルト値はNです。
    • YearEstablished; integer; 組織が事業活動を開始した年。
    • YearIncorporated; integer; ビジネスが正式に組み込まれた年。
  • "?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。

この操作にはリクエスト本文がありません。

トップに戻る

応答

サポートされるメディア・タイプ

デフォルトのレスポンス

次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
本文( )
ルート・スキーマ : hubOrganizations
タイプ: object
ソースを表示
ネストされたスキーマ : アイテム
タイプ: array
タイトル: Items
コレクション内のアイテム。
ソースを表示
ネストされたスキーマ : hubOrganizations-item-response
タイプ: object
ソースを表示
  • タイトル: Account Score
    ユーザーによるカスタム基準に基づいて割り当てられたスコア。
  • タイトル: Account Scoring Tier
    最大長: 30
    ユーザーによってカスタム基準に基づいて割り当てられた階層。
  • Additional Identifiers
    タイトル: Additional Identifiers
    追加の識別子リソースは、運転免許証番号やパスポート番号などの追加識別子を表示、作成、更新および削除するために使用されます。
  • Additional Names
    タイトル: Additional Names
    追加の名前リソースは、アカウントに関連付けられた追加の名前を表示、作成、更新および削除するために使用されます。 このリソースを使用すると、旧姓やブランド名など、アカウントに関連付けられた他の名前を取得できます。
  • Addresses
    タイトル: Addresses
    アドレス・リソースは、アドレスの表示、作成、更新および削除に使用されます。 住所の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 住所は、取引先、担当者または世帯の所在地情報を表します。
  • タイトル: Address Line 1
    最大長: 240
    住所の最初の行。
  • タイトル: Address Line 2
    最大長: 240
    住所の2行目。
  • タイトル: Address Line 3
    最大長: 240
    住所の3行目。
  • タイトル: Address Line 4
    最大長: 240
    住所の4行目。
  • タイトル: Additional Address Element 1
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 2
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 3
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 4
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 5
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Address Lines Phonetic
    最大長: 560
    漢字住所行の表記(日本で使用)。
  • タイトル: Site Number
    最大長: 30
    住所の代替一意識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 指定しない場合、自動的に生成されます。 プロファイル・オプションZCA_PUID_PREFIXで定義されているプリフィクスは、内部で生成された一意のシーケンス番号と連結されます。
  • BillTo、ShipToなどのアドレスのタイプとしての追加情報。
  • タイトル: Analysis Year
    最大長: 5
    財務情報のソースとして使用される会計年度。
  • Organization Attachments
    タイトル: Organization Attachments
    組織添付リソースは、組織の添付の表示、作成、更新および削除に使用されます。
  • タイトル: Bank Code
    最大長: 30
    複数の国の銀行を識別するために使用するコードで、通常は規制目的です。
  • タイトル: Bank or Branch Number
    最大長: 30
    銀行の銀行番号と銀行ブランチのブランチ番号(主に米国の銀行ブランチのABA番号)です。
  • タイトル: Branch Code
    最大長: 30
    複数の国の銀行ブランチを識別するために使用するコードで、通常は規制目的です。
  • タイトル: Branch Indicator
    最大長: 1
    これがブランチ所在地かどうかを示します。 ブランチ事業所の場合はY、その他すべての事業所の場合はN。
  • タイトル: Building
    最大長: 240
    特定の住所の特定の建物名または番号。
  • タイトル: D&B Business Report
    ダン・アンド・ブラッド・ストリート・ビジネス情報レポート。
  • タイトル: Business Scope
    最大長: 20
    ローカル、国、国際など、組織が属するビジネス区分。
  • タイトル: Chief Executive Name
    最大長: 240
    組織の最高経営責任者の名前。
  • タイトル: Chief Executive Title
    最大長: 240
    最高経営責任者の正式な称号。
  • タイトル: Certification Level
    最大長: 30
    組織の認定レベル。 有効な証明レベル・コードのリストは、参照HZ_PARTY_CERT_LEVELを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
  • タイトル: Certification Reason
    最大長: 30
    組織の現在の証明レベル割当の事由。 有効な証明事由コードのリストは、参照HZ_PARTY_CERT_REASONを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
  • タイトル: City
    最大長: 60
    住所の市区町村要素。
  • タイトル: Cleanliness
    カテゴリの担当者または取引先レコードの総合スコア=クリーン・ネス。
  • タイトル: Comments
    最大長: 2000
    組織のユーザー・コメント。
  • タイトル: Completeness
    カテゴリが完全性の担当者またはアカウント・レコードの総合スコア。
  • タイトル: Congressional District
    最大長: 2
    取引先の米国下院議員選挙区コード。
  • Contact Points
    タイトル: Contact Points
    担当者リソースは、担当者の表示、作成、更新および削除に使用されます。 担当者の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 担当者は担当者のタイプを記述します。 たとえば、電話、Eメール、webなどです。
  • タイトル: Organization Control Year
    現在の所有権が組織の支配権を得た年。
  • 最大長: 15
    CRM拡張フレームワークで使用される企業通貨コード。 これは、プロファイル・オプションZCA_COMMON_CORPORATE_CURRENCYで設定された値にデフォルト設定されます。
  • タイトル: Corporation Class
    最大長: 60
    米国の第S章などの企業エンティティの税分類。
  • タイトル: Country
    最大長: 2
    住所の国コード。
  • タイトル: County
    最大長: 60
    住所の郡要素。
  • タイトル: Created By
    読取り専用: true
    最大長: 64
    組織レコードを作成したユーザー。
  • 最大長: 30
    デフォルト値: ORA_ZCH_WS
    組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 設定およびメンテナンス・タスクの取引先コミュニティ共通参照の管理を使用して、コードをレビューおよび更新できます。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日付。
  • 最大長: 30
    通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Currency
    最大長: 15
    通貨コード。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Current Fiscal Year's Potential Revenue
    現在の会計年度中に組織が獲得できる見積収益。
  • Customer Classifications
    タイトル: Customer Classifications
    顧客分類リソースは、顧客分類の表示、作成、更新および削除に使用されます。 コード割当の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 コード割当は、アカウントや担当者、世帯の分類カテゴリと分類コード情報を表します。
  • タイトル: Enrichment Status
    最大長: 30
    Data-as-a-Serviceからの担当者レコードのエンリッチメント・ステータス。 有効な値のリストは、参照DATA_CLOUD_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
  • タイトル: Data Confidence
    特定のレコードのデータ品質レベルを示す全体的なデータ信頼度スコア。
  • タイトル: DataFox Company ID
    最大長: 30
    DataFoxから一致したレコードの識別子を示します。
  • タイトル: Description
    最大長: 2000
    事業所の摘要。
  • タイトル: Disadvantaged Indicator
    最大長: 30
    組織がタイトル8Aで米国政府によって不利と見なされるかどうかを示します。 値がはいの場合、組織はタイトル8Aの下では不利とみなされます。 デフォルト値は、Noです。
  • ブランチ事業所情報を使用できない場合に情報を表示する必要があるDun and Bradstreet本社事業所である組織の一意の識別子を示します。
  • タイトル: Domestic Ultimate D-U-N-S Number
    最大長: 30
    国内最上位のDUNS番号。 国内最上位は、組織階層内の同じ国の最上位メンバーです。 組織は、独自の国内最上位にすることができます。
  • タイトル: Don't Confuse With
    最大長: 255
    同様の名称の組織があることを示します。
  • タイトル: D&B Credit Rating
    最大長: 5
    ダン・アンド・ブラッド・ストリート信用格付け。
  • タイトル: D-U-N-S Number
    最大長: 30
    自由形式テキスト形式のDUNS番号。 値は9桁の数字に制限されません。
  • タイトル: Duplicate Type
    最大長: 30
    特定のシナリオでのレコードの重複ステータスを示します。
  • タイトル: Duplication
    カテゴリが重複する担当者または取引先レコードの総合スコア。
  • タイトル: Email Address
    組織の担当者のEメール・アドレス。
  • タイトル: Email Verification Date
    アカウントの電子メール・アドレスが最後に検証された日付。
  • タイトル: Email Verification Status
    最大長: 30
    アカウントのEメール・アドレスの検証のステータス・コード。 参照に基づく値は、Eメールに対して有効、無効または一部無効です。
  • タイトル: Number of Employees at Identifying Address
    最大長: 10
    プライマリ住所での見積従業員数を計算するクオリファイア。 有効なクオリファイア・コードのリストは、参照EMP_AT_PRIMARY_ADR_EST_INDを使用して定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
  • タイトル: Number of Employees at Identifying Address Estimated Qualifier
    最大長: 30
    プライマリ住所での見積最小従業員数。 受け入れられる値のリストは、参照タイプEMP_AT_PRIMARY_ADR_MIN_INDで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通参照の管理タスクを使用して、値をレビューおよび更新します。
  • タイトル: Number of Employees at Identifying Address Minimum Qualifier
    最大長: 30
    プライマリ住所での従業員の計算を最小として評価するクオリファイア。
  • タイトル: Employees at Identifying Address
    最大長: 12
    参照住所(テキスト形式)の従業員数。
  • タイトル: Number of Employees
    組織内の従業員の合計数。
  • タイトル: Inquiry D-U-N-S
    最大長: 15
    ダン・アンド・ブラッド・ストリート・データの問合せに使用される識別子。 所在地がブランチの場合、一部の国では本社のDUNS番号を使用して問合せが実行されます。
  • タイトル: Enrichment
    カテゴリがエンリッチメントである担当者または取引先レコードの総合スコア。
  • タイトル: Exporter Indicator
    最大長: 30
    組織がエクスポート業者かどうかを示します。 値がYの場合、組織はエクスポート業者になります。 デフォルト値はNです。
  • タイトル: Fiscal Year End Month
    最大長: 30
    組織の会計年度の最終月。 受け入れられる値のリストは、参照タイプMONTHで定義されます。
  • タイトル: Floor
    最大長: 40
    建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。
  • タイトル: GSA Indicator
    最大長: 1
    組織が一般サービス管理(GSA)でサポートされている米国連邦政府機関であるかどうかを示します。 値がYの場合、組織はGSAでサポートされます。 デフォルト値はNです。
  • タイトル: Global Ultimate D-U-N-S Number
    最大長: 30
    グローバル最上位のDUNS番号。 グローバル最上位は、組織の階層内の最上位のメンバーです。 組織は、独自のグローバル最上位にすることができます。
  • タイトル: Growth Strategy Description
    最大長: 2000
    成長戦略のユーザー定義摘要。
  • タイトル: Home Country
    最大長: 2
    組織の自国。
  • タイトル: HQ Branch Indicator
    最大長: 30
    本社、ブランチ、単一事業所など、このサイトのステータス。 受け入れられる値のリストは、参照タイプHQ_BRANCH_INDで定義されます。
  • タイトル: Importer Indicator
    最大長: 30
    組織がインポート業者かどうかを示します。 値がYの場合、組織はインポート業者になります。 デフォルト値はNです。
  • タイトル: Keywords
    最大長: 2000
    アカウントの最上位キーワード。
  • タイトル: Labor Surplus Indicator
    最大長: 30
    組織が労働余剰がある領域で動作するかどうかを示します。 値がYの場合、組織は労働余剰があるエリアで活動します。 デフォルト値はNです。
  • タイトル: Last Enrichment Date
    読取り専用: true
    レコードが最後にエンリッチされた日付。
  • タイトル: Last Score Date
    このレコードの最終データ信頼度スコアがいつ計算されたかを示します。
  • タイトル: Last Updated Date
    読取り専用: true
    レコードが最後に更新された日付。
  • タイトル: Last Updated By
    読取り専用: true
    最大長: 64
    レコードを最後に更新したユーザー。
  • タイトル: Legal Status
    最大長: 30
    パートナシップ、企業など、組織の法的体系。
  • タイトル: Line of Business
    最大長: 240
    このサイトで実行されるビジネス・アクティビティのタイプ。
  • Linked Parties
    タイトル: Linked Parties
    リンクされたパーティ・リソースは、指定された組織のすべてのリンクされたパーティを表示、作成および削除するために使用されます。
  • Links
  • タイトル: Local Activity Code
    最大長: 30
    ローカル・アクティビティ分類コード。
  • タイトル: Local Activity Code Type
    最大長: 30
    ローカル・アクティビティ分類コードのタイプ。
  • タイトル: Common Business Identifier
    最大長: 60
    商工会議所などの政府機関またはその他機関によって企業に割り当てられた一意の識別子。 アメリカ以外の国でもよく使われる。
  • タイトル: Common Business Identifier Type
    最大長: 30
    イタリアの商工会議所番号、台湾の政府登録番号など、国で最も一般的なビジネス識別子を表す参照。 受け入れられる値のリストは、参照タイプLOCAL_BUS_IDEN_TYPEで定義されます。
  • タイトル: Mail Stop
    最大長: 60
    組織内のメール・ドロップ・ポイントを示すユーザー定義コード。
  • タイトル: Minority-Owned Indicator
    最大長: 30
    組織が主に民族少数民族または人種少数民族によって所有されるかどうかを示します。 値がYの場合、組織は民族または人種少数民族によって所有されます。会社は主に民族または人種少数民族によって所有されます。 デフォルト値はNです。
  • タイトル: Type of Minority-Owned Organization
    最大長: 30
    少数民族所有会社のタイプです。
  • タイトル: Mission Statement
    最大長: 2000
    ユーザー定義テキスト形式の組織の法人憲章。
  • タイトル: Next Fiscal Year's Potential Revenue
    次の会計年度中に獲得される組織の見積収益。
  • Notes
    タイトル: Notes
    ノート・リソースは、ノートの表示、作成、更新および削除に使用されます。 これは、Oracle Fusion Applicationsビジネス・オブジェクトのコメント、情報または指示を取得するノート・データ・オブジェクトです。
  • タイトル: Organization Name
    最大長: 360
    組織の名前。
  • タイトル: Organization Size
    最大長: 30
    収益や従業員数などに基づく組織の規模。
  • タイトル: Organization Type
    最大長: 30
    組織のタイプ。
  • タイトル: Out of Business Indicator
    最大長: 30
    組織が業務外であるかどうかを示します。 値がYの場合、組織はビジネス外です。 デフォルト値はNです。
  • タイトル: Parent D-U-N-S Number
    最大長: 30
    組織の資本株式の大半の利害関係を所有する組織または親エンティティのDUNS番号。 親エンティティは、別の会社の子会社にすることができます。 親にもブランチがある場合は、親会社と同様に本社とみなされます。 本社は、部署や部署が直属の部署を持ち、それらの部署や部署に対して財務的に責任を負う事業所です。 本社が別の会社が所有する資本株式の50%を超える場合は、子会社でもあります。 別の会社の資本株の50%以上を所有している場合、親でもあります。
  • タイトル: Subsidiary Indicator
    最大長: 30
    組織が親か子会社かを示します。
  • タイトル: Party ID
    読取り専用: true
    組織の一意の識別子。
  • タイトル: Party Number
    最大長: 30
    組織パーティの一意の代替識別子。 プロファイル・オプションHZ_GENERATE_PARTY_NUMBERがTrueに設定されている場合、値を更新できます。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値と一意のシステム生成順序番号を連結した値です。 非アクティブなレコードは更新できません。
  • タイトル: Party Usage Code
    この組織のパーティ使用目的コード。
  • タイトル: Phone Verification Date
    アカウントの電話番号が最後に検証された日付。
  • タイトル: Phone Verification Status
    最大長: 30
    アカウントの電話番号検証のステータス・コード。 参照に基づく値は有効であり、電話に対して無効です。
  • タイトル: Postal Code
    最大長: 60
    正式な国全体の郵便番号システムによって定義された郵便番号。
  • タイトル: Postal Code Extension
    最大長: 20
    アメリカ合衆国の郵便番号の4桁の拡張子。
  • タイトル: Preferred Contact Method
    最大長: 30
    組織の優先連絡メソッド。 受け入れられる値は、参照タイプHZ_PREFERRED_CONTACT_METHODで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
  • タイトル: Preferred Functional Currency
    最大長: 15
    組織のデフォルト通貨を示すコード。 有効な通貨コードのリストは、アプリケーション設定時に定義されます。
  • タイトル: Principal Name
    最大長: 240
    組織内の最上位の個人の名前。
  • タイトル: Principal Title
    最大長: 240
    組織内で最上位の個人のタイトル。
  • タイトル: Province
    最大長: 60
    住所の州要素。
  • タイトル: Private Ownership
    最大長: 1
    組織が公開または非公開のどちらであるかを示します。 値がYの場合、組織は個人所有組織です。 デフォルト値はNです。
  • タイトル: Raw Phone Number
    組織のフォーマットされていない電話番号。
  • タイトル: Recency
    カテゴリがRecencyの担当者またはアカウント・レコードの総合スコア。
  • タイトル: Registration Type
    最大長: 30
    非営利など、登録のタイプを示します。 受け入れられる値は、参照タイプREGISTRATION_TYPEで定義されます。
  • Relationships
    タイトル: Relationships
    関係リソースは、関係の表示、作成、更新および削除に使用されます。 関係の作成または更新時に値を格納するために使用される属性を含むオブジェクトです。 このオブジェクトには、アカウント、担当者、世帯などの2つのエンティティ間の関係を定義および分類する属性が格納されます。
  • タイトル: Rent or Own Indicator
    最大長: 30
    この担当者が自分の住居を所有しているか賃貸しているかを示します。 賃借料、所有およびリースの有効な値のリストは、参照OWN_RENT_INDで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
  • タイトル: Small Business Indicator
    最大長: 30
    組織が中小企業とみなされるかどうかを示します。 値がYの場合、組織は中小企業とみなされます。 デフォルト値はNです。
  • タイトル: Source System
    最大長: 255
    組織パーティがインポートされる外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムで構成された値。
  • Source System References
    タイトル: Source System References
    ソース・システム参照リソースは、ソース・システム参照の表示、作成、更新および削除に使用されます。 データを取引先コミュニティ登録にインポートできる外部システムです。
  • タイトル: Source System Reference
    最大長: 255
    属性SourceSystemで指定された外部ソース・システムからの組織パーティの一意の識別子。
  • タイトル: State
    最大長: 60
    住所の州要素。
  • 読取り専用: true
    最大長: 1
    デフォルト値: A
    組織のステータスを示します。 これは内部的に使用される列で、値は参照HZ_STATUSで定義されます。 「設定およびメンテナンス」作業領域、「取引先コミュニティ共通参照の管理」タスクを使用して、コードをレビューおよび更新します。
  • タイトル: Stock Symbol
    最大長: 20
    証券取引所にリストされている組織の株式記号。
  • タイトル: Taxpayer Identification Number
    最大長: 20
    アメリカの所得納税者ID、欧州の会計コードまたはNIFなど、多くの場合、組織の一意の識別子である納税者識別番号。
  • タイトル: Third Party Indicator
    最大長: 1
    組織がサードパーティかどうかを示します。
  • タイトル: Number of Employees Estimated Qualifier
    最大長: 30
    従業員合計が見積かどうかを示します。 受け入れられる値は、参照タイプTOTAL_EMP_EST_INDで定義されます。
  • タイトル: Number of Employees Includes Subsidiaries
    最大長: 30
    従業員合計の計算に子会社が含まれるかどうかを示します。 受け入れられる値は、参照タイプTOTAL_EMPLOYEES_INDICATORで定義されます。
  • タイトル: Number of Employees Minimum Qualifier
    最大長: 30
    数値が従業員合計の最小数、最大数または平均数のいずれであるかを示します。 受け入れられる値は、参照タイプTOTAL_EMP_MIN_INDで定義されます。
  • タイトル: Total Number of Employees
    最大長: 60
    テキスト形式の従業員の合計数。
  • タイトル: Total Payments
    支払経験の合計数。
  • 最大長: 30
    この属性には、FSIO関連の取引先コードが格納されます。
  • タイトル: Organization Name
    最大長: 360
    組織を内部で識別するためにユーザーが取得する名前。
  • タイトル: Name Suffix
    最大長: 540
    属性PartyUniqueNameの生成に使用されるサフィクス。 サフィクスがOrganizationName属性に連結され、PartyUniqueNameが生成されます。 プライマリ住所は、サフィクスとしてデフォルト設定されます。
  • タイトル: URL
    組織に関する情報を含むUniform Resource Locatorまたはwebサイト。
  • Party Usage Assignments
    タイトル: Party Usage Assignments
    パーティ使用目的割当リソースは、パーティ使用目的割当の表示、作成、更新および削除に使用されます。 取引先コミュニティ・メンバーに関連付けられたパーティ使用目的割当です。
  • タイトル: Validated
    最大長: 1
    組織が検証されたかどうかを示します。
  • タイトル: Validity
    カテゴリが有効性である担当者または取引先レコードの総合スコア。
  • タイトル: Woman-Owned Indicator
    最大長: 30
    組織が主に女性によって所有されているかどうかを示します。 値がYの場合、組織は主に女性によって所有されます。 デフォルト値はNです。
  • タイトル: Year Established
    組織が事業活動を開始した年。
  • タイトル: Year Incorporated
    事業が正式に組み込まれた年。
ネストされたスキーマ : 追加識別子
タイプ: array
タイトル: Additional Identifiers
追加の識別子リソースは、運転免許証番号やパスポート番号などの追加識別子を表示、作成、更新および削除するために使用されます。
ソースを表示
ネストされたスキーマ : 追加名
タイプ: array
タイトル: Additional Names
追加の名前リソースは、アカウントに関連付けられた追加の名前を表示、作成、更新および削除するために使用されます。 このリソースを使用すると、旧姓やブランド名など、アカウントに関連付けられた他の名前を取得できます。
ソースを表示
ネストされたスキーマ : 住所
タイプ: array
タイトル: Addresses
アドレス・リソースは、アドレスの表示、作成、更新および削除に使用されます。 住所の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 住所は、取引先、担当者または世帯の所在地情報を表します。
ソースを表示
ネストされたスキーマ : 組織添付
タイプ: array
タイトル: Organization Attachments
組織添付リソースは、組織の添付の表示、作成、更新および削除に使用されます。
ソースを表示
ネストされたスキーマ : 担当者
タイプ: array
タイトル: Contact Points
担当者リソースは、担当者の表示、作成、更新および削除に使用されます。 担当者の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 担当者は担当者のタイプを記述します。 たとえば、電話、Eメール、webなどです。
ソースを表示
ネストされたスキーマ : 顧客分類
タイプ: array
タイトル: Customer Classifications
顧客分類リソースは、顧客分類の表示、作成、更新および削除に使用されます。 コード割当の作成または更新中に値を格納するために使用される属性を含むオブジェクトです。 コード割当は、アカウントや担当者、世帯の分類カテゴリと分類コード情報を表します。
ソースを表示
ネストされたスキーマ : リンクされたパーティ
タイプ: array
タイトル: Linked Parties
リンクされたパーティ・リソースは、指定された組織のすべてのリンクされたパーティを表示、作成および削除するために使用されます。
ソースを表示
ネストされたスキーマ : ノート
タイプ: array
タイトル: Notes
ノート・リソースは、ノートの表示、作成、更新および削除に使用されます。 これは、Oracle Fusion Applicationsビジネス・オブジェクトのコメント、情報または指示を取得するノート・データ・オブジェクトです。
ソースを表示
ネストされたスキーマ : 関係
タイプ: array
タイトル: Relationships
関係リソースは、関係の表示、作成、更新および削除に使用されます。 関係の作成または更新時に値を格納するために使用される属性を含むオブジェクトです。 このオブジェクトには、アカウント、担当者、世帯などの2つのエンティティ間の関係を定義および分類する属性が格納されます。
ソースを表示
ネストされたスキーマ : ソース・システム参照
タイプ: array
タイトル: Source System References
ソース・システム参照リソースは、ソース・システム参照の表示、作成、更新および削除に使用されます。 データを取引先コミュニティ登録にインポートできる外部システムです。
ソースを表示
ネストされたスキーマ : パーティ使用目的割当
タイプ: array
タイトル: Party Usage Assignments
パーティ使用目的割当リソースは、パーティ使用目的割当の表示、作成、更新および削除に使用されます。 取引先コミュニティ・メンバーに関連付けられたパーティ使用目的割当です。
ソースを表示
ネストされたスキーマ : hubOrganizations-AdditionalIdentifier-item-response
タイプ: object
ソースを表示
  • タイトル: Issuing Country
    最大長: 2
    追加識別子の国コード。 地理の管理タスクを使用して、国コードのリストをレビューします。
  • 読取り専用: true
    最大長: 64
    追加識別子を作成したユーザー。
  • デフォルト値: HZ_WS
    この組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 設定およびメンテナンス・タスクの取引先コミュニティ共通参照の管理を使用して、コードをレビューおよび更新できます。
  • 読取り専用: true
    追加識別子が作成された日付。
  • タイトル: Description
    最大長: 240
    追加識別子の摘要。
  • タイトル: Expiration Date
    追加識別子が失効する日付。
  • タイトル: Issue Date
    追加識別子が発行された日付。
  • タイトル: Issuing Authority Name
    最大長: 500
    追加識別子の発行機関の名前。
  • 発行機関パーティの一意の識別子。
  • 読取り専用: true
    追加識別子が最後に更新された日付。
  • 読取り専用: true
    最大長: 64
    追加識別子を最後に更新したユーザー。
  • 読取り専用: true
    最大長: 32
    追加識別子を最後に更新したユーザーのログイン。
  • Links
  • 読取り専用: true
    ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
  • パーティの一意識別子
  • 読取り専用: true
    パーティの一意識別子
  • タイトル: Identifier Type
    最大長: 30
    パーティ識別子のタイプ。
  • タイトル: Identifier Value
    最大長: 60
    パーティ識別子の値。
  • パーティ番号。 非アクティブなレコードは更新できません。
  • 住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • 外部ソース・システムからのレコードの識別子。
  • システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
  • 外部ソース・システムからの関係の一意の識別子。
  • タイトル: Issuing State
    最大長: 60
    この属性は、地理設定に基づくパスポートや運転免許などの特定のタイプの識別子に使用されます。
  • 最大長: 1
    デフォルト値: A
    追加識別子のステータス・コード。
ネストされたスキーマ : hubOrganizations-AdditionalName-item-response
タイプ: object
ソースを表示
  • タイトル: Academic Title
    最大長: 30
    学業資格を示す個人のタイトルの一部です(Dr. Jane Smithなど)。
  • デフォルト値: 0
    競合の一意の識別子。 この番号は、webサービスを消費するモバイル・アプリケーションまたはポータブル・アプリケーションで使用されます。
  • 読取り専用: true
    最大長: 64
    担当者レコードを作成したユーザー。
  • 読取り専用: true
    担当者レコードが作成された日時。
  • タイトル: Description
    最大長: 240
    追加名レコードの摘要。
  • タイトル: First Name
    最大長: 150
    追加名(該当なし)の名。
  • タイトル: Last Name
    最大長: 150
    追加名(該当なし)の姓。
  • 読取り専用: true
    担当者が最後に更新された日時。
  • 読取り専用: true
    最大長: 64
    担当者レコードを最後に更新したユーザー。
  • Links
  • タイトル: Middle Name
    最大長: 60
    追加名のミドル・ネーム(該当なし)。
  • タイトル: Additional Name
    最大長: 360
    組織、個人またはグループ・パーティの名前。 たとえば、"Oracle"や"John Smith"などです。
  • 読取り専用: true
    名前の一意の識別子。
  • タイトル: Additional Name Type
    最大長: 30
    名前のタイプ。 たとえば、ALIASやLEGALです。
  • パーティの一意識別子
  • タイトル: Registry ID
    読取り専用: true
    最大長: 30
    パーティ番号。 非アクティブなレコードは更新できません。
  • 住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • 外部ソース・システムからのレコードの識別子。
  • タイトル: Preferred Indicator
    最大長: 1
    デフォルト値: false
    この名前タイプ内のこのパーティの優先名を示します。 指定可能な値は'Y'および'N'です。 デフォルトはNです。
  • システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
  • 外部ソース・システムからの関係の一意の識別子。
  • 最大長: 1
    デフォルト値: true
    ソフト削除に使用される追加名のステータス。
  • タイトル: Title
    最大長: 60
    DonやThe Right Honorableなどの専門職または家族のタイトル。
  • タイトル: Transliteration Language
    最大長: 4
    翻訳言語属性は、外国語で単語や名前を発音する方法です。 FND_LANGUAGES.LANGUAGE_CODEに対して検証されます。 サンプル値: US,NL,DK etc.
ネストされたスキーマ : hubOrganizations-Address-item-response
タイプ: object
ソースを表示
  • タイトル: Additional Address Element 1
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 2
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 3
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 4
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Additional Address Element 5
    最大長: 150
    柔軟な住所書式をサポートするための追加住所要素。
  • タイトル: Address Line 1
    最大長: 240
    住所の最初の行。
  • タイトル: Address Line 2
    最大長: 240
    住所の2行目。
  • タイトル: Address Line 3
    最大長: 240
    住所の3行目。
  • タイトル: Address Line 4
    最大長: 240
    住所の4行目。
  • 読取り専用: true
    作成中に内部的に生成される一意の住所識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。
  • タイトル: Address Lines Phonetic
    最大長: 560
    漢字住所行の表記(日本で使用)。
  • タイトル: Site Number
    最大長: 30
    住所の代替一意識別子。 AddressId、AddressNumberまたはSourceSystemおよびSourceSystemReferenceValueキーのいずれかを使用して、更新時にアドレス・レコードを識別します。 指定しない場合、自動的に生成されます。 プロファイル・オプションZCA_PUID_PREFIXで定義されているプリフィクスは、内部で生成された一意のシーケンス番号と連結されます。
  • タイトル: Type
    住所のタイプ。
  • タイトル: Building
    最大長: 240
    特定の住所の特定の建物名または番号。
  • フォーマットされたアドレス。
  • タイトル: City
    最大長: 60
    住所の市区町村要素。
  • タイトル: CLLI Code
    最大長: 60
    共通言語事業所識別子(CLLI)コード。
  • タイトル: Comments
    最大長: 2000
    住所に対するユーザー・コメント。
  • デフォルト値: 0
    競合の一意の識別子。
  • タイトル: Corporate Currency
    最大長: 15
    住所に関連付けられた企業通貨コード。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 この属性は、CRM拡張フレームワークで使用されます。
  • タイトル: Country
    最大長: 2
    住所の国コード。
  • タイトル: County
    最大長: 60
    住所の郡要素。
  • タイトル: Created By
    読取り専用: true
    最大長: 64
    住所レコードを作成したユーザー。
  • デフォルト値: HZ_WS
    この組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。
  • タイトル: Created by Application
    最大長: 30
    この組織レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日時。
  • タイトル: Currency Conversion Rate Type
    最大長: 30
    住所に関連付けられた通貨換算レート・タイプ。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Currency Code
    最大長: 15
    住所に関連する通貨コード。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Validated Date
    住所が最後に検証された日付。
  • タイトル: Description
    最大長: 2000
    事業所の詳細な摘要。
  • タイトル: Contact Preferences
    デフォルト値: false
    この住所を郵送に使用しないことを示します。
  • タイトル: Don't Validate
    最大長: 1
    現在の検証ステータス・コードに関係なく、特定の事業所が住所検証に適格でないことを示します。
  • タイトル: D-U-N-S Number
    最大長: 30
    事業所のD-U-N-S番号。
  • 住所の有効日。
  • タイトル: End Date
    この住所が非アクティブにレンダリングされる日付。
  • タイトル: Floor
    最大長: 40
    建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。
  • タイトル: Address
    読取り専用: true
    書式設定された住所情報。
  • タイトル: Formatted Address 1
    読取り専用: true
    書式設定された住所情報。
  • タイトル: Address
    読取り専用: true
    書式設定された複数の明細住所情報。
  • タイトル: Address
    読取り専用: true
    書式設定された複数の明細住所情報。
  • タイトル: House Type
    最大長: 30
    建物タイプ。 有効な値のリストは、参照HZ_HOUSE_TYPEで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
  • タイトル: Last Updated Date
    読取り専用: true
    レコードが最後に更新された日時。
  • タイトル: Last Updated By
    読取り専用: true
    最大長: 64
    レコードを最後に更新したユーザー。
  • タイトル: Last Update Login
    読取り専用: true
    最大長: 32
    担当者レコードを最後に更新したユーザーに関連付けられたセッション・ログイン。
  • タイトル: Latitude
    空間近接性および包含目的のロケーションの緯度情報を格納するために使用する属性。
  • Links
  • タイトル: Location Directions
    最大長: 640
    ロケーションへの道順。
  • タイトル: Location ID
    この住所の事業所レコードの一意の識別子。
  • タイトル: Longitude
    空間近接性および包含目的の事業所の経度情報を格納するために使用する属性。
  • タイトル: Mail Stop
    最大長: 60
    組織内のメール・ドロップ・ポイントを示すユーザー定義コード。
  • オプティミスティック・ロックの実装に使用される属性。 この番号は、行を更新するたびに増分されます。 問合せされてから別のセッションによって行が更新されたかどうかを検出するために、トランザクションの開始時と終了時の番号が比較されます。
  • オプティミスティック・ロックの実装に使用される属性。 この番号は、行を更新するたびに増分されます。 問合せされてから別のセッションによって行が更新されたかどうかを検出するために、トランザクションの開始時と終了時の番号が比較されます。
  • タイトル: Party ID
    住所が関連付けられているアカウント、担当者または世帯の一意の識別子。 住所が関連付けられているアカウント、担当者または世帯レコードを一意に識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。
  • タイトル: Party Number
    住所が関連付けられているアカウント、担当者または世帯の代替の一意の識別子。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 デフォルト値は、プロファイル・オプションZCA_PUID_PREFIXで指定された値で、一意の生成された連番と連結されます。 値は、プロファイル・オプションHZ_GENERATE_PARTY_NUMBERに応じて更新できます。 有効な値のリストは、プロファイル・オプションHZ_GENERATE_PARTY_NUMBERで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通プロファイル・オプションの管理タスクを使用して、コードをレビューおよび更新します。 非アクティブなレコードは更新できません。
  • タイトル: Site Name
    最大長: 240
    住所のユーザー定義名。
  • タイトル: Party Source System
    住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者、または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • タイトル: Party Source System Reference Value
    住所が関連付けられているアカウント、担当者または世帯の外部ソース・システムからの識別子です。 代替キーの一部(PartySourceSystemとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。
  • タイトル: Postal Code
    最大長: 60
    正式な国全体の郵便番号システムによって定義された郵便番号。
  • タイトル: Postal Code Extension
    最大長: 20
    アメリカ合衆国の郵便番号の4桁の拡張子。
  • タイトル: Primary
    最大長: 1
    デフォルト値: false
    これが関連オブジェクトのプライマリ住所かどうかを示します。 プライマリ担当者の値Y、その他すべての場合はNを受け入れます。
  • タイトル: Province
    最大長: 60
    住所の州要素。
  • システム設定の一部として管理者が定義する、コードで示される住所の外部ソース・システムの名前。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。 SourceSystemとSourceSystemReferenceの組合せは一意であり、住所を識別するための外部キーとして使用されます。
  • 外部ソースからの住所の一意の識別子。 SourceSystemとSourceSystemReferenceの組合せは一意であり、住所を識別するための外部キーとして使用されます。
  • 読取り専用: true
    最大長: 255
    レコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。
  • 読取り専用: true
    最大長: 255
    デフォルト値: HZ_PARTIES
    パーティ・レコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。
  • タイトル: Start Date
    この住所が有効である開始日。 作成時に指定されない場合は、現在のシステム日付にデフォルト設定されます。
  • タイトル: State
    最大長: 60
    住所の州要素。
  • タイトル: Status
    最大長: 1
    デフォルト値: A
    住所のステータスを示す内部アプリケーション決定フラグ。 ステータス・コードは、参照HZ_STATUSによって定義されます。
  • タイトル: Validated
    最大長: 1
    デフォルト値: false
    事業所が検証されたかどうかを示します。 Y(検証済)、N(無効)。 値がTrueの場合、ロケーションが検証されます。 この値は、住所クレンジング中にシステムによって内部的に設定されます。
  • 読取り専用: true
    検証が開始する日付。 内部的には、住所クレンジング中にシステムによって設定されます。
  • タイトル: Validation Status
    最大長: 30
    検証の結果を説明する標準化されたステータス・コード。
ネストされたスキーマ : hubOrganizations-Attachment-item-response
タイプ: object
ソースを表示
ネストされたスキーマ : hubOrganizations-ContactPoint-item-response
タイプ: object
ソースを表示
  • デフォルト値: 0
    競合の一意の識別子。
  • 読取り専用: true
    担当者の一意の識別子。
  • タイトル: Type
    最大長: 30
    担当者のタイプ。
  • 読取り専用: true
    最大長: 64
    レコードを作成したユーザー。
  • タイトル: Created by Application
    デフォルト値: HZ_WS
    モジュールを作成したユーザー。
  • 読取り専用: true
    レコードが作成された日付。
  • タイトル: OK to Contact
    特定の連絡メソッドを使用するかどうかを示します。
  • DNCオプションを示す担当者プリファレンス・フラグ。
  • 担当者プリファレンスの事由コード。
  • 最大長: 255
    担当者の電子メール・アドレス。
  • タイトル: Email Purpose
    最大長: 30
    Eメールの目的。
  • 読取り専用: true
    最大長: 255
    担当者のフォーマット済電話番号。
  • 読取り専用: true
    担当者が最後に更新された日付。
  • 読取り専用: true
    最大長: 64
    担当者を最後に更新したユーザー。
  • 読取り専用: true
    最大長: 32
    担当者を最後に更新したユーザーのログイン。
  • Links
  • ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
  • パーティの一意識別子
  • パーティ番号。 非アクティブなレコードは更新できません。
  • 住所が関連付けられている取引先、担当者または世帯の外部ソース・システムの名前。 取引先、担当者または世帯レコードの代替キーの一部(PartyourceSystemReferenceValueとも)。 住所が関連付けられているアカウント、担当者または世帯レコードを識別するには、PartyId、PartyNumberまたはPartySourceSystemおよびPartySourceSystemReferenceValueキーのいずれかが必要です。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • 外部ソース・システムからの関係の一意の識別子。
  • 最大長: 255
    電話番号の市外局番。
  • 最大長: 255
    電話番号の国コード。
  • 最大長: 255
    オフィス・デスク内線番号などの電話回線番号の内線番号。
  • 最大長: 255
    担当者の電話番号。
  • タイトル: Phone Purpose
    最大長: 30
    PHONEコンタクト・ポイントを使用する目的。 使用可能な値は、参照タイプのCONTACT_POINT_PURPOSE.Sample値で定義されます: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc.
  • 電話のタイプ。
  • タイトル: Preference Requested By
    権限または制限が内部で作成されたか、パーティによってリクエストされたかを示します。 受け入れられる値のリストは、REQUESTED_BY参照で定義されます。
  • タイトル: Primary
    最大長: 1
    デフォルト値: false
    電話番号が優先されるかどうかを示します。
  • 最大長: 255
    未処理形式の電話番号。
  • ソーシャル・ネットワークの一意の識別子。
  • ソーシャル・ネットワーク・タイプ。
  • タイトル: Social Network Purpose
    最大長: 30
    IM担当者を使用する目的。 使用可能な値は、参照タイプのCONTACT_POINT_PURPOSE.Sample値で定義されます: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc.
  • システム設定の一部として管理者が定義する外部ソース・システムの名前。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
  • 属性SourceSystemで指定された外部ソース・システムからのアカウント・パーティの一意の識別子。 これは、(SourceSystemReferenceとともに)代替キーの一部であり、更新でPKまたはpartyNumberBusinessKeyが渡されない場合は必須です。
  • 最大長: 30
    デフォルト値: A
    担当者のステータス。
  • 担当者に関連付けられたURL。
  • タイトル: Verification Date
    電話またはEメールの担当者の検証日。
  • タイトル: Verification Status
    最大長: 30
    電話またはEメールの担当者の検証のステータス。 受け入れられる値は、標準参照タイプORA_HZ_VALIDATION_STATUSでORA_VALID、ORA_INVALIDおよびORA_PARTIALLY_VALIDとして定義されます。 値ORA_PARTIALLY_VALIDは、電子メールにのみ適用できます。 デフォルト値は空白で、値が検証されていないことを示します。
  • タイトル: Web Purpose
    最大長: 30
    WEB担当者を使用する目的。 使用可能な値は、参照タイプのCONTACT_POINT_PURPOSE_WEB.Sample値で定義されます: HOMEPAGE,SALESURL,MARKETINGURL,SUPPORTURL,RSS_FEED etc.
ネストされたスキーマ : hubOrganizations-CustomerClassification-item-response
タイプ: object
ソースを表示
  • タイトル: Classification Category
    最大長: 30
    分類カテゴリの名前。
  • タイトル: Classification Code
    最大長: 30
    分類カテゴリに対応する有効な分類コード。
  • タイトル: Code Assignment ID
    読取り専用: true
    顧客分類割当の一意の識別子。
  • 読取り専用: true
    デフォルト値: 0
    競合の一意の識別子。
  • タイトル: Created By
    読取り専用: true
    最大長: 64
    レコードを作成したユーザーの名前。
  • タイトル: Created by Module
    最大長: 30
    レコードを作成したアプリケーションまたはモジュール。 すべてのwebサービス・ベースの作成では、デフォルト値はHZ_WSです。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日時を示します。
  • タイトル: End Date
    分類コードが無効になった日付。
  • タイトル: Auxiliary Classification Status
    読取り専用: true
    分類カテゴリがカスタム・グループ分類カテゴリかどうかを示します。
  • タイトル: Industry Type Status
    読取り専用: true
    分類カテゴリが産業グループ分類カテゴリであるかどうかを示します。
  • タイトル: Organization Type Status
    読取り専用: true
    分類カテゴリが組織タイプ分類カテゴリかどうかを示します。
  • タイトル: Last Updated Date
    読取り専用: true
    レコードが最後に更新された日時を示します。
  • タイトル: Last Updated By
    読取り専用: true
    最大長: 64
    レコードを最後に更新したユーザー。
  • タイトル: Last Update Login
    読取り専用: true
    最大長: 32
    レコードを最後に更新したユーザーに関連付けられたセッション・ログインを示します。
  • Links
  • タイトル: Party ID
    分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の一意の識別子。
  • タイトル: Party Number
    最大長: 30
    分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の一意の代替識別子です。 非アクティブなレコードは更新できません。
  • タイトル: Party Source System
    分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の外部ソース・システムの名前。
  • タイトル: Party Source System Reference Value
    分類カテゴリおよび分類コードが関連付けられているアカウント、担当者または世帯の外部ソース・システムからの識別子です。
  • タイトル: Party Type
    読取り専用: true
    最大長: 30
    アカウント、担当者または世帯など、パーティのタイプを示します。
  • タイトル: Primary
    最大長: 1
    デフォルト値: false
    現在のコードがプライマリ分類コードかどうかを示すインジケータ。
  • タイトル: Source System
    システム設定の一部として管理者が定義する、コードで示される区分カテゴリの外部ソース・システムの名前。 SourceSystemとSourceSystemReferenceの組合せは一意であり、クラス・カテゴリを識別するための外部キーとして使用されます。
  • タイトル: Source System Reference Value
    外部ソースからの区分カテゴリの一意の識別子。 SourceSystemとSourceSystemReferenceの組合せは一意であり、クラス・カテゴリを識別するための外部キーとして使用されます。
  • タイトル: Start Date
    分類が有効になる日付。
  • タイトル: Status
    最大長: 1
    デフォルト値: A
    コード割当がアクティブか非アクティブかを示します。たとえば、アクティブの場合はA、非アクティブの場合はIです。
ネストされたスキーマ : hubOrganizations-LinkedParty-item-response
タイプ: object
ソースを表示
ネストされたスキーマ : hubOrganizations-Note-item-response
タイプ: object
ソースを表示
  • タイトル: Contact Relationship ID
    ノートが担当者に関連付けられている場合に移入される関係ID。
  • タイトル: Corporate Currency Code
    最大長: 15
    レコードの企業通貨コード。
  • タイトル: Created By
    読取り専用: true
    最大長: 64
    レコードを作成したユーザー。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日時。
  • タイトル: Creator Party ID
    ノート作成者のパーティID。
  • タイトル: Currency Conversion Rate Type
    最大長: 30
    通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Currency
    最大長: 15
    ノートに関連する通貨コード。 この属性は、CRM拡張フレームワークで使用されます。 有効な値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域を使用して、プロファイル・オプションをレビューおよび更新します。
  • タイトル: Delete Indicator
    読取り専用: true
    レコードを削除するためのアクセス権がユーザーに付与されているかどうかを示します。
  • タイトル: Primary Email
    読取り専用: true
    最大長: 320
    ノートを作成したユーザーの電子メール・アドレス。
  • タイトル: Primary Address
    読取り専用: true
    ノートを作成したユーザーの住所。
  • タイトル: Primary Phone
    読取り専用: true
    ノートを作成したユーザーの電話番号。
  • タイトル: Last Update Date
    読取り専用: true
    レコードが最後に更新された日時。
  • タイトル: Last Updated By
    読取り専用: true
    最大長: 64
    ノートを最後に更新したユーザーのIDを取得するシステム属性。 これはシステムによってデフォルト設定されます。
  • タイトル: Last Update Login
    読取り専用: true
    最大長: 32
    ノートを最後に更新したユーザーのIDを取得するシステム属性。 これはシステムによってデフォルト設定されます。
  • Links
  • タイトル: Note ID
    読取り専用: true
    一意のノート識別子。 これはノート表の主キーです。
  • 最大長: 30
    システムが生成されるか、外部システム(ユーザー・キー)から取得されます。
  • タイトル: Title
    最大長: 500
    ユーザーがノートのタイトルを指定しました。
  • タイトル: Note
    実際のノート・テキストを保存する列です。
  • タイトル: Type
    最大長: 30
    これは、ノートを分類するためのノート・タイプ・コードです。
  • タイトル: Parent Note ID
    親ノートの一意の識別子。
  • タイトル: Party ID
    読取り専用: true
    パーティの一意識別子
  • タイトル: Author
    読取り専用: true
    最大長: 360
    パーティの名前。
  • タイトル: Related Object Type
    最大長: 30
    これは、OBJECTS Metadataで定義されているソース・オブジェクトのsource_object_codeです。
  • タイトル: Related Object
    最大長: 64
    これは、OBJECTS Metadataで定義されたソース・オブジェクト(アクティビティ、商談など)のsource_object_Uidです。
  • タイトル: Update Indicator
    読取り専用: true
    レコードを更新するためのアクセス権がユーザーに付与されているかどうかを示します。
  • タイトル: Private
    最大長: 30
    デフォルト値: INTERNAL
    これは、ノートの表示レベルを指定するための属性です。
ネストされたスキーマ : hubOrganizations-Relationship-item-response
タイプ: object
ソースを表示
  • タイトル: Backward Role
    読取り専用: true
    関係の記述に使用されるバック・ワード関係コード。 たとえば、SUPPLIER_OFです。
  • タイトル: Comments
    最大長: 2000
    この関係のユーザー・コメント。
  • デフォルト値: 0
    競合の一意の識別子。
  • タイトル: Created By
    読取り専用: true
    最大長: 64
    レコードを作成したユーザー。
  • タイトル: Created by Application
    最大長: 30
    デフォルト値: HZ_WS
    レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日時。
  • タイトル: Dependent Indicator
    最大長: 1
    デフォルト値: N
    1つのパーティが別のパーティに依存しているかどうかを示します。
  • 読取り専用: true
    最大長: 30
    DIRECTION_CODE参照タイプによって検証されたレコード。 親の場合はP、子の場合はC、方向でない場合はN。
  • タイトル: To Date
    関係が終了する日付。
  • タイトル: Head of Household Indicator
    最大長: 1
    デフォルト値: N
    個人が所属する世帯主であるかどうかを示します。
  • タイトル: Influence Level
    販売担当者が購買関係に与える影響。 サンプル値は、内部円、政治構造、なしです。
  • 最大長: 100
    ジョブ名の定義。
  • 最大長: 900
    ジョブ・パッケージの定義。
  • タイトル: Last Updated Date
    読取り専用: true
    レコードが最後に更新された日時。
  • タイトル: Last Updated By
    読取り専用: true
    最大長: 64
    レコードを最後に更新したユーザー。
  • タイトル: Last Update Login
    読取り専用: true
    最大長: 32
    担当者レコードを最後に更新したユーザーのセッション・ログイン。
  • Links
  • この関係にあるオブジェクトの主キー識別子。 ObjectPartyId、ObjectPartyNumber、およびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。
  • タイトル: Object Party Name
    読取り専用: true
    最大長: 360
    関係のオブジェクト・パーティの名前。
  • タイトル: Object Registry ID
    最大長: 30
    関係のオブジェクト・パーティの一意の識別番号。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。
  • タイトル: Object Source System
    関係のオブジェクト・パーティの外部ソース・システムの名前で、システム設定の一部として管理者が定義します。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • タイトル: Object Source System Reference
    外部ソース・システムからの関係におけるオブジェクト・パーティの識別子。 ObjectPartyId、ObjectPartyNumberおよびObjectSourceSystemとObjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のオブジェクト・パーティを識別します。
  • 最大長: 30
    この関係のオブジェクト・パーティのソース表名。
  • 最大長: 30
    担当者のオブジェクト・タイプ。
  • 最大長: 30
    関係におけるオブジェクト・パーティの使用コード。
  • ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
  • 読取り専用: true
    この属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、最後の問合せ以降に別のセッションによって行が更新されたかどうかが検出されます。
  • 読取り専用: true
    この属性は、オプティミスティック・ロックの実装に使用されます。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、最後の問合せ以降に別のセッションによって行が更新されたかどうかが検出されます。
  • 読取り専用: true
    パーティの一意識別子
  • 読取り専用: true
    パーティの代替一意識別子。
  • タイトル: Ownership Percentage
    親エンティティが所有する子エンティティのパーセンテージ。
  • 最大長: 10
    デフォルト値: false
    この担当者個人が顧客のプライマリ担当者であるかどうかを示します。 受け入れられる値はYおよびNです。 デフォルト値はNです。
  • 最大長: 10
    デフォルト値: false
    この顧客が担当者のプライマリ顧客かどうかを示します。 受け入れられる値はYおよびNです。 デフォルト値はNです。
  • タイトル: Relationship Code
    最大長: 30
    これがフォワード関係コードかバック・ワード関係コードかを示します。 有効な関係コードのリストは、参照PARTY_RELATIONS_TYPEで定義されます。 設定およびメンテナンス・タスクの関係参照の管理を使用して、コードをレビューおよび更新します。
  • 読取り専用: true
    関係の一意の識別子。
  • 関係レコードの一意の識別子。
  • システム設定の一部として管理者が定義する、関係の外部ソース・システムの名前。
  • 外部ソース・システムとの関係の識別子。
  • タイトル: Relationship Type
    最大長: 30
    関係タイプ名。 たとえば、CUSTOMER_SUPPLIERです。 有効な関係タイプのリストは、参照HZ_RELATIONSHIP_TYPEで定義されます。 設定およびメンテナンス・タスクの関係参照の管理を使用して、コードをレビューおよび更新します。
  • 要求トの一意の識別子。
  • タイトル: Role
    サブジェクト・パーティとオブジェクト・パーティ間のロール。
  • 読取り専用: true
    最大長: 255
    デフォルト値: HZ_PARTIES
    レコード・データを保持し、ソース・システム参照を管理するために参照される表の名前。
  • タイトル: From Date
    関係が設定された日付。 デフォルトはシステム日付です。
  • 読取り専用: true
    最大長: 1
    デフォルト値: A
    これがアクティブまたは非アクティブの関係であるかどうかを示します。 Aはアクティブ、Iは非アクティブ。 これは内部列であり、値を渡すことはできません。 有効な値のリストは、参照HZ_STATUSで定義されます。 「設定および保守」作業領域の「標準参照の管理」タスクを使用して、コードを確認、更新します。
  • この関係のサブジェクトの主キー識別子。 SubjectPartyId、SubjectPartyNumber、およびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。
  • タイトル: Subject Party Name
    読取り専用: true
    最大長: 360
    件名パーティの名前。
  • タイトル: Subject Registry ID
    最大長: 30
    関係のサブジェクト・パーティの代替キー識別子。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。
  • タイトル: Subject Source System
    関係のサブジェクト・パーティの外部ソース・システムの名前で、システム設定の一部として管理者が定義します。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。 設定タスク取引先コミュニティ・ソース・システムの管理を使用して、この属性の値を参照タイプHZ_ORIG_SYSTEMS_VLに事前定義する必要があります。
  • タイトル: Subject Source System Reference
    外部ソース・システムからの関係のサブジェクト・パーティの識別子。 SubjectPartyId、SubjectPartyNumberおよびSubjectSourceSystemとSubjectSourceSystemReferenceValueの組合せのいずれかを使用して、関係のサブジェクト・パーティを識別します。
  • 最大長: 30
    件名のソース表。
  • 最大長: 30
    担当者の件名タイプ。
  • 最大長: 30
    担当者のサブジェクト・パーティの使用コード。
ネストされたスキーマ : hubOrganizations-SourceSystemReference-item-response
タイプ: object
ソースを表示
  • デフォルト値: 0
    競合の一意の識別子。 この番号は、webサービスを消費するモバイル・アプリケーションまたはポータブル・アプリケーションで使用されます。
  • 読取り専用: true
    最大長: 64
    レコードを作成したユーザー。
  • デフォルト値: HZ_WS
    レコードを作成したアプリケーション・モジュール。 すべてのwebサービス・ベースの作成では、デフォルトで値HZ_WSに設定されます。 有効な証明レベル・コードのリストは、参照HZ_CREATED_BY_MODULESで定義されます。 「設定およびメンテナンス」タスク、「取引先コミュニティ共通参照の管理」を使用して、コードをレビューおよび更新します。
  • タイトル: Creation Date
    読取り専用: true
    レコードが作成された日付。
  • 参照が終了する日付。
  • 読取り専用: true
    レコードが最後に更新された日付。
  • 読取り専用: true
    最大長: 64
    レコードを最後に更新したユーザー。
  • 読取り専用: true
    最大長: 32
    レコードを最後に更新したユーザーのログイン。
  • Links
  • ロックの実装に使用される番号。 この番号は、行を更新するたびに増分されます。 この数値は、トランザクションの開始時と終了時に比較され、別のセッションがその行を更新したかどうかが判断されます。
  • アカウント、担当者または世帯の一意の識別子。
  • タイトル: Party Number
    アカウント、担当者または世帯の公開一意識別子。 非アクティブなレコードは更新できません。
  • タイトル: Party Source System
    アカウント、担当者または世帯のソース・システム名。
  • タイトル: Party Source System Reference Value
    外部ソース・システムからのレコードの識別子。
  • タイトル: Source System
    最大長: 30
    ソース・システム名。
  • 読取り専用: true
    順次生成された識別子。
  • 最大長: 255
    ソース・システム論理エンティティのソース・システムID。
  • 開始日。
  • 最大長: 1
    デフォルト値: A
    参照のステータス。 Aはアクティブ。 マッピングが無効です。 非アクティブの場合。 マッピングが無効です。 デフォルトは、アクティブの場合はAです。
ネストされたスキーマ : hubOrganizations-UsageAssignment-item-response
タイプ: object
ソースを表示
トップに戻る

例:

次の例は、RESTリソースに対してGETリクエストを発行して組織を取得する方法を示しています。

cURLコマンド

curl -u <username:password> \
 -X POST https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations  \
 -H 'Content-Type: application/vnd.oracle.adf.resourceitem+json'  | json_pp

レスポンス本文の例

次の例は、JSON形式のレスポンス本文のコンテンツを示しています。

{
    "items": [
        {
            "PartyId": 300100019114221,
            "PartyNumber": "CDRM_53640",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:11.060+00:00",
            "LastUpdateDate": "2022-06-07T23:34:34.724+00:00",
            "LastUpdatedBy": "MHoope",
            "PartyUsageCode": "COMPETITOR",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19361",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53640/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114353,
            "PartyNumber": "CDRM_53704",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:20.065+00:00",
            "LastUpdateDate": "2013-01-09T01:49:20.423+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19393",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53704/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114233,
            "PartyNumber": "CDRM_53645",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:12.057+00:00",
            "LastUpdateDate": "2013-01-09T01:49:12.398+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19364",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53645/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114262,
            "PartyNumber": "CDRM_53661",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:14.076+00:00",
            "LastUpdateDate": "2013-01-09T01:49:14.409+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19372",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53661/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 10785,
            "PartyNumber": "8330",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "Department of Defence",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "TCA_V1_API",
            "CreatedBy": "1001530",
            "CreationDate": "2002-02-26T10:49:33+00:00",
            "LastUpdateDate": "2002-02-26T10:49:33+00:00",
            "LastUpdatedBy": "1001530",
            "PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "4010",
            "AddressElementAttribute1": null,
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "1234 Indepedence Ave",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": "BILL_TO, SHIP_TO",
            "Building": null,
            "City": "Fairfax",
            "Country": "US",
            "County": "Fairfax",
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "20198",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "VA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": null,
            "CorporationClass": null,
            "CurcyConvRateType": null,
            "CurrencyCode": null,
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": false,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": "R",
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "Department of Defence",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/8330/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114315,
            "PartyNumber": "CDRM_53689",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:18.068+00:00",
            "LastUpdateDate": "2013-01-09T01:49:18.350+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19386",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53689/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114389,
            "PartyNumber": "CDRM_53717",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:22.059+00:00",
            "LastUpdateDate": "2013-01-09T01:49:22.312+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19401",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53717/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114410,
            "PartyNumber": "CDRM_53728",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:23.072+00:00",
            "LastUpdateDate": "2013-01-09T01:49:23.410+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19406",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53728/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 5246,
            "PartyNumber": "3637",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "US Army",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "TCA_V1_API",
            "CreatedBy": "1614",
            "CreationDate": "2002-01-03T10:01:32+00:00",
            "LastUpdateDate": "2002-01-03T10:01:32+00:00",
            "LastUpdatedBy": "1614",
            "PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "2870",
            "AddressElementAttribute1": null,
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Z Do Not Use",
            "Address2": "Pentagon City",
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": "BILL_TO, SHIP_TO",
            "Building": null,
            "City": "Arlington",
            "Country": "US",
            "County": "Arlington",
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "20300",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "VA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": null,
            "CorporationClass": null,
            "CurcyConvRateType": null,
            "CurrencyCode": null,
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": false,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": "R",
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "US Army",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000037371007E00020000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3637/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 5250,
            "PartyNumber": "3642",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "US Navy",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "TCA_V1_API",
            "CreatedBy": "1614",
            "CreationDate": "2002-01-03T10:11:32+00:00",
            "LastUpdateDate": "2002-01-03T10:11:32+00:00",
            "LastUpdatedBy": "1614",
            "PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "2872",
            "AddressElementAttribute1": null,
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Z Do Not Use",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": "BILL_TO, SHIP_TO",
            "Building": null,
            "City": "Arlington",
            "Country": "US",
            "County": "Arlington",
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "20300",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "VA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": null,
            "CorporationClass": null,
            "CurcyConvRateType": null,
            "CurrencyCode": null,
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": false,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": "R",
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "US Navy",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0002000000017371007E0002000000037371007E00020000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/3642/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115611,
            "PartyNumber": "CDRM_53752",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:26.068+00:00",
            "LastUpdateDate": "2013-01-09T01:49:26.445+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19418",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53752/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115649,
            "PartyNumber": "CDRM_53758",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:28.048+00:00",
            "LastUpdateDate": "2013-01-09T01:49:28.400+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19421",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53758/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115676,
            "PartyNumber": "CDRM_53768",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:28.055+00:00",
            "LastUpdateDate": "2013-01-09T01:49:28.491+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19425",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53768/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115690,
            "PartyNumber": "CDRM_53772",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:29.069+00:00",
            "LastUpdateDate": "2013-01-09T01:49:29.402+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19428",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53772/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115745,
            "PartyNumber": "CDRM_53782",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:33.056+00:00",
            "LastUpdateDate": "2013-01-09T01:49:33.483+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19433",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53782/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115773,
            "PartyNumber": "CDRM_53789",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:33.058+00:00",
            "LastUpdateDate": "2013-01-09T01:49:33.432+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19436",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53789/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 12032,
            "PartyNumber": "9524",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "Daikoku Household",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "TCA_V1_API",
            "CreatedBy": "1004140",
            "CreationDate": "2002-08-09T09:23:06+00:00",
            "LastUpdateDate": "2002-08-09T09:23:06+00:00",
            "LastUpdatedBy": "1004140",
            "PartyUsageCode": "LOGISTICAL_SERVICE_PROVIDER",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "4508",
            "AddressElementAttribute1": null,
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "19129 Roman Way",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Santa Monica",
            "Country": "US",
            "County": "Los Angeles",
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "90401",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": null,
            "CorporationClass": null,
            "CurcyConvRateType": null,
            "CurrencyCode": null,
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "Daikoku Household",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": 1988,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/9524/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115729,
            "PartyNumber": "CDRM_53779",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:32.060+00:00",
            "LastUpdateDate": "2013-01-09T01:49:32.368+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19431",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53779/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115768,
            "PartyNumber": "CDRM_53787",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:33.062+00:00",
            "LastUpdateDate": "2013-01-09T01:49:33.419+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19435",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53787/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115798,
            "PartyNumber": "CDRM_53793",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:34.061+00:00",
            "LastUpdateDate": "2013-01-09T01:49:34.408+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19439",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53793/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115817,
            "PartyNumber": "CDRM_53796",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:34.065+00:00",
            "LastUpdateDate": "2013-01-09T01:49:34.492+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19440",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53796/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114529,
            "PartyNumber": "CDRM_53798",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:35.057+00:00",
            "LastUpdateDate": "2013-01-09T01:49:35.378+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19442",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53798/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019114539,
            "PartyNumber": "CDRM_53805",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:36.052+00:00",
            "LastUpdateDate": "2013-01-09T01:49:36.381+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19444",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53805/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115208,
            "PartyNumber": "CDRM_53649",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:12.058+00:00",
            "LastUpdateDate": "2013-01-09T01:49:12.441+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19367",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53649/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        },
        {
            "PartyId": 300100019115277,
            "PartyNumber": "CDRM_53665",
            "SourceSystem": null,
            "SourceSystemReferenceValue": null,
            "OrganizationName": "AvinashTestOrgForRelationship2",
            "UniqueNameSuffix": null,
            "Status": "A",
            "CreatedByModule": "SALES",
            "CreatedBy": "DATA_STEWARD_MGR",
            "CreationDate": "2013-01-09T01:49:15.144+00:00",
            "LastUpdateDate": "2013-01-09T01:49:15.465+00:00",
            "LastUpdatedBy": "DATA_STEWARD_MGR",
            "PartyUsageCode": "SALES_PROSPECT",
            "RawPhoneNumber": null,
            "PhoneVerificationStatus": null,
            "PhoneVerificationDate": null,
            "EmailAddress": null,
            "EmailVerificationStatus": null,
            "EmailVerificationDate": null,
            "URL": null,
            "AddressNumber": "CDRM_19374",
            "AddressElementAttribute1": "TestAttr1",
            "AddressElementAttribute2": null,
            "AddressElementAttribute3": null,
            "AddressElementAttribute4": null,
            "AddressElementAttribute5": null,
            "Address1": "Test Address",
            "Address2": null,
            "Address3": null,
            "Address4": null,
            "AddressLinesPhonetic": null,
            "AddressType": null,
            "Building": null,
            "City": "Redwood City",
            "Country": "US",
            "County": null,
            "FloorNumber": null,
            "Mailstop": null,
            "PostalCode": "94063",
            "PostalPlus4Code": null,
            "Province": null,
            "State": "CA",
            "ThirdPartyFlag": null,
            "ValidatedFlag": null,
            "AccountScore": null,
            "AccountScoringTier": null,
            "AnalysisFiscalYear": null,
            "BankCode": null,
            "BankOrBranchNumber": null,
            "BranchCode": null,
            "BranchFlag": null,
            "BusinessScope": null,
            "CEOName": null,
            "CEOTitle": null,
            "CertificationLevel": null,
            "CertificationReasonCode": null,
            "CleanlinessScore": null,
            "Comments": null,
            "CompletenessScore": null,
            "CongressionalDistrictCode": null,
            "ControlYear": null,
            "CorpCurrencyCode": "USD",
            "CorporationClass": null,
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "CurrentFiscalYearPotentialRevenueAmount": null,
            "DataCloudStatus": null,
            "DataConfidenceScore": null,
            "DatafoxCompanyId": null,
            "Description": null,
            "DisadvantageIndicator": null,
            "DisplayedDUNSPartyId": null,
            "DomesticUltimateDUNSNumber": null,
            "DoNotConfuseWith": null,
            "DUNSNumber": null,
            "DUNSCreditRating": null,
            "DuplicateIndicator": null,
            "DuplicateScore": null,
            "EmployeesAtPrimaryAddress": null,
            "EmployeesAtPrimaryAddressEstimation": null,
            "EmployeesAtPrimaryAddressMinimum": null,
            "EmployeesAtPrimaryAddressText": null,
            "EmployeesTotal": null,
            "EnquiryDUNS": null,
            "EnrichmentScore": null,
            "ExportIndicator": null,
            "FiscalYearendMonth": null,
            "GlobalUltimateDUNSNumber": null,
            "GrowthStrategyDescription": null,
            "GeneralServicesAdministrationFlag": null,
            "HomeCountry": null,
            "HQBranchIndicator": null,
            "ImportIndicator": null,
            "Keywords": null,
            "LaborSurplusIndicator": null,
            "LastEnrichmentDate": null,
            "LastScoreUpdateDate": null,
            "LegalStatus": null,
            "LineOfBusiness": null,
            "LocalActivityCode": null,
            "LocalActivityCodeType": null,
            "LocalBusinessIdentifier": null,
            "LocalBusinessIdentifierType": null,
            "MinorityOwnedIndicator": null,
            "MinorityOwnedType": null,
            "MissionStatement": null,
            "NextFiscalYearPotentialRevenueAmount": null,
            "OutOfBusinessIndicator": null,
            "OrganizationSize": null,
            "OrganizationType": null,
            "ParentDUNSNumber": null,
            "ParentOrSubsidiaryIndicator": null,
            "PreferredFunctionalCurrency": null,
            "PreferredContactMethod": null,
            "PrincipalName": null,
            "PrincipalTitle": null,
            "PublicPrivateOwnershipFlag": null,
            "RecencyScore": null,
            "RegistrationType": null,
            "RentOrOwnIndicator": null,
            "SmallBusinessIndicator": null,
            "StockSymbol": null,
            "TaxpayerIdentificationNumber": null,
            "TotalEmployeesEstimatedIndicator": null,
            "TotalEmployeesIndicator": null,
            "TotalEmployeesMinimumIndicator": null,
            "TotalEmployeesText": null,
            "TotalPaymentAmount": null,
            "TradingPartnerIdentifier": null,
            "UniqueNameAlias": "AvinashTestOrgForRelationship2",
            "ValidityScore": null,
            "WomanOwnedIndicator": null,
            "YearEstablished": null,
            "YearIncorporated": null,
            "OrganizationDEO_CustomText_c": null,
            "OrganizationDEO_CustomNumber_c": null,
            "OrganizationDEO_CustomDate_c": null,
            "OrganizationDEO_CustomDatetime_c": null,
            "OrganizationDEO_CustomFlag_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665",
                    "name": "hubOrganizations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000017371007E0002000000017371007E00020000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665",
                    "name": "hubOrganizations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/AdditionalIdentifier",
                    "name": "AdditionalIdentifier",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/AdditionalName",
                    "name": "AdditionalName",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/Address",
                    "name": "Address",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/ContactPoint",
                    "name": "ContactPoint",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/CustomerClassification",
                    "name": "CustomerClassification",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/Note",
                    "name": "Note",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "name": "OrganizationDEO_OPACustomTestChild1_OPAAcctChildCO_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/Relationship",
                    "name": "Relationship",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/SourceSystemReference",
                    "name": "SourceSystemReference",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/child/UsageAssignment",
                    "name": "UsageAssignment",
                    "kind": "collection"
                },
                {
                    "rel": "enclosure",
                    "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/CDRM_53665/enclosure/BusinessReport",
                    "name": "BusinessReport",
                    "kind": "other"
                }
            ]
        }
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations",
            "name": "hubOrganizations",
            "kind": "collection"
        },
        {
            "rel": "action",
            "href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hubOrganizations/action/findDuplicates",
            "name": "findDuplicates",
            "kind": "other"
        }
    ]
}
「トップに戻る」