Siebel CRM Web Services Reference > Siebel CRM Primary Web Services >

ISS Price List Item WS


Use this Web service to add, update, and delete items in a price list in the Siebel application. The response message returns only an acknowledgement message and not data.

ISS Price List Item WS Operations

For a list of operations associated with this Web service, see Table 164.

Table 164. ISS Price List Item WS Operations
Name
Description

Price List Item InsertorUpdate

Adds an item to a price list that does not already contain that item, and updates an item in a price list that already contains that item.

Price List Item Insert

Adds an item to a price list.

Price List Item Update

Updates an item in a price list.

Price List Item Delete

Deletes an item from a price list.

Request Message Description: Price List Item InsertOrUpdate

For a description of this request message, see Table 165.

Table 165. Request Message Description: Price List Item InsertOrUpdate
Node
Description

Price List Id

The ID of the price list. This node is used only to insert.

Product Id

The ID of the product to add to the price list. This node is used only to insert.

Price List Item Id

The ID of the price list item to update to the price list. This node is used only to update.

Request Message Description: Price List Item Insert

For a description of this request message, see Table 166.

Table 166. Request Message Description: Price List Item Insert
Node
Description

Price List Id

The ID of the price list.

Product Id

The ID of the product to add to the price list.

Request Message Description: Price List Item Update

For a description of this request message, see Table 167.

Table 167. Request Message Description: Price List Item Update
Node
Description

Price List Item Id

The ID of the price list item to update in the price list.

Request Message Description: Price List Item Delete

For a description of this request message, see Table 168.

Table 168. Request Message Description: Price List Item Delete
Node
Description

Price List Item Id

The ID of the price list item to delete from the price list.

ISS Price List Item WS Application Interface

This topic describes the application objects called by this Web service. For more information on application implementation, refer to your application development documentation on Oracle Technology Network.

Service Object (Business Service or Workflow)

For a description of the service objects for this Web service, see Table 169.

Table 169. ISS Price List Item WS Service Object
Name
Boundary Object Type
Class (If Business Service)

ISS Price List Item WS

Business Service

CSSEAIDataSyncService

Data Object (Integration Object)

For a description of data objects for this Web service, see Table 170.

Table 170. ISS Price List Item WS Data Object
Siebel Repository Name
External Name

ISS Price List Item Integration Object

Admin Price List

Methods

For a description of methods for this Web service, see Table 171.

Table 171. ISS Price List Item WS Methods
Operation
Method

Price List Item InsertOrUpdate

[BS: ISS Price List Item WS].InsertOrUpdate

Price List Item Insert

[BS: ISS Price List Item WS].Insert

Price List Item Update

[BS: ISS Price List Item WS].Update

Price List Item Delete

[BS: ISS Price List Item WS].Delete

Example Package for ISS Price List Item WS

To view an example of messages for this Web service, navigate to the documentation library for Siebel Business Applications on Oracle Technology Network, and click the Related Files link next to the link for Siebel CRM Web Services Reference to access a zip file. Extract the files in the zip file.

Request

See the following file to view the sample code:

...\ISSPriceListItem\ISS Price List Item WS.xml

Response

See the following file to view the sample code:

...\ISSPriceListItemWS\ISS Price List Item WS.xml

Interface Description (WSDL) for ISS Price List Item WS

To view the interface description for this Web service, navigate to the documentation library for Siebel Business Applications on Oracle Technology Network, and click the Related Files link next to the link for Siebel CRM Web Services Reference to access a zip file. Extract the files in the zip file.

...\ISSPriceListItem\ISS Price List Item WS.wsdl

Siebel CRM Web Services Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.