Prospect Account View Request and Response - Attribute/Value Pairs in the JSON Format

Note: We recommend you to refer the topics Prospect Account View Request in the JSON Format and Prospect Account View Response in the JSON Format in parallel while understanding the below mentioned attributes. This will help you to understand the attribute/value pairs are structured in the JSON format.

Before calling the C1_​PRSACCT_​SERVICE business service through an inbound web service, you need to ensure that the prospect account view request contains the following attributes:

Attribute Name Attribute Description Mandatory (Yes or No)
actionFlag Used to indicate that you want to create request to view the prospect account details. The valid value is:
  • READ

Note: If you do not specify the value in this attribute, by default, the system considers it as an ADD action.
Yes
prospectAccountId Used to specify the prospect account whose details you want to view. Yes

Once the prospect account view request is created, all the details of prospect account are listed in the above mentioned attributes along with the following attributes:

Attribute Name Attribute Description
mainEntityId Displays the person to whom the prospect account belongs.
mainEntityType Indicates whether the person is an existing person or a prospect person to whom the prospect account belongs. The valid values are:
  • EPER

  • PRSP

status Indicates the status of the prospect account. The valid values are:
  • ACTIVE

  • INACTIVE

customerClass Indicates the customer class to which the prospect account belongs.
accountDivision Indicates the division to which the prospect account belongs.
setUpDate Displays the date from when the prospect account is configured for the person.
currency Indicates the currency which you want to use for generating the invoice of the prospect account.
billCycle Indicate the time interval in which you want to generate the bills for the prospect account.
accountAccessGroup Indicates the user group who can view and edit the details of the prospect account.
prosAcctCharacteristicList Displays the list of characteristic for the prospect account.
characteristicValue Displays the value of the characteristic type.
effectiveDate Displays the date from when the characteristic is effective for the prospect account.
characteristicType Indicates the characteristic type.
prosAcctIdentifierList Displays a list of account identifiers for the prospect account.
accountIdentifierType Indicates the identifier type based on which the prospect account is defined.
isPrimaryId Indicates whether the prospect account identifier is primary or not. The valid values are:
  • True

  • False

accountNumber Displays the value of the identifier type using which the prospect account is created.

Related Topics

For more information on... See...
Sample prospect account view request and response in the JSON format Sample Prospect Account View Request and Response in the JSON Format