Get all subscription accounts
get
/crmRestApi/resources/11.13.18.05/subscriptionAccounts
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds a subscription account with the specified primary key.
Finder Variables:- LocationId; integer; The unique identifier in the subscription account.
- SubscriptionAccountId; integer; The unique identifier of the subscription account.
- RowFinder: Finds a subscription account with the specified user key.
Finder Variables:- SubscrAccountNumber; string; The alternate unique identifier of the subscription account.
- PrimaryKey: Finds a subscription account with the specified primary key.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountClass; string; Indicates the type of the subscription account. Possible values are OWNER_ACCOUNT, BILLING_ACCOUNT, CUST_ACCOUNT.
- AccountName; string; The description chosen by external party (but can be entered internally on behalf on the customer).
- AccountStatus; string; The status of the subscription account.
- AddrElementAttribute1; string; The additional address element to support flexible address format.
- AddrElementAttribute2; string; The additional address element to support flexible address format.
- AddrElementAttribute3; string; The additional address element to support flexible address format.
- AddrElementAttribute4; string; The additional address element to support flexible address format.
- AddrElementAttribute5; string; The additional address element to support flexible address format.
- Address1; string; The first line of the account address.
- Address2; string; The second line of the account address.
- Address3; string; The third line of the account address.
- Address4; string; The fourth line of the account address.
- AddressLinesPhonetic; string; The phonetic or Kana representation of the Kanji address lines (used in Japan).
- AddressNumber; string; The address number associated with the subscription account.
- AddressType; string; Address Type is the static choice list with values indicating the type of address.
- Building; string; The specific building name or number of a given address.
- City; string; The city of the identifying address.
- CommonBusinessIdentifier; string; The primary identifier assigned to businesses by government agency, Chamber of Commerce, or other authority, generally used outside US.
- CorpCurrencyCode; string; The corporate currency code associated with the subscription account. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task.
- CorporationClass; string; The taxation classification for corporation entities such as Chapter S in the US.
- Country; string; The country of the identifying address.
- County; string; The county of the identifying address.
- CreatedBy; string; The user who created the row.
- CreationDate; string; The date when the record was created.
- CreditAgency; string; The credit agency for subscription account.
- CreditScore; integer; The credit score issues by the credit agency for the subscription account.
- CreditThreshold; number; The credit threshold for subscription account issued by the credit agency.
- CreditUpdateDate; string; The credit update date for subscription account.
- CreditUpdatedBy; string; The use who updated the credit information for the subscription account.
- CurcyConvRateType; string; The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
- CurrencyCode; string; The rate of currency conversion for a subscription account.
- CustomerAccountId; integer; The unique identifier of the customer account. The foreign key to the HZ_CUST_ACCOUNTS table.
- CustomerAccountSiteId; string; The unique identifier of the customer account side.
- DUNSNumber; string; The column value not restricted to nine digit DUNS Number.
- DailyThreshold; number; The daily threshold limit for subscription account.
- DbRating; string; The Dun & Bradstreet credit rating.
- DirectoryAssistStartDate; string; The date when directory assistance starts for the subscription account.
- DirectoryAssistStatus; string; The status of directory assistance for the subscription account.
- DomesticThreshold; number; The domestic threshold for subscription accounts.
- DuplicateType; string; The duplicate status of the record. A null value indicates that either the record is not a duplicate or it has not been evaluated. DUPE indicates the record is duplicate. LINK indicates that the record is linked to another record.
- FloorNumber; string; The specific floor number at a given address or in a particular building when the building number is provided.
- InternationalThreshold; number; The international threshold for the subscription account.
- LastSrcUpdateDate; string; The timestamp when this record was updated by the source system in the last update source system column.
- LastUpdateDate; string; The date when the record was last updated.
- LastUpdateLogin; string; The login of the user who last updated the record.
- LastUpdateSrcSystem; string; The source system that last updated this record.
- LastUpdatedBy; string; The user who last updated the record.
- LegalEntityId; integer; The legal entity associated with the subscription account.
- LocationId; integer; The unique identifier of the subscription account primary address.
- MaximumCallDuration; number; The maximum call duration for subscription account.
- MaximumCalls; number; The maximum number of calls for subscription account.
- MaximumCost; number; The maximum cost that is set for the subscription account.
- NonprofitOrganizationFlag; boolean; Indicates whether the organization is a non-profit organization. Y for non-profit organization and N for profit organization.
- ParentSubscrAccountId; integer; The unique identifier of the parent subscription account. It specifies the parent account of the subscription account.
- ParentSubscrAccountNumber; string; The unique user key for the Parent Subscription Account Object.
- ParentSubscriptionAccountName; string; The name of the Parent Subscription Account.
- PartyId; integer; The uniquely generated id for HZ_PARTY.
- PartyName; string; The name of the party.
- PartyNumber; string; This is a unique user key for the table.
- PartySiteId; string; The unique identifier of the party site of the identifying address.
- PartyType; string; The party type, like consumer or organization.
- PercentageOverflow; number; The percentage overflow for subscription account.
- PhAssistExemptionFlag; boolean; The phone assistance exemption for subscription account.
- PhAssistRenewalDate; string; The phone assistance renewal date for the subscription account.
- PhAssistRequestDate; string; The date when the phone assistance request for the subscription account was made.
- PhAssistStartDate; string; The date when the phone assistance for the subscription account starts.
- PostalCode; string; The postal code of the subscription account primary address.
- PostalPlus4Code; string; The four digit extension to the United States Postal ZIP code.
- PrimaryLanguage; string; The primary language for subscription account.
- PrivatelyOwnedFlag; boolean; Indicates whether the organization is privately owned. Y for a privately owned organization, N for a publicly owned organization.
- Province; string; The province of the identifying address.
- RegistrationType; string; The lookup for type of registration, such as nonprofit.
- SensitiveNubmerThreshold; number; The sensitive number threshold for the subscription account.
- SetCode; string; The reference set of the record.
- SetId; string; The account site set of the identifying address.
- SiteUseCode; string; The site use code of the identifying address.
- SmallBusinessFlag; boolean; Indicates the company is considered to be a small business. Y for small businesses, N for all other firms.
- SourceSystem; string; The source system of the record.
- SourceSystemReference; string; The reference of the source system.
- State; string; The state of the identifying address.
- StateSellTaxPermitLicenseNumber; string; The state sell tax permit LIC number for subscription account.
- SubscrAccountNumber; string; The alternate unique identifier of the subscription account.
- SubscriptionAccountId; integer; The unique identifier of the subscription account.
- TIN; string; The tax payer identification number, often unique identifier of person or organization, such as SSN , income taxpayer ID in US, or fiscal code or NIF in Europe.
- TaxCode; string; The tax code for the customer.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : subscriptionAccounts
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-item-response
Type:
Show Source
object-
AccountClass: string
Title:
Account ClassMaximum Length:30Default Value:ORA_ATC_ACCOUNT_OWNERIndicates the type of the subscription account. Possible values are OWNER_ACCOUNT, BILLING_ACCOUNT, CUST_ACCOUNT. -
AccountName: string
Title:
Subscription Account NameMaximum Length:240The description chosen by external party (but can be entered internally on behalf on the customer). -
AccountStatus: string
Title:
StatusMaximum Length:30Default Value:AThe status of the subscription account. -
AddrElementAttribute1: string
Title:
Additional Address Element 1Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute2: string
Title:
Additional Address Element 2Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute3: string
Title:
Additional Address Element 3Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute4: string
Title:
Additional Address Element 4Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute5: string
Title:
Additional Address Element 5Maximum Length:150The additional address element to support flexible address format. -
Address1: string
Title:
Address Line 1Maximum Length:240The first line of the account address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second line of the account address. -
Address3: string
Title:
Address Line 3Maximum Length:240The third line of the account address. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth line of the account address. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The phonetic or Kana representation of the Kanji address lines (used in Japan). -
AddressNumber: string
Title:
Address NumberMaximum Length:30The address number associated with the subscription account. -
AddressType: string
Title:
Address TypeMaximum Length:100Address Type is the static choice list with values indicating the type of address. -
Attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, update, and delete an attachment. The attachments are associated with the subscription account. -
billingProfiles: array
Billing Profiles
Title:
Billing ProfilesThe billing profiles resource is used view, create, update, and delete a billing profile. It lists all the billing profiles for the given subscription account. -
Building: string
Title:
BuildingMaximum Length:240The specific building name or number of a given address. -
City: string
Title:
CityMaximum Length:60The city of the identifying address. -
CommonBusinessIdentifier: string
Title:
Common Business IdentifierMaximum Length:265The primary identifier assigned to businesses by government agency, Chamber of Commerce, or other authority, generally used outside US. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code associated with the subscription account. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CorporationClass: string
Title:
Corporation ClassMaximum Length:30The taxation classification for corporation entities such as Chapter S in the US. -
Country: string
Title:
CountryMaximum Length:2The country of the identifying address. -
County: string
Title:
CountyMaximum Length:60The county of the identifying address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CreditAgency: string
Title:
Credit AgencyMaximum Length:30The credit agency for subscription account. -
CreditScore: integer
(int64)
Title:
Credit ScoreMinimum Value:0The credit score issues by the credit agency for the subscription account. -
CreditThreshold: number
Title:
Credit ThresholdMinimum Value:0The credit threshold for subscription account issued by the credit agency. -
CreditUpdateDate: string
(date-time)
Title:
Credit Update DateThe credit update date for subscription account. -
CreditUpdatedBy: string
Title:
Credit Updated ByMaximum Length:30The use who updated the credit information for the subscription account. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:15The rate of currency conversion for a subscription account. -
CustomerAccountId: integer
(int64)
Title:
Customer Account IDThe unique identifier of the customer account. The foreign key to the HZ_CUST_ACCOUNTS table. -
CustomerAccountSiteId: string
Read Only:
trueThe unique identifier of the customer account side. -
DailyThreshold: number
Title:
Daily ThresholdMinimum Value:0The daily threshold limit for subscription account. -
DbRating: string
Title:
D&B Credit RatingMaximum Length:30The Dun & Bradstreet credit rating. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the subscription account has been deleted. -
DirectoryAssistStartDate: string
(date-time)
Title:
Directory Assistance Start DateThe date when directory assistance starts for the subscription account. -
DirectoryAssistStatus: string
Title:
Directory Assistance StatusMaximum Length:30The status of directory assistance for the subscription account. -
DomesticThreshold: number
Title:
Domestic ThresholdMinimum Value:0The domestic threshold for subscription accounts. -
DUNSNumber: string
Title:
D-U-N-S NumberMaximum Length:30The column value not restricted to nine digit DUNS Number. -
DuplicateType: string
Title:
Duplicate TypeMaximum Length:30The duplicate status of the record. A null value indicates that either the record is not a duplicate or it has not been evaluated. DUPE indicates the record is duplicate. LINK indicates that the record is linked to another record. -
FloorNumber: string
Title:
FloorMaximum Length:40The specific floor number at a given address or in a particular building when the building number is provided. -
FormattedAddress: string
Title:
AddressRead Only:trueMaximum Length:255The formatted address of the identifying address. -
FormattedMultilineAddress: string
Title:
AddressRead Only:trueThe formatted multiline address of the identifying address. -
InternationalThreshold: number
Title:
International ThresholdMinimum Value:0The international threshold for the subscription account. -
LastSrcUpdateDate: string
(date-time)
Title:
Last Source Update DateThe timestamp when this record was updated by the source system in the last update source system column. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LastUpdateSrcSystem: string
Title:
Last Update Source SystemMaximum Length:30The source system that last updated this record. -
LegalEntityId: integer
(int64)
Title:
Legal Entity IDThe legal entity associated with the subscription account. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Title:
Location IDRead Only:trueThe unique identifier of the subscription account primary address. -
MaximumCallDuration: number
Title:
Maximum Call DurationMinimum Value:0The maximum call duration for subscription account. -
MaximumCalls: number
Title:
Maximum CallsMinimum Value:0The maximum number of calls for subscription account. -
MaximumCost: number
Title:
Maximum Call CostMinimum Value:0The maximum cost that is set for the subscription account. -
NonprofitOrganizationFlag: boolean
Title:
Nonprofit OrganizationMaximum Length:1Indicates whether the organization is a non-profit organization. Y for non-profit organization and N for profit organization. -
Note: array
Notes
Title:
NotesThe notes resource is used to view, create, update, and delete notes associated with the subscription account. A note captures comments, information, or instructions related to an account. -
ParentSubscrAccountId: integer
(int64)
Title:
Parent Subscription Account IDThe unique identifier of the parent subscription account. It specifies the parent account of the subscription account. -
ParentSubscrAccountNumber: string
Title:
Subscription Account NumberMaximum Length:30The unique user key for the Parent Subscription Account Object. -
ParentSubscriptionAccountName: string
Title:
Parent Subscription Account NameRead Only:trueMaximum Length:240The name of the Parent Subscription Account. -
PartyId: integer
(int64)
Title:
Party IDThe uniquely generated id for HZ_PARTY. -
PartyName: string
Title:
NameRead Only:trueMaximum Length:360The name of the party. -
PartyNumber: string
Title:
Registry IDMaximum Length:30This is a unique user key for the table. -
PartySiteId: string
Read Only:
trueThe unique identifier of the party site of the identifying address. -
PartyType: string
Title:
Party TypeRead Only:trueMaximum Length:30The party type, like consumer or organization. -
PercentageOverflow: number
Title:
Percentage OverflowMinimum Value:0The percentage overflow for subscription account. -
PhAssistExemptionFlag: boolean
Title:
Phone Assistance ExemptionMaximum Length:1Default Value:falseThe phone assistance exemption for subscription account. -
PhAssistRenewalDate: string
(date-time)
Title:
Phone Assistance Renewal DateThe phone assistance renewal date for the subscription account. -
PhAssistRequestDate: string
(date-time)
Title:
Phone Assistance Request DateThe date when the phone assistance request for the subscription account was made. -
PhAssistStartDate: string
(date-time)
Title:
Phone Assistance Start DateThe date when the phone assistance for the subscription account starts. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the subscription account primary address. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four digit extension to the United States Postal ZIP code. -
PrimaryLanguage: string
Title:
Primary LanguageMaximum Length:30The primary language for subscription account. -
PrivatelyOwnedFlag: boolean
Title:
Privately OwnedMaximum Length:1Indicates whether the organization is privately owned. Y for a privately owned organization, N for a publicly owned organization. -
Province: string
Title:
ProvinceMaximum Length:60The province of the identifying address. -
RegistrationType: string
Title:
Registration TypeMaximum Length:30The lookup for type of registration, such as nonprofit. -
SalesAccountId: integer
Title:
Sales Account IDRead Only:trueThe party identifier for Organization. -
SensitiveNubmerThreshold: number
Title:
Sensitive Number ThresholdMinimum Value:0The sensitive number threshold for the subscription account. -
SetCode: string
Read Only:
trueThe reference set of the record. -
SetId: string
Read Only:
trueThe account site set of the identifying address. -
SiteUseCode: string
Read Only:
trueThe site use code of the identifying address. -
SmallBusinessFlag: boolean
Title:
Small BusinessMaximum Length:1Indicates the company is considered to be a small business. Y for small businesses, N for all other firms. -
SourceSystem: string
Title:
Source SystemMaximum Length:30The source system of the record. -
SourceSystemReference: string
Title:
Source System ReferenceMaximum Length:255The reference of the source system. -
State: string
Title:
StateMaximum Length:60The state of the identifying address. -
StateSellTaxPermitLicenseNumber: string
Title:
State Seller Tax Permit or License NumberMaximum Length:30The state sell tax permit LIC number for subscription account. -
SubscrAccountNumber: string
Title:
Subscription Account NumberMaximum Length:30The alternate unique identifier of the subscription account. -
subscriptionAccountAddress: array
Subscription Account Addresses
Title:
Subscription Account AddressesThe subscription account addresses resource is used to view, create, update, and delete an account resource. It lists all the subscription account addresses with details. -
subscriptionAccountAssetRelationships: array
Subscription Account Asset Relationships
Title:
Subscription Account Asset RelationshipsThe subscription account asset relationships resource is used to view, create, update, and delete a subscription account asset relationship. It lists all the subscription account asset relationships with details. -
SubscriptionAccountId: integer
(int64)
Title:
Subscription Account IDRead Only:trueThe unique identifier of the subscription account. -
subscriptionAccountRelationship: array
Subscription Account Relationships
Title:
Subscription Account RelationshipsThe subscription account relationships resource is used to view, create, update, and delete an account relationship. -
subscriptionAccountRoles: array
Subscription Account Roles
Title:
Subscription Account RolesThe subscription account roles resource is used to view, create, update, and delete an account role. It lists all the subscription account roles with details. -
TaxCode: string
Title:
Tax CodeRead Only:trueMaximum Length:50The tax code for the customer. -
TIN: string
Title:
Tax Identification NumberMaximum Length:30The tax payer identification number, often unique identifier of person or organization, such as SSN , income taxpayer ID in US, or fiscal code or NIF in Europe. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the subscription account has been updated.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, update, and delete an attachment. The attachments are associated with the subscription account.
Show Source
Nested Schema : Billing Profiles
Type:
arrayTitle:
Billing ProfilesThe billing profiles resource is used view, create, update, and delete a billing profile. It lists all the billing profiles for the given subscription account.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notes
Type:
arrayTitle:
NotesThe notes resource is used to view, create, update, and delete notes associated with the subscription account. A note captures comments, information, or instructions related to an account.
Show Source
Nested Schema : Subscription Account Addresses
Type:
arrayTitle:
Subscription Account AddressesThe subscription account addresses resource is used to view, create, update, and delete an account resource. It lists all the subscription account addresses with details.
Show Source
Nested Schema : Subscription Account Asset Relationships
Type:
arrayTitle:
Subscription Account Asset RelationshipsThe subscription account asset relationships resource is used to view, create, update, and delete a subscription account asset relationship. It lists all the subscription account asset relationships with details.
Show Source
Nested Schema : Subscription Account Relationships
Type:
arrayTitle:
Subscription Account RelationshipsThe subscription account relationships resource is used to view, create, update, and delete an account relationship.
Show Source
Nested Schema : Subscription Account Roles
Type:
arrayTitle:
Subscription Account RolesThe subscription account roles resource is used to view, create, update, and delete an account role. It lists all the subscription account roles with details.
Show Source
Nested Schema : subscriptionAccounts-Attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe length of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name of the attachment file. -
UploadedText: string
Title:
Uploaded TextThe text of the attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login associated with the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : subscriptionAccounts-billingProfiles-item-response
Type:
Show Source
object-
AddrElementAttribute1: string
Title:
Additional Address Element 1Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute2: string
Title:
Additional Address Element 2Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute3: string
Title:
Additional Address Element 3Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute4: string
Title:
Additional Address Element 4Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute5: string
Title:
Additional Address Element 5Maximum Length:150The additional address element to support flexible address format. -
AddressLine1: string
Title:
Address Line 1Maximum Length:240The first line of the identifying address. -
AddressLine2: string
Title:
Address Line 2Maximum Length:240The second line of the identifying address. -
AddressLine3: string
Title:
Address Line 3Maximum Length:240The third line of the identifying address. -
AddressLine4: string
Title:
Address Line 4Maximum Length:240The fourth line of the identifying address. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The phonetic or Kana representation of the Kanji address lines (used in Japan). -
BillCycle: integer
(int64)
Title:
Bill CycleMinimum Value:0Indicates when the bill cycle occurs. -
BillCycleDay: integer
(int32)
Title:
Bill Cycle DayMinimum Value:1Maximum Value:31The day on which the bill cycle occurs. -
BillingAccountNumber: string
Title:
Billing Account NumberMaximum Length:30The billing account number of the profile. -
BillingEmailAddress: string
Title:
Email AddressMaximum Length:100The email address of the billing profile. -
BillingFrequency: string
Title:
Billing FrequencyMaximum Length:100The interval in which customer is billed for a service. -
BillingProfileId: integer
(int64)
Title:
Billing Profile IDRead Only:trueThe unique identifier of the billing profile. -
BillingProfileName: string
Title:
NameMaximum Length:30The name of the billing profile. -
BillingProfileNumber: string
Title:
Billing Profile NumberMaximum Length:30The unique user key for the table. -
BillingType: string
Title:
Billing TypeMaximum Length:100The billing type for a billing profile. -
BillLanguage: string
Title:
LanguageMaximum Length:30The language that is used in an invoice. -
BillMedia: string
Title:
Bill MediaMaximum Length:100The media used to generate a bill for a billing profile. -
Building: string
Title:
BuildingMaximum Length:240The specific building name or number of a given address. -
City: string
Title:
CityMaximum Length:60The city of the identifying address. -
CollectionsFlag: boolean
Title:
CollectionsMaximum Length:1Default Value:falseThe amount collected when users have not paid their bills for some time, and a collection process has been initiated. -
Comments: string
Title:
CommentsMaximum Length:255The additional comments for billing profile. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The application composer extensibility schema field. -
Country: string
Title:
CountryMaximum Length:2The country of the identifying address. -
County: string
Title:
CountyMaximum Length:60The county of the identifying address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The application composer extensibility schema field. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:15The application composer extensibility schema field. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the billing profile can be deleted. -
ExternalBillingAccount: string
Title:
External Billing Account NumberMaximum Length:30The external billing account number. -
FloorNumber: string
Title:
FloorMaximum Length:40The specific floor number at a given address or in a particular building when the building number is provided. -
FormattedAddress: string
Title:
AddressRead Only:trueThe formatted address of the identifying address. -
FormattedMultilineAddress: string
Title:
AddressRead Only:trueThe multiline formatted address of the identifying address. -
IdenAddrLocationId: integer
(int64)
Title:
Location IDThe unique identifier of the location of the identifying address. -
InvoiceByEmailFlag: boolean
Title:
Email InvoiceMaximum Length:1Default Value:falseIndicates whether an electronic copy of the invoice is preferred. -
InvoiceByMailFlag: boolean
Title:
Mail InvoiceMaximum Length:1Default Value:falseIndicates whether a paper copy of the invoice is preferred. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PaymentMethod: string
Title:
Payment MethodMaximum Length:100The method of payment used for a billing profile. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the identifying address. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four digit extension to the United States Postal ZIP code. -
PrepaidAutomaticTopupFlag: boolean
Title:
Prepaid Automatic Top UpMaximum Length:1Default Value:falseIndicates whether the customer requires a prepaid automatic top up for a billing profile. -
PrepaidSMSNotificationFlag: boolean
Title:
Prepaid SMS NotificationMaximum Length:1Default Value:falseIndicates whether the customer requires a short message service notification for a prepaid billing profile. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicate whether the billing profile is the primary billing profile for the subscription account. -
Province: string
Title:
ProvinceMaximum Length:60The province of the identifying address. -
State: string
Title:
StateMaximum Length:60The state of the identifying address. -
StatementFlag: boolean
Title:
StatementMaximum Length:1Default Value:falseIndicates whether the customer requires a statement for the billing profile. -
Status: string
Title:
StatusMaximum Length:30The status of a billing profile. -
SubscrAccountNumber: string
Title:
Subscription Account NumberRead Only:trueMaximum Length:30The unique user key of the subscription account. -
SubscriptionAccountId: integer
(int64)
Title:
Subscription Account IDThe unique identifier of the subscription account. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the record can be updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-Note-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDThe relationship ID populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code for extensibility. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDThe unique identifier of the party. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type for extensibility. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code for extensibility. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueIndicates whether the user has access to delete the note. -
EmailAddress: string
Read Only:
trueMaximum Length:320The email address of the user who created the note. -
FormattedAddress: string
Read Only:
trueThe address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
trueThe phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The unique identifier of the note. This is the primary key of the notes table. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueThe unique identifier of the note. This is the primary key of the notes table. -
NoteNumber: string
Maximum Length:
30The alternate unique identifier of the note. A user key that's system generated or from an external system. -
NoteTitle: string
Title:
TitleMaximum Length:500The title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
NoteThe column which stores the actual note text. -
NoteTypeCode: string
Title:
TypeMaximum Length:30The note type code for categorization of note. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDThe identifier for the Parent Note. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the party. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360The name of the party. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30This is the source object code for the source object as defined in OBJECTS Metadata. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64The unique identifier of the parent source object associated to the note. -
SourceSystem: string
Title:
Source SystemMaximum Length:30This is the source object code for the source object as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueIndicates whether the user can update the note. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALThe attribute to specify the visibility level of the note. It indicates whether the note is internal, external, or private.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-subscriptionAccountAddress-item-response
Type:
Show Source
object-
AddrElementAttribute1: string
Title:
Additional Address Element 1Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute2: string
Title:
Additional Address Element 2Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute3: string
Title:
Additional Address Element 3Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute4: string
Title:
Additional Address Element 4Maximum Length:150The additional address element to support flexible address format. -
AddrElementAttribute5: string
Title:
Additional Address Element 5Maximum Length:150The additional address element to support flexible address format. -
Address1: string
Title:
Address Line 1Maximum Length:240The first line of the address. -
Address2: string
Title:
Address Line 2Maximum Length:240The second line of the address. -
Address3: string
Title:
Address Line 3Maximum Length:240The third line of the address. -
Address4: string
Title:
Address Line 4Maximum Length:240The fourth line of the address. -
AddressId: integer
(int64)
Title:
Address IdentifierRead Only:trueThe unique identifier of the subscription account address record. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The phonetic or Kana representation of the Kanji address lines (used in Japan). -
AddressNumber: string
Title:
Address NumberMaximum Length:30An alphanumeric number that uniquely identifies the address for a subscription account. -
AddressType: string
Title:
Address TypeMaximum Length:100The address type is the static choice list with values indicating the type of address -
Building: string
Title:
BuildingMaximum Length:240The specific building name or number of a given address. -
City: string
Title:
CityMaximum Length:60The city component of a postal address. -
Country: string
Title:
CountryMaximum Length:2The country component of a postal address. -
County: string
Title:
CountyMaximum Length:60The country component of a postal address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the subscription account address. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the subscription account address was created. -
CustomerAccountId: string
Read Only:
trueThe unique identifier of the customer account. -
CustomerAccountSiteId: string
Read Only:
trueThe unique identifier of the customer account side. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the subscription account address can be deleted. -
FloorNumber: string
Title:
FloorMaximum Length:40The specific floor number at a given address or in a particular building when the building number is provided. -
FormattedAddress: string
Title:
AddressRead Only:trueThe complete street address of a location. -
FormattedMultilineAddress: string
Title:
AddressRead Only:trueThe complete street address of a location. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time the subscription account address was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the subscription account address. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the subscription account address. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Read Only:
trueThe location of the subscription account address. -
PartySiteId: string
Read Only:
trueThe unique identifier of the party address. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the subscription account address. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four digit extension to the United States Postal ZIP code. -
PrimaryFlag: boolean
Title:
Primary AddressMaximum Length:1Default Value:falseIndicates the primary address of a subscription account. -
Province: string
Title:
ProvinceMaximum Length:60The name of the province for address of resource. -
SetCode: string
Read Only:
trueThe reference set of the record. -
SetId: string
Read Only:
trueThe unique identifier of the set. -
SiteUseId: string
Read Only:
trueThe unique identifier of the party site usage. -
State: string
Title:
StateMaximum Length:60The state component of a postal address. -
SubscrAccountNumber: string
Title:
Subscription Account NumberRead Only:trueMaximum Length:30The alternate unique identifier of the subscription account. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the subscription account address can be updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-subscriptionAccountAssetRelationships-item-response
Type:
Show Source
object-
AssetId: integer
(int64)
Title:
Asset IDThe unique identifier of asset. -
AssetNumber: string
Read Only:
trueMaximum Length:80The alternate unique identifier of the asset. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the subscription account asset relationship. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the subscription account asset relationship was created. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the user can delete the subscription account asset relationship. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the subscription account asset relationship was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the subscription account asset relationship. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the subscription account asset relationship. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RelationshipType: string
Title:
Relationship TypeMaximum Length:30Indicates the relationship between the subscription account and the asset. -
SubscrAccountNumber: string
Title:
Subscription Account NumberMaximum Length:30The alternate unique identifier of the subscription account. -
SubscriptionAccountAssetRelationshipId: integer
(int64)
Title:
Subscription Account Asset Relationship IDThe alternate unique identifier of subscription account asset relationship. -
SubscriptionAccountAssetRelationshipNumber: string
Title:
Subscription Account Asset Relationship NumberMaximum Length:30The unique identifier of the subscription account asset relationship. -
SubscriptionAccountId: integer
(int64)
Title:
Subscription Account IDThe unique identifier of the subscription account. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the user can update the subscription account asset relationship.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-subscriptionAccountRelationship-item-response
Type:
Show Source
object-
Comments: string
Title:
CommentsMaximum Length:2000The comments for subscription account relationship. -
ContactId: integer
Title:
Contact IDRead Only:trueThe unique identifier of the contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code associated with the subscription account relationship. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:15The date when the record was created. -
DeleteFlag: boolean
Read Only:
trueThe rate of currency conversion for a subscription account. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueIndicates whether the account relationship can be deleted. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The login of the user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The date when the record was last updated. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartyId: integer
(int64)
Title:
Sales Account IDThe unique identifier of the party. -
PartyName: string
Title:
NameRead Only:trueMaximum Length:360The name of the party. -
PartyNumber: string
Title:
Registry IDMaximum Length:30The alternate identifier of the record. -
PartyType: string
Title:
Party TypeRead Only:trueMaximum Length:30The type of the party. -
RelationshipType: string
Title:
Relationship TypeMaximum Length:30The type of the relationship. -
RelationshipTypeLookup: string
Title:
Relationship Type Lookup CodeRead Only:trueThe relationship type lookup associated with the subscription account relationship. It's used to expose the Lookup code of RelationshipType field based on Party Type. -
SalesAccountId: integer
Title:
Sales Account IDRead Only:trueThe unique identifier of the sales account. -
SubscrAccountNumber: string
Title:
Subscription Account NumberRead Only:trueMaximum Length:30The alternate identifier of the subscription account. -
SubscriptionAccountId: integer
(int64)
Title:
Subscription Account IDThe unique identifier of the subscription account. -
SubscriptionAccountRelationshipId: integer
(int64)
Title:
Subscription Account Relationship IDRead Only:trueThe unique identifier of the subscription account relationship. -
SubscriptionAccountRelationshipNumber: string
Title:
Subscription Account Relationship NumberMaximum Length:30The alternate identifier of the subscription account relationship. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the record can be updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : subscriptionAccounts-subscriptionAccountRoles-item-response
Type:
Show Source
object-
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The application composer extensibility schema field. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The application composer extensibility schema field. -
CurrencyCode: string
Title:
Currency CodeMaximum Length:15The application composer extensibility schema field. -
DeleteFlag: boolean
Read Only:
trueIndicates whether the subscription account role has been deleted. -
EmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320The primary email address of the party. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartyId: integer
(int64)
Title:
Party IDThe party who got assigned with the role. -
PartyName: string
Title:
NameRead Only:trueMaximum Length:360The name of the party associated with the subscription account. -
PartyNumber: string
Title:
Registry IDMaximum Length:30The unique identifier of the party. -
PartyType: string
Title:
Party TypeRead Only:trueMaximum Length:30The type of the party associated with the subscription account. -
PersonFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The first name of the party. -
PersonLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The last name of the party. -
RoleName: string
Title:
RoleMaximum Length:30The role of the consumer for the subscription account. -
SubscrAccMgmtRoleId: integer
(int64)
Title:
Subscription Account Roles IDRead Only:trueThe unique identifier for storing subscription account role record. -
SubscrAccountNumber: string
Title:
Subscription Account NumberMaximum Length:30The alternate unique identifier of the subscription account. -
SubscrAccRoleNumber: string
Title:
Subscription Account Role NumberMaximum Length:30The alternate unique identifier of the subscription account. -
SubscriptionAccountId: integer
(int64)
Title:
Subscription Account IDThe subscription account associated to the subscription account role record. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the subscription account role has been updated.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source