Deal Price List Assignment View Request and Response - Tags in the XML Format

Note: We recommend you to refer the topics Deal Price List Assignment View Request in the XML Format and Deal Price List Assignment 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-DealPricelistAssignmentBS business service through an inbound web service, you need to ensure that the deal price list assignment view request contains the following tags:

Tag Name Tag Description Mandatory (Yes or No)
actionFlag Used to indicate that you want to view the price list assignments of all the entities (i.e. existing or prospect person or account) in the entity hierarchy of the deal. The valid value is:
  • READ

Note: If you do not specify the value in this tag, the system considers the value provided in the actionFlag tag of the pricelistassignmentlist tag.
Yes (Conditional)
Note: This data is required if the actionFlag tag is not specified in the pricelistassignmentlist tag.
dealIdentifier Used to view the price list of the entities (i.e. existing or prospect person or account) in the entity hierarchy of a deal which is created using a particular deal identifier. Yes (Conditional)
Note: This data is required if you do not specify the dealID or modelID tags.
dealId Used to specify the deal whose entities (i.e. existing or prospect person or account) price list assignment you want to view. Yes (Conditional)
Note: This data is required if you do not specify the dealIdentifier or modelID tags.
modelID Used to specify the deal version whose entities (i.e. existing or prospect person or account) price list assignment you want to view. Yes (Conditional)
Note: This data is required if you do not specify the dealIdentifier or dealID tags.
entityId Used to specify the entity (i.e. existing or prospect person or account) in the entity hierarchy of the deal whose price list assignment you want to view. No
entityType Used to indicate the type of the entity whose price list assignment you want to view. The valid values are:
  • PERS

  • ACCT

Note: If you specify the entityId tag, you need to specify the entityType tag.
Yes (Conditional)
Note: This data is required for viewing the price list assignments of a particular entity in the entity hierarchy of a deal.
priceListAssignmentId Used to specify the price list assignment whose details you want to view. Yes

Once the price list assignment view request is created, all the details of price list assignment are listed in the above mentioned tags along with the following tags:

Tag Name Tag Description
pricelistassignmentlist Lists the price list assignments of the entities (i.e. existing or prospect person or account) in the entity hierarchy of the deal.
entityId Displays the entity (i.e. existing or prospect person or account) in the entity hierarchy of the deal.
entityType Indicates the type of the entity. The valid values are:
  • PERS

  • ACCT

actionFlag Indicates the action performed for viewing the price list assignment of the entity (i.e. existing or prospect person or account). The valid value is:
  • READ

priceListAssignmentId Displays the price list assignment ID.
startDate Displays date from when the price list assignment is effective for the entity.
endDate Displays the date till when the price list assignment is effective for the entity.
priority Displays the priority in which the price list is considered to determine the price item pricing.
priceListId Displays the price list that is assigned to the entity (i.e. existing or prospect person or account).
priceListAssignStatusFlag Indicates the current status of the price list assignment. The valid values are:
  • Active

  • Proposed

  • Inactive

  • Rejected

priceListInheritanceSw Indicates whether the price item pricing is inherited from the parent price list hierarchy defined for the price list which is assigned to the entity (i.e. existing or prospect person or account). The valid values are:
  • Y

  • N

Related Topics

For more information on... See...
Sample deal price list assignment view request and response in the XML format Sample Deal Price List Assignment View Request and Response in the XML Format