Prospect Account View Request and Response - Tags in the XML Format

Note: We recommend you to refer the topics Prospect Account View Request in the XML Format and Prospect Account View Response in the XML Format in parallel while understanding the below mentioned tags. This will help you to understand how the tags are nested in the XML 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 tags:

Tag Name Tag 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 tag, 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 tags along with the following tags:

Tag Name Tag 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 XML format Sample Prospect Account View Request and Response in the XML Format