すべてのサブスクリプション・アカウントを取得
get
/crmRestApi/resources/11.13.18.05/subscriptionAccounts
リクエスト
問合せパラメータ
- expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees,Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します:- PrimaryKey : 指定された主キーを持つサブスクリプション・アカウントを検索します。
ファインダ変数:- LocationId; integer; サブスクリプション・アカウントの一意の識別子。
- SubscriptionAccountId; integer; サブスクリプション・アカウントの一意の識別子。
- RowFinder : 指定されたユーザー・キーを持つサブスクリプション・アカウントを検索します。
ファインダ変数:- SubscrAccountNumber; string; サブスクリプション・アカウントの代替の一意の識別子。
- PrimaryKey : 指定された主キーを持つサブスクリプション・アカウントを検索します。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
リソース・アイテム・ペイロードは、データのみを含めるようにフィルタされます(リンク・セクションなどは含まれません)。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:descです
- q: string
この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;Loc!=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- AccountClass; string; サブスクリプション・アカウントのタイプを示します。 指定可能な値は、OWNER_ACCOUNT、BILLING_ACCOUNT、CUST_ACCOUNTです。
- AccountName; string;外部パーティによって選択された摘要(ただし、顧客にかわって内部的に入力できます)。
- AccountStatus; string;サブスクリプション・アカウントのステータス。
- AddrElementAttribute1; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddrElementAttribute2; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddrElementAttribute3; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddrElementAttribute4; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- AddrElementAttribute5; string;柔軟なアドレス形式をサポートするための追加のアドレス要素。
- Address1; string; アカウント・アドレスの最初の行。
- Address2; string; アカウント・アドレスの2行目。
- Address3; string; アカウント・アドレスの3行目。
- Address4; string; アカウント・アドレスの4行目。
- AddressLinesPhonetic; string;漢字アドレス行の表記(日本で使用)。
- AddressNumber; string; サブスクリプション・アカウントに関連付けられたアドレス番号。
- AddressType; string; Address Typeは、アドレスのタイプを示す値を含む静的選択リストです。
- 建物;文字列;指定された住所の特定の建物名または番号。
- City; string;識別住所の市区町村。
- CommonBusinessIdentifier;文字列;政府機関、商工会議所、またはその他の権限によって企業に割り当てられたプライマリ識別子。通常は米国外で使用されます。
- CorpCurrencyCode; string; サブスクリプション・アカウントに関連付けられた企業通貨コード。 受け入れられる値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通参照の管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
- CorporationClass; string; USの第S章などの企業エンティティの課税分類。
- 国;文字列;識別住所の国。
- 郡;文字列;識別住所の郡。
- CreatedBy; string; 行を作成したユーザー。
- CreationDate; string;レコードが作成された日付。
- CreditAgency; string; サブスクリプション・アカウントのクレジット・エージェンシ。
- CreditScore; integer;クレジット・エージェンシがサブスクリプション・アカウントについて発行するクレジット・スコア。
- CreditThreshold; number;クレジット・エージェンシによって発行されたサブスクリプション・アカウントのクレジットしきい値。
- CreditUpdateDate; string; サブスクリプション・アカウントのクレジット更新日。
- CreditUpdatedBy; string; サブスクリプション・アカウントのクレジット情報を更新したユーザー。
- CurcyConvRateType; string;通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。
- CurrencyCode; string; サブスクリプション・アカウントの通貨換算率。
- CustomerAccountId; integer;顧客アカウントの一意の識別子。 HZ_CUST_ACCOUNTS表の外部キー。
- CustomerAccountSiteId; string;顧客アカウント側の一意の識別子。
- DUNSNumber; string;列値は9桁のDUNS番号に制限されません。
- DailyThreshold; number;サブスクリプション・アカウントの日次しきい値制限。
- DbRating; string;ダン・アンド・ブラッド・ストリート信用格付け。
- DirectoryAssistStartDate; string; サブスクリプション・アカウントのディレクトリ支援が開始される日付。
- DirectoryAssistStatus; string;サブスクリプション・アカウントのディレクトリ支援のステータス。
- DomesticThreshold; number;サブスクリプション・アカウントの国内しきい値。
- DuplicateType; string;レコードの重複ステータス。 NULL値は、レコードが重複していないか、レコードが評価されていないことを示します。 DUPEは、レコードが重複していることを示します。 LINKは、レコードが別のレコードにリンクされていることを示します。
- FloorNumber; string;建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。
- InternationalThreshold; number。サブスクリプション・アカウントの国際しきい値。
- LastSrcUpdateDate; string; 最後の更新ソース・システム列のソース・システムにより、このレコードが更新された時点のタイムスタンプ。
- LastUpdateDate; string; レコードが最後に更新された日付。
- LastUpdateLogin; string; レコードを最後に更新したユーザーのログイン。
- LastUpdateSrcSystem; string; このレコードを最後に更新したソース・システム。
- LastUpdatedBy; string; レコードを最後に更新したユーザー。
- LegalEntityId; integer; サブスクリプション・アカウントに関連付けられた法的エンティティ。
- LocationId; integer; サブスクリプション・アカウントのプライマリ住所の一意の識別子。
- MaximumCallDuration; number;サブスクリプション・アカウントの最大コール期間。
- MaximumCalls; number;サブスクリプション・アカウントのコールの最大数。
- MaximumCost; number。サブスクリプション・アカウントに設定される最大コスト。
- NonprofitOrganizationFlag; boolean;組織が非営利組織であるかどうかを示します。 非営利組織の場合はY、利益組織の場合はN。
- ParentSubscrAccountId; integer; 親サブスクリプション・アカウントの一意の識別子。 サブスクリプション・アカウントの親アカウントを指定します。
- ParentSubscrAccountNumber; string;親サブスクリプション・アカウント・オブジェクトの一意のユーザー・キー。
- ParentSubscriptionAccountName; string;親サブスクリプション・アカウントの名前。
- PartyId; integer; HZ_PARTYの一意に生成されたID。
- PartyName; string;パーティの名前。
- PartyNumber; string; これは、表の一意のユーザー・キーです。
- PartySiteId; string;識別住所のパーティ・サイトの一意の識別子。
- PartyType; string;コンシューマや組織などのパーティ・タイプ。
- PercentageOverflow; number;サブスクリプション・アカウントのオーバーフロー率。
- PhAssistExemptionFlag; boolean;サブスクリプション・アカウントの電話サポート免除。
- PhAssistRenewalDate; string; サブスクリプション・アカウントの電話サポート更新日。
- PhAssistRequestDate; string; サブスクリプション・アカウントの電話サポート・リクエストが行われた日付。
- PhAssistStartDate; string; サブスクリプション・アカウントの電話支援が開始する日付。
- PostalCode; string; サブスクリプション・アカウントのプライマリ住所の郵便番号。
- PostalPlus4Code; string; アメリカ合衆国の郵便番号の4桁の拡張子。
- PrimaryLanguage; string;サブスクリプション・アカウントのプライマリ言語。
- PrivatelyOwnedFlag; boolean。組織が個人所有であるかどうかを示します。 個人所有組織の場合はY、公開所有組織の場合はN。
- 州;文字列;識別住所の州。
- RegistrationType; string; 非営利団体など、登録タイプの参照。
- SensitiveNubmerThreshold; number;サブスクリプション・アカウントの機密番号のしきい値。
- SetCode; string;レコードの参照セット。
- SetId; string;識別住所のアカウント・サイト・セット。
- SiteUseCode; string;サイトが識別アドレスのコードを使用します。
- SmallBusinessFlag; boolean;会社が中小企業とみなされることを示します。 中小企業の場合はY、その他すべての企業の場合はN。
- SourceSystem; string;レコードのソース・システム。
- SourceSystemReference; string;ソース・システムの参照。
- State; string;識別するアドレスの状態。
- StateSellTaxPermitLicenseNumber; string; 通知サブスクリプション・アカウントの州販売税許可LIC番号。
- SubscrAccountNumber; string; サブスクリプション・アカウントの代替の一意の識別子。
- SubscriptionAccountId; integer; サブスクリプション・アカウントの一意の識別子。
- TIN;文字列;納税者ID番号。SSN、米国での所得納税者ID、欧州での会計コードまたはNIFなど、個人または組織の一意の識別子。
- TaxCode; string;顧客の税金コード。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻る応答
サポートされるメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 次に例を示します : Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : subscriptionAccounts
タイプ:
ソースを表示
object
-
count(required): integer
現在の範囲で返されたリソース・インスタンスの数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースがさらにあります。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Items
コレクション内のアイテム。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合の推定行数。それ以外の場合、カウントは含まれません。
ネストされたスキーマ : subscriptionAccounts-item-response
タイプ:
ソースを表示
object
-
AccountClass: string
タイトル:
Account Class
最大長:30
デフォルト値:ORA_ATC_ACCOUNT_OWNER
サブスクリプション・アカウントのタイプを示します。 指定可能な値は、OWNER_ACCOUNT、BILLING_ACCOUNT、CUST_ACCOUNTです。 -
AccountName: string
タイトル:
Subscription Account Name
最大長:240
外部パーティによって選択された摘要(ただし、顧客にかわって内部的に入力できます)。 -
AccountStatus: string
タイトル:
Status
最大長:30
デフォルト値:A
サブスクリプション・アカウントのステータス。 -
AddrElementAttribute1: string
タイトル:
Additional Address Element 1
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute2: string
タイトル:
Additional Address Element 2
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute3: string
タイトル:
Additional Address Element 3
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute4: string
タイトル:
Additional Address Element 4
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute5: string
タイトル:
Additional Address Element 5
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
Address1: string
タイトル:
Address Line 1
最大長:240
取引先住所の最初の行。 -
Address2: string
タイトル:
Address Line 2
最大長:240
取引先住所の2行目。 -
Address3: string
タイトル:
Address Line 3
最大長:240
取引先住所の3行目。 -
Address4: string
タイトル:
Address Line 4
最大長:240
取引先住所の4行目。 -
AddressLinesPhonetic: string
タイトル:
Address Lines Phonetic
最大長:560
漢字住所行の表記(日本で使用)。 -
AddressNumber: string
タイトル:
Address Number
最大長:30
サブスクリプション・アカウントに関連付けられた住所番号。 -
AddressType: string
タイトル:
Address Type
最大長:100
住所タイプは、住所のタイプを示す値を含む静的選択リストです。 -
Attachments: array Attachments
タイトル:
Attachments
添付リソースは、添付の表示、作成、更新および削除に使用されます。 添付はサブスクリプション・アカウントに関連付けられます。 -
billingProfiles: array Billing Profiles
タイトル:
Billing Profiles
請求プロファイル・リソースは、請求プロファイルの表示、作成、更新および削除に使用されます。 特定のサブスクリプション・アカウントのすべての請求プロファイルがリストされます。 -
Building: string
タイトル:
Building
最大長:240
特定の住所の建物名または番号。 -
City: string
タイトル:
City
最大長:60
識別住所の市。 -
CommonBusinessIdentifier: string
タイトル:
Common Business Identifier
最大長:265
政府機関や商工会議所、その他の権限によって企業に割り当てられたプライマリ識別子で、通常は米国外で使用されます。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code
最大長:15
サブスクリプション・アカウントに関連付けられた企業通貨コード。 受け入れられる値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通参照の管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CorporationClass: string
タイトル:
Corporation Class
最大長:30
米国の第S章などの企業エンティティの税分類。 -
Country: string
タイトル:
Country
最大長:2
識別住所の国。 -
County: string
タイトル:
County
最大長:60
識別住所の郡。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
レコードが作成された日付。 -
CreditAgency: string
タイトル:
Credit Agency
最大長:30
サブスクリプション・アカウントのクレジット機関。 -
CreditScore: integer (int64)
タイトル:
Credit Score
最小値:0
サブスクリプション・アカウントのクレジット・エージェンシによるクレジット・スコアの問題。 -
CreditThreshold: number
タイトル:
Credit Threshold
最小値:0
クレジット・エージェンシによって発行されたサブスクリプション・アカウントの与信しきい値。 -
CreditUpdateDate: string (date-time)
タイトル:
Credit Update Date
サブスクリプション・アカウントのクレジット更新日。 -
CreditUpdatedBy: string
タイトル:
Credit Updated By
最大長:30
サブスクリプション・アカウントのクレジット情報を更新したユーザー。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type
最大長:30
通貨換算レート・タイプ。 有効な値のリストは、参照ZCA_COMMON_RATE_TYPEで定義されます。 「設定およびメンテナンス」作業領域の通貨プロファイル・オプションの管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CurrencyCode: string
タイトル:
Currency Code
最大長:15
サブスクリプション・アカウントの通貨換算のレート。 -
CustomerAccountId: integer (int64)
タイトル:
Customer Account ID
顧客アカウントの一意の識別子。 HZ_CUST_ACCOUNTS表の外部キー。 -
CustomerAccountSiteId: string
読取り専用:
true
顧客アカウント側の一意の識別子。 -
DailyThreshold: number
タイトル:
Daily Threshold
最小値:0
サブスクリプション・アカウントの日次しきい値制限。 -
DbRating: string
タイトル:
D&B Credit Rating
最大長:30
ダン・アンド・ブラッド・ストリート信用格付け。 -
DeleteFlag: boolean
読取り専用:
true
サブスクリプション・アカウントが削除されたかどうかを示します。 -
DirectoryAssistStartDate: string (date-time)
タイトル:
Directory Assistance Start Date
サブスクリプション・アカウントのディレクトリ支援が開始される日付。 -
DirectoryAssistStatus: string
タイトル:
Directory Assistance Status
最大長:30
サブスクリプション・アカウントのディレクトリ支援のステータス。 -
DomesticThreshold: number
タイトル:
Domestic Threshold
最小値:0
サブスクリプション・アカウントの国内しきい値。 -
DUNSNumber: string
タイトル:
D-U-N-S Number
最大長:30
列値は9桁のDUNS番号に制限されません。 -
DuplicateType: string
タイトル:
Duplicate Type
最大長:30
レコードの重複ステータス。 NULL値は、レコードが重複していないか、レコードが評価されていないことを示します。 DUPEは、レコードが重複していることを示します。 LINKは、レコードが別のレコードにリンクされていることを示します。 -
FloorNumber: string
タイトル:
Floor
最大長:40
建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。 -
FormattedAddress: string
タイトル:
Address
読取り専用:true
最大長:255
識別住所の書式付き住所。 -
FormattedMultilineAddress: string
タイトル:
Address
読取り専用:true
識別住所の書式付き複数行住所。 -
InternationalThreshold: number
タイトル:
International Threshold
最小値:0
サブスクリプション・アカウントの国際しきい値。 -
LastSrcUpdateDate: string (date-time)
タイトル:
Last Source Update Date
最後の更新ソース・システム列のソース・システムによってこのレコードが更新された時点のタイムスタンプ。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
レコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
レコードを最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
レコードを最後に更新したユーザーのログイン。 -
LastUpdateSrcSystem: string
タイトル:
Last Update Source System
最大長:30
このレコードを最後に更新したソース・システム。 -
LegalEntityId: integer (int64)
タイトル:
Legal Entity ID
サブスクリプション・アカウントに関連付けられた法的エンティティ。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
LocationId: integer (int64)
タイトル:
Location ID
読取り専用:true
サブスクリプション・アカウントのプライマリ住所の一意の識別子。 -
MaximumCallDuration: number
タイトル:
Maximum Call Duration
最小値:0
サブスクリプション・アカウントの最大コール期間。 -
MaximumCalls: number
タイトル:
Maximum Calls
最小値:0
サブスクリプション・アカウントのコールの最大数。 -
MaximumCost: number
タイトル:
Maximum Call Cost
最小値:0
サブスクリプション・アカウントに設定される最大コスト。 -
NonprofitOrganizationFlag: boolean
タイトル:
Nonprofit Organization
最大長:1
組織が非営利組織であるかどうかを示します。 非営利組織の場合はY、利益組織の場合はN。 -
Note: array Notes
タイトル:
Notes
ノート・リソースは、サブスクリプション・アカウントに関連付けられたノートの表示、作成、更新および削除に使用されます。 ノートは、アカウントに関連するコメント、情報またはインストラクションを取得します。 -
ParentSubscrAccountId: integer (int64)
タイトル:
Parent Subscription Account ID
親サブスクリプション・アカウントの一意の識別子。 サブスクリプション・アカウントの親アカウントを指定します。 -
ParentSubscrAccountNumber: string
タイトル:
Subscription Account Number
最大長:30
親サブスクリプション・アカウント・オブジェクトの一意のユーザー・キー。 -
ParentSubscriptionAccountName: string
タイトル:
Parent Subscription Account Name
読取り専用:true
最大長:240
親サブスクリプション・アカウントの名前。 -
PartyId: integer (int64)
タイトル:
Party ID
HZ_PARTYの一意に生成されたID。 -
PartyName: string
タイトル:
Name
読取り専用:true
最大長:360
パーティの名前。 -
PartyNumber: string
タイトル:
Registry ID
最大長:30
これは、表の一意のユーザー・キーです。 -
PartySiteId: string
読取り専用:
true
識別住所のパーティ・サイトの一意の識別子。 -
PartyType: string
タイトル:
Party Type
読取り専用:true
最大長:30
パーティ・タイプ(消費者や組織など)。 -
PercentageOverflow: number
タイトル:
Percentage Overflow
最小値:0
サブスクリプション・アカウントのオーバーフロー率。 -
PhAssistExemptionFlag: boolean
タイトル:
Phone Assistance Exemption
最大長:1
デフォルト値:false
サブスクリプション・アカウントの電話サポート免除。 -
PhAssistRenewalDate: string (date-time)
タイトル:
Phone Assistance Renewal Date
サブスクリプション・アカウントの電話サポート更改日。 -
PhAssistRequestDate: string (date-time)
タイトル:
Phone Assistance Request Date
サブスクリプション・アカウントの電話支援リクエストが行われた日付。 -
PhAssistStartDate: string (date-time)
タイトル:
Phone Assistance Start Date
サブスクリプション・アカウントの電話支援が開始する日付。 -
PostalCode: string
タイトル:
Postal Code
最大長:60
サブスクリプション・アカウントのプライマリ住所の郵便番号。 -
PostalPlus4Code: string
タイトル:
Postal Code Extension
最大長:20
アメリカ合衆国の郵便番号の4桁の拡張子。 -
PrimaryLanguage: string
タイトル:
Primary Language
最大長:30
サブスクリプション・アカウントのプライマリ言語。 -
PrivatelyOwnedFlag: boolean
タイトル:
Privately Owned
最大長:1
組織が個人所有かどうかを示します。 個人所有組織の場合はY、公開所有組織の場合はN。 -
Province: string
タイトル:
Province
最大長:60
識別住所の州。 -
RegistrationType: string
タイトル:
Registration Type
最大長:30
非営利など、登録タイプの参照。 -
SalesAccountId: integer
タイトル:
Sales Account ID
読取り専用:true
組織のパーティ識別子。 -
SensitiveNubmerThreshold: number
タイトル:
Sensitive Number Threshold
最小値:0
サブスクリプション・アカウントの機密番号しきい値。 -
SetCode: string
読取り専用:
true
レコードの参照セット。 -
SetId: string
読取り専用:
true
識別住所のアカウント・サイト・セット。 -
SiteUseCode: string
読取り専用:
true
識別住所のサイト使用コード。 -
SmallBusinessFlag: boolean
タイトル:
Small Business
最大長:1
会社がスモール・ビジネスとみなされることを示します。 中小企業の場合はY、その他すべての企業の場合はN。 -
SourceSystem: string
タイトル:
Source System
最大長:30
レコードのソース・システム。 -
SourceSystemReference: string
タイトル:
Source System Reference
最大長:255
ソース・システムの参照。 -
State: string
タイトル:
State
最大長:60
識別住所の状態。 -
StateSellTaxPermitLicenseNumber: string
タイトル:
State Seller Tax Permit or License Number
最大長:30
サブスクリプション・アカウントの州販売税許可LIC番号。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
最大長:30
サブスクリプション・アカウントの代替一意識別子。 -
subscriptionAccountAddress: array Subscription Account Addresses
タイトル:
Subscription Account Addresses
サブスクリプション・アカウント住所リソースは、アカウント・リソースの表示、作成、更新および削除に使用されます。 すべてのサブスクリプション・アカウント住所が詳細とともにリストされます。 -
subscriptionAccountAssetRelationships: array Subscription Account Asset Relationships
タイトル:
Subscription Account Asset Relationships
サブスクリプション・アカウント・アセット関係リソースは、サブスクリプション・アカウント・アセット関係を表示、作成、更新および削除するために使用されます。 すべてのサブスクリプション・アカウント・アセット関係が詳細とともにリストされます。 -
SubscriptionAccountId: integer (int64)
タイトル:
Subscription Account ID
読取り専用:true
サブスクリプション・アカウントの一意の識別子。 -
subscriptionAccountRelationship: array Subscription Account Relationships
タイトル:
Subscription Account Relationships
サブスクリプション・アカウント関係リソースは、アカウント関係の表示、作成、更新および削除に使用されます。 -
subscriptionAccountRoles: array Subscription Account Roles
タイトル:
Subscription Account Roles
サブスクリプション・アカウント・ロール・リソースは、アカウント・ロールの表示、作成、更新および削除に使用されます。 すべてのサブスクリプション・アカウント・ロールが詳細とともにリストされます。 -
TaxCode: string
タイトル:
Tax Code
読取り専用:true
最大長:50
顧客の税金コード。 -
TIN: string
タイトル:
Tax Identification Number
最大長:30
納税者識別番号。SSN、USの所得納税者ID、欧州の会計コードまたはNIFなど、個人または組織の一意の識別子。 -
UpdateFlag: boolean
読取り専用:
true
サブスクリプション・アカウントが更新されたかどうかを示します。
ネストされたスキーマ : 添付ファイル
タイプ:
array
タイトル:
Attachments
添付リソースは、添付の表示、作成、更新および削除に使用されます。 添付はサブスクリプション・アカウントに関連付けられます。
ソースを表示
ネストされたスキーマ : 請求プロファイル
タイプ:
array
タイトル:
Billing Profiles
請求プロファイル・リソースは、請求プロファイルの表示、作成、更新および削除に使用されます。 特定のサブスクリプション・アカウントのすべての請求プロファイルがリストされます。
ソースを表示
ネストされたスキーマ : ノート
タイプ:
array
タイトル:
Notes
ノート・リソースは、サブスクリプション・アカウントに関連付けられたノートの表示、作成、更新および削除に使用されます。 ノートは、アカウントに関連するコメント、情報またはインストラクションを取得します。
ソースを表示
ネストされたスキーマ : サブスクリプション・アカウント住所
タイプ:
array
タイトル:
Subscription Account Addresses
サブスクリプション・アカウント住所リソースは、アカウント・リソースの表示、作成、更新および削除に使用されます。 すべてのサブスクリプション・アカウント住所が詳細とともにリストされます。
ソースを表示
ネストされたスキーマ : サブスクリプション・アカウント・アセット関係
タイプ:
array
タイトル:
Subscription Account Asset Relationships
サブスクリプション・アカウント・アセット関係リソースは、サブスクリプション・アカウント・アセット関係を表示、作成、更新および削除するために使用されます。 すべてのサブスクリプション・アカウント・アセット関係が詳細とともにリストされます。
ソースを表示
ネストされたスキーマ : サブスクリプション・アカウント関係
タイプ:
array
タイトル:
Subscription Account Relationships
サブスクリプション・アカウント関係リソースは、アカウント関係の表示、作成、更新および削除に使用されます。
ソースを表示
ネストされたスキーマ : サブスクリプション・アカウントのロール
タイプ:
array
タイトル:
Subscription Account Roles
サブスクリプション・アカウント・ロール・リソースは、アカウント・ロールの表示、作成、更新および削除に使用されます。 すべてのサブスクリプション・アカウント・ロールが詳細とともにリストされます。
ソースを表示
ネストされたスキーマ : subscriptionAccounts-Attachments-item-response
タイプ:
ソースを表示
object
-
AsyncTrackerId: string
タイトル:
Asynchronous Upload Tracker Id
ファイルのアップロードを支援するために添付UIコンポーネントで排他的に使用するために指定された属性。 -
AttachedDocumentId: integer (int64)
タイトル:
Attached Document Id
添付文書の一意の識別子。 -
CategoryName: string
タイトル:
Category
最大長:30
添付のカテゴリ。 - ContentRepositoryFileShared: boolean
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:255
添付を作成したユーザー。 -
CreatedByUserName: string
タイトル:
Created By User Name
読取り専用:true
レコードを作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
添付レコードが作成された日付。 -
DatatypeCode: string
タイトル:
Type
最大長:30
デフォルト値:FILE
データ型を示す値。 -
Description: string
タイトル:
Description
最大長:255
添付の説明。 -
DmDocumentId: string
最大長:
255
添付の作成元となる文書ID。 -
DmFolderPath: string
タイトル:
Dm Folder Path
最大長:1000
添付のフォルダ・パス。 -
DmVersionNumber: string
最大長:
255
添付の作成元となる文書バージョン番号。 -
DownloadInfo: string
タイトル:
DownloadInfo
添付ファイルをプログラムで取得するために使用される情報を含む文字列として表されるJSONオブジェクト。 -
ErrorStatusCode: string
タイトル:
Error Status Code
添付のエラー・コード(ある場合)。 -
ErrorStatusMessage: string
タイトル:
Error Status Message
添付のエラー・メッセージ(ある場合)。 -
ExpirationDate: string (date-time)
タイトル:
Expiration Date
添付ファイルのコンテンツの有効期限。 -
FileContents: 文字列(バイト)
タイトル:
File Contents
添付ファイルの内容。 -
FileName: string
タイトル:
File Name
最大長:2048
添付のファイル名。 -
FileUrl: string
タイトル:
File Url
添付のURL。 -
FileWebImage: 文字列(バイト)
タイトル:
File Web Image
読取り専用:true
ソースが変換可能なイメージの場合、.png形式で表示されるファイルのbase64エンコード・イメージ。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date
読取り専用:true
レコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:255
レコードを最後に更新したユーザー。 -
LastUpdatedByUserName: string
タイトル:
Last Updated By User
読取り専用:true
レコードを最後に更新したユーザー。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
Title: string
タイトル:
Title
添付のタイトル。 -
UploadedFileContentType: string
タイトル:
Uploaded File Content Type
添付のコンテンツ・タイプ。 -
UploadedFileLength: integer
タイトル:
File Size
添付ファイルの長さ。 -
UploadedFileName: string
タイトル:
Uploaded File Name
添付ファイルの名前。 -
UploadedText: string
タイトル:
Uploaded Text
添付のテキスト。 -
Uri: string
タイトル:
Uri
最大長:4000
添付のURI。 -
Url: string
タイトル:
Url
最大長:4000
添付のURL。 -
UserName: string
タイトル:
User Name
読取り専用:true
最大長:255
添付に関連付けられているログイン。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object
-
href: string
タイトル:
hyperlink reference
関連リソースへのURI。 -
kind: string
タイトル:
kind
許可された値:[ "collection", "item", "describe", "other" ]
関連リソースの種類。 -
name: string
タイトル:
name
関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation
許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
ネストされたスキーマ : properties
タイプ:
ソースを表示
object
-
changeIndicator: string
リソース・インスタンスのインジケータまたはETag値を変更します。
ネストされたスキーマ : subscriptionAccounts-billingProfiles-item-response
タイプ:
ソースを表示
object
-
AddrElementAttribute1: string
タイトル:
Additional Address Element 1
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute2: string
タイトル:
Additional Address Element 2
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute3: string
タイトル:
Additional Address Element 3
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute4: string
タイトル:
Additional Address Element 4
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute5: string
タイトル:
Additional Address Element 5
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddressLine1: string
タイトル:
Address Line 1
最大長:240
識別住所の最初の行。 -
AddressLine2: string
タイトル:
Address Line 2
最大長:240
識別住所の2行目。 -
AddressLine3: string
タイトル:
Address Line 3
最大長:240
識別住所の3行目。 -
AddressLine4: string
タイトル:
Address Line 4
最大長:240
識別住所の4行目。 -
AddressLinesPhonetic: string
タイトル:
Address Lines Phonetic
最大長:560
漢字住所行の表記(日本で使用)。 -
BillCycle: integer (int64)
タイトル:
Bill Cycle
最小値:0
請求サイクルが発生するタイミングを示します。 -
BillCycleDay: 整数(int32)
タイトル:
Bill Cycle Day
最小値:1
最大値:31
請求サイクルが発生する日。 -
BillingAccountNumber: string
タイトル:
Billing Account Number
最大長:30
プロファイルの請求アカウント番号。 -
BillingEmailAddress: string
タイトル:
Email Address
最大長:100
請求プロファイルの電子メール・アドレス。 -
BillingFrequency: string
タイトル:
Billing Frequency
最大長:100
サービスに対して顧客が請求される間隔。 -
BillingProfileId: integer (int64)
タイトル:
Billing Profile ID
読取り専用:true
請求プロファイルの一意の識別子。 -
BillingProfileName: string
タイトル:
Name
最大長:30
請求プロファイルの名前。 -
BillingProfileNumber: string
タイトル:
Billing Profile Number
最大長:30
表の一意のユーザー・キー。 -
BillingType: string
タイトル:
Billing Type
最大長:100
請求プロファイルの請求タイプ。 -
BillLanguage: string
タイトル:
Language
最大長:30
請求書で使用される言語。 -
BillMedia: string
タイトル:
Bill Media
最大長:100
請求プロファイルの請求の生成に使用されるメディア。 -
Building: string
タイトル:
Building
最大長:240
特定の住所の建物名または番号。 -
City: string
タイトル:
City
最大長:60
識別住所の市。 -
CollectionsFlag: boolean
タイトル:
Collections
最大長:1
デフォルト値:false
ユーザーがしばらくの間請求を支払っておらず、回収プロセスが開始された場合に収集される金額。 -
Comments: string
タイトル:
Comments
最大長:255
請求プロファイルの追加コメント。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code
最大長:15
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
Country: string
タイトル:
Country
最大長:2
識別住所の国。 -
County: string
タイトル:
County
最大長:60
識別住所の郡。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type
最大長:30
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
CurrencyCode: string
タイトル:
Currency Code
最大長:15
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
DeleteFlag: boolean
読取り専用:
true
請求プロファイルを削除できるかどうかを示します。 -
ExternalBillingAccount: string
タイトル:
External Billing Account Number
最大長:30
外部請求アカウント番号。 -
FloorNumber: string
タイトル:
Floor
最大長:40
建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。 -
FormattedAddress: string
タイトル:
Address
読取り専用:true
識別住所の書式付き住所。 -
FormattedMultilineAddress: string
タイトル:
Address
読取り専用:true
識別住所の複数行フォーマット住所。 -
IdenAddrLocationId: integer (int64)
タイトル:
Location ID
識別住所の事業所の一意の識別子。 -
InvoiceByEmailFlag: boolean
タイトル:
Email Invoice
最大長:1
デフォルト値:false
請求書の電子コピーが優先されるかどうかを示します。 -
InvoiceByMailFlag: boolean
タイトル:
Mail Invoice
最大長:1
デフォルト値:false
請求書の紙コピーが優先されるかどうかを示します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
行を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
PaymentMethod: string
タイトル:
Payment Method
最大長:100
請求プロファイルに使用される支払メソッド。 -
PostalCode: string
タイトル:
Postal Code
最大長:60
識別住所の郵便番号。 -
PostalPlus4Code: string
タイトル:
Postal Code Extension
最大長:20
アメリカ合衆国の郵便番号の4桁の拡張子。 -
PrepaidAutomaticTopupFlag: boolean
タイトル:
Prepaid Automatic Top Up
最大長:1
デフォルト値:false
顧客が請求プロファイルに前払自動トップ・アップを必要とするかどうかを示します。 -
PrepaidSMSNotificationFlag: boolean
タイトル:
Prepaid SMS Notification
最大長:1
デフォルト値:false
顧客が前払請求プロファイルに対してショート・メッセージ・サービス通知を必要とするかどうかを示します。 -
PrimaryFlag: boolean
タイトル:
Primary
最大長:1
デフォルト値:false
請求プロファイルがサブスクリプション・アカウントのプライマリ請求プロファイルかどうかを示します。 -
Province: string
タイトル:
Province
最大長:60
識別住所の州。 -
State: string
タイトル:
State
最大長:60
識別住所の状態。 -
StatementFlag: boolean
タイトル:
Statement
最大長:1
デフォルト値:false
顧客が請求プロファイルの明細書を必要とするかどうかを示します。 -
Status: string
タイトル:
Status
最大長:30
請求プロファイルのステータス。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
読取り専用:true
最大長:30
サブスクリプション・アカウントの一意のユーザー・キー。 -
SubscriptionAccountId: integer (int64)
タイトル:
Subscription Account ID
サブスクリプション・アカウントの一意の識別子。 -
UpdateFlag: boolean
読取り専用:
true
レコードを更新できるかどうかを示します。
ネストされたスキーマ : subscriptionAccounts-Note-item-response
タイプ:
ソースを表示
object
-
ContactRelationshipId: integer (int64)
タイトル:
Contact Relationship ID
ノートが担当者に関連付けられている場合に移入される関係ID。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code
最大長:15
拡張性の企業通貨コード。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
レコードを作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
レコードが作成された日付。 -
CreatorPartyId: integer (int64)
タイトル:
Creator Party ID
パーティの一意識別子 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type
最大長:30
拡張性の通貨換算レート・タイプ。 -
CurrencyCode: string
タイトル:
Currency
最大長:15
拡張性の通貨コード。 -
DeleteFlag: boolean
タイトル:
Delete Indicator
読取り専用:true
ユーザーがノートを削除するためのアクセス権を持っているかどうかを示します。 -
EmailAddress: string
タイトル:
Primary Email
読取り専用:true
最大長:320
ノートを作成したユーザーの電子メール・アドレス。 -
FormattedAddress: string
タイトル:
Primary Address
読取り専用:true
ノートを作成したユーザーの住所。 -
FormattedPhoneNumber: string
タイトル:
Primary Phone
読取り専用:true
ノートを作成したユーザーの電話番号。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date
読取り専用:true
レコードが最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
ノートの一意の識別子。 これはノート表の主キーです。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
レコードを最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
NoteId: integer (int64)
タイトル:
Note ID
読取り専用:true
ノートの一意の識別子。 これはノート表の主キーです。 -
NoteNumber: string
最大長:
30
ノートの代替一意識別子。 システム生成または外部システムからのユーザー・キー。 -
NoteTitle: string
タイトル:
Title
最大長:500
ユーザーが入力したノートのタイトル。 -
NoteTxt: 文字列(バイト)
タイトル:
Note
実際のノート・テキストを保存するカラム。 -
NoteTypeCode: string
タイトル:
Type
最大長:30
ノートのカテゴリ化のノート・タイプ・コード。 -
ParentNoteId: integer (int64)
タイトル:
Parent Note ID
親ノートの識別子。 -
PartyId: integer (int64)
タイトル:
Party ID
読取り専用:true
パーティの一意識別子 -
PartyName: string
タイトル:
Author
読取り専用:true
最大長:360
パーティの名前。 -
SourceObjectCode: string
タイトル:
Related Object Type
最大長:30
これは、OBJECTS Metadataで定義されたソース・オブジェクトのソース・オブジェクト・コードです。 -
SourceObjectId: string
タイトル:
Related Object
最大長:64
ノートに関連付けられた親ソース・オブジェクトの一意の識別子。 -
UpdateFlag: boolean
タイトル:
Update Indicator
読取り専用:true
ユーザーがノートを更新できるかどうかを示します。 -
VisibilityCode: string
タイトル:
Private
最大長:30
デフォルト値:INTERNAL
ノートの表示レベルを指定する属性。 ノートが内部、外部または非公開のいずれであるかを示します。
ネストされたスキーマ : subscriptionAccounts-subscriptionAccountAddress-item-response
タイプ:
ソースを表示
object
-
AddrElementAttribute1: string
タイトル:
Additional Address Element 1
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute2: string
タイトル:
Additional Address Element 2
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute3: string
タイトル:
Additional Address Element 3
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute4: string
タイトル:
Additional Address Element 4
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
AddrElementAttribute5: string
タイトル:
Additional Address Element 5
最大長:150
柔軟な住所書式をサポートするための追加住所要素。 -
Address1: string
タイトル:
Address Line 1
最大長:240
住所の1行目。 -
Address2: string
タイトル:
Address Line 2
最大長:240
住所の2行目。 -
Address3: string
タイトル:
Address Line 3
最大長:240
住所の3行目。 -
Address4: string
タイトル:
Address Line 4
最大長:240
住所の4行目。 -
AddressId: integer (int64)
タイトル:
Address Identifier
読取り専用:true
サブスクリプション・アカウント住所レコードの一意の識別子。 -
AddressLinesPhonetic: string
タイトル:
Address Lines Phonetic
最大長:560
漢字住所行の表記(日本で使用)。 -
AddressNumber: string
タイトル:
Address Number
最大長:30
サブスクリプション・アカウントの住所を一意に識別する英数字。 -
AddressType: string
タイトル:
Address Type
最大長:100
住所タイプは、住所のタイプを示す値を含む静的選択リストです -
Building: string
タイトル:
Building
最大長:240
特定の住所の建物名または番号。 -
City: string
タイトル:
City
最大長:60
郵便番号の市区町村コンポーネント。 -
Country: string
タイトル:
Country
最大長:2
郵便番号の国コンポーネント。 -
County: string
タイトル:
County
最大長:60
郵便番号の国コンポーネント。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
サブスクリプション・アカウント住所を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
サブスクリプション・アカウント住所が作成された日時。 -
CustomerAccountId: string
読取り専用:
true
顧客アカウントの一意の識別子。 -
CustomerAccountSiteId: string
読取り専用:
true
顧客アカウント側の一意の識別子。 -
DeleteFlag: boolean
読取り専用:
true
サブスクリプション・アカウント住所を削除できるかどうかを示します。 -
FloorNumber: string
タイトル:
Floor
最大長:40
建物番号が指定されている場合、指定された住所または特定の建物の特定の階数。 -
FormattedAddress: string
タイトル:
Address
読取り専用:true
事業所の完全な番地。 -
FormattedMultilineAddress: string
タイトル:
Address
読取り専用:true
事業所の完全な番地。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
サブスクリプション・アカウント住所が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
サブスクリプション・アカウント住所を最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
サブスクリプション・アカウント住所を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
Location: string
読取り専用:
true
サブスクリプション・アカウント住所のロケーション。 -
PartySiteId: string
読取り専用:
true
パーティ住所の一意の識別子。 -
PostalCode: string
タイトル:
Postal Code
最大長:60
サブスクリプション・アカウント住所の郵便番号。 -
PostalPlus4Code: string
タイトル:
Postal Code Extension
最大長:20
アメリカ合衆国の郵便番号の4桁の拡張子。 -
PrimaryFlag: boolean
タイトル:
Primary Address
最大長:1
デフォルト値:false
サブスクリプション・アカウントのプライマリ住所を示します。 -
Province: string
タイトル:
Province
最大長:60
リソースの住所の州の名前。 -
SetCode: string
読取り専用:
true
レコードの参照セット。 -
SetId: string
読取り専用:
true
セットの一意の識別子。 -
SiteUseId: string
読取り専用:
true
パーティ・サイト使用目的の一意の識別子。 -
State: string
タイトル:
State
最大長:60
郵送先住所の都道府県コンポーネント。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
読取り専用:true
最大長:30
サブスクリプション・アカウントの代替一意識別子。 -
UpdateFlag: boolean
読取り専用:
true
サブスクリプション・アカウント住所を更新できるかどうかを示します。
ネストされたスキーマ : subscriptionAccounts-subscriptionAccountAssetRelationships-item-response
タイプ:
ソースを表示
object
-
AssetId: integer (int64)
タイトル:
Asset ID
アセットの一意の識別子。 -
AssetNumber: string
読取り専用:
true
最大長:80
アセットの代替一意識別子。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
サブスクリプション・アカウント・アセット関係を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
サブスクリプション・アカウント・アセット関係が作成された日付。 -
DeleteFlag: boolean
読取り専用:
true
サブスクリプション・アカウント・アセット関係をユーザーが削除できるかどうかを示します。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
サブスクリプション・アカウント・アセット関係が最後に更新された日付。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
サブスクリプション・アカウント・アセット関係を最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
サブスクリプション・アカウント・アセット関係を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
RelationshipType: string
タイトル:
Relationship Type
最大長:30
サブスクリプション・アカウントとアセットの間の関係を示します。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
最大長:30
サブスクリプション・アカウントの代替一意識別子。 -
SubscriptionAccountAssetRelationshipId: integer (int64)
タイトル:
Subscription Account Asset Relationship ID
サブスクリプション・アカウント・アセット関係の代替一意識別子。 -
SubscriptionAccountAssetRelationshipNumber: string
タイトル:
Subscription Account Asset Relationship Number
最大長:30
サブスクリプション・アカウント・アセット関係の一意の識別子。 -
SubscriptionAccountId: integer (int64)
タイトル:
Subscription Account ID
サブスクリプション・アカウントの一意の識別子。 -
UpdateFlag: boolean
読取り専用:
true
サブスクリプション・アカウント・アセット関係をユーザーが更新できるかどうかを示します。
ネストされたスキーマ : subscriptionAccounts-subscriptionAccountRelationship-item-response
タイプ:
ソースを表示
object
-
Comments: string
タイトル:
Comments
最大長:2000
サブスクリプション・アカウント関係のコメント。 -
ContactId: integer
タイトル:
Contact ID
読取り専用:true
担当者の一意の識別子。 -
CorpCurrencyCode: string
タイトル:
Corporate Currency Code
最大長:15
サブスクリプション・アカウント関係に関連付けられた企業通貨コード。 受け入れられる値のリストは、参照ZCA_COMMON_CORPORATE_CURRENCYで定義されます。 「設定およびメンテナンス」作業領域の取引先コミュニティ共通参照の管理タスクを使用して、プロファイル・オプションをレビューおよび更新します。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
レコードを作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
レコードが作成された日付。 -
CurrencyCode: string
タイトル:
Currency Code
最大長:15
レコードが作成された日付。 -
DeleteFlag: boolean
読取り専用:
true
サブスクリプション・アカウントの通貨換算のレート。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
アカウント関係を削除できるかどうかを示します。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
レコードを最後に更新したユーザーのログイン。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
レコードが最後に更新された日付。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
PartyId: integer (int64)
タイトル:
Sales Account ID
パーティの一意識別子 -
PartyName: string
タイトル:
Name
読取り専用:true
最大長:360
パーティの名前。 -
PartyNumber: string
タイトル:
Registry ID
最大長:30
レコードの代替識別子。 -
PartyType: string
タイトル:
Party Type
読取り専用:true
最大長:30
パーティのタイプ。 -
RelationshipType: string
タイトル:
Relationship Type
最大長:30
関係のタイプ。 -
RelationshipTypeLookup: string
タイトル:
Relationship Type Lookup Code
読取り専用:true
サブスクリプション・アカウント関係に関連付けられた関係タイプ参照。 パーティ・タイプに基づいてRelationshipTypeフィールドの参照コードを公開するために使用されます。 -
SalesAccountId: integer
タイトル:
Sales Account ID
読取り専用:true
販売アカウントの一意の識別子。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
読取り専用:true
最大長:30
サブスクリプション・アカウントの代替識別子。 -
SubscriptionAccountId: integer (int64)
タイトル:
Subscription Account ID
サブスクリプション・アカウントの一意の識別子。 -
SubscriptionAccountRelationshipId: integer (int64)
タイトル:
Subscription Account Relationship ID
読取り専用:true
サブスクリプション・アカウント関係の一意の識別子。 -
SubscriptionAccountRelationshipNumber: string
タイトル:
Subscription Account Relationship Number
最大長:30
サブスクリプション・アカウント関係の代替識別子。 -
UpdateFlag: boolean
読取り専用:
true
レコードを更新できるかどうかを示します。
ネストされたスキーマ : subscriptionAccounts-subscriptionAccountRoles-item-response
タイプ:
ソースを表示
object
-
CorpCurrencyCode: string
タイトル:
Corporate Currency Code
最大長:15
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:64
行を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
行が作成された日時。 -
CurcyConvRateType: string
タイトル:
Currency Conversion Rate Type
最大長:30
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
CurrencyCode: string
タイトル:
Currency Code
最大長:15
アプリケーション・コンポーザ拡張性スキーマ・フィールド。 -
DeleteFlag: boolean
読取り専用:
true
サブスクリプション・アカウント・ロールが削除されたかどうかを示します。 -
EmailAddress: string
タイトル:
Primary Email
読取り専用:true
最大長:320
パーティのプライマリEメール・アドレス。 -
LastUpdateDate: string (date-time)
タイトル:
Last Updated Date
読取り専用:true
行が最後に更新された日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:64
行を最後に更新したユーザー。 -
LastUpdateLogin: string
タイトル:
Last Update Login
読取り専用:true
最大長:32
行を最後に更新したユーザーのログイン。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
PartyId: integer (int64)
タイトル:
Party ID
ロールが割り当てられたパーティ。 -
PartyName: string
タイトル:
Name
読取り専用:true
最大長:360
サブスクリプション・アカウントに関連付けられたパーティの名前。 -
PartyNumber: string
タイトル:
Registry ID
最大長:30
パーティの一意識別子 -
PartyType: string
タイトル:
Party Type
読取り専用:true
最大長:30
サブスクリプション・アカウントに関連付けられたパーティのタイプ。 -
PersonFirstName: string
タイトル:
First Name
読取り専用:true
最大長:150
パーティの名。 -
PersonLastName: string
タイトル:
Last Name
読取り専用:true
最大長:150
パーティの姓。 -
RoleName: string
タイトル:
Role
最大長:30
サブスクリプション・アカウントのコンシューマのロール。 -
SubscrAccMgmtRoleId: integer (int64)
タイトル:
Subscription Account Roles ID
読取り専用:true
サブスクリプション・アカウント・ロール・レコードを格納するための一意の識別子。 -
SubscrAccountNumber: string
タイトル:
Subscription Account Number
最大長:30
サブスクリプション・アカウントの代替一意識別子。 -
SubscrAccRoleNumber: string
タイトル:
Subscription Account Role Number
最大長:30
サブスクリプション・アカウントの代替一意識別子。 -
SubscriptionAccountId: integer (int64)
タイトル:
Subscription Account ID
サブスクリプション・アカウント・ロール・レコードに関連付けられたサブスクリプション・アカウント。 -
UpdateFlag: boolean
読取り専用:
true
サブスクリプション・アカウント・ロールが更新されたかどうかを示します。