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

Note: We recommend you to refer the topics Deal Price List Assignment Delete Request in the XML Format and Deal Price List Assignment Delete 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 delete request contains the following tags:

Tag Name Tag Description Mandatory (Yes or No)
dealIdentifier Used to delete the price list assignment of an entity (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 delete. 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 delete. Yes (Conditional)
Note: This data is required if you do not specify the dealIdentifier or dealID tags.
pricelistassignmentlist Used to specify a list of price list assignments of the entities (i.e. existing or prospect person or account) in the entity hierarchy of a deal that you want to delete. Yes
entityId Used to specify the entity (i.e. existing or prospect person or account) whose price list assignment you want to delete. Yes
entityType Used to indicate the entity type of the entity for which you want to delete the price list assignment. The valid values are:
  • PERS

  • ACCT

Yes
actionFlag Used to indicate that you want to create a request to delete the price list assignment. The valid value is:
  • DEL

Note: If you do not specify the value in this tag, the system considers it as an Add action.
Yes
priceListAssignmentId Used to specify the price list assignment which you want to delete. Yes
startDate Used to specify the date from when the price list assignment is effective for the entity. No
endDate Used to specify the date till when the price list assignment is effective for the entity (i.e. existing or prospect person or account). No
priority Used to specify the priority in which the price list is considered to determine the price item pricing. No
priceListId Used to specify the price list that you want to delete from the entity (i.e. existing or prospect person or account). No
priceListInheritanceSw Used to indicate 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

No

Once the price list assignment is deleted, all the details of price list assignment are listed in the above mentioned tags.

Related Topics

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