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

SWI Update Order Line Item


Use this Web service to update the status of order line items for simple products, complex products, and nested service bundles in the Siebel CRM application when the status of the order line item changes in the billing application. The billing application makes this inbound Web service call to the Siebel CRM application to update the status of the order line item. A business service is made available in the Siebel CRM application to update the status field.

If the order line item contains a complex product or nested service bundle, then the Web service updates the statuses of the component products within that complex product or nested service bundle for the order line item ID that is passed to this Web service. If the order line item ID is the same as the root line item ID, then the Web service updates the statuses of the entire product hierarchy for the order.

The response message returns only an acknowledgement message and not data.

SWI Update Order Line Item Operations

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

Table 1383. SWI Update Order Line Item Operations
Name
Description

UpdateLineItems

Updates the value of the field that is passed to it for order line items in simple products, complex products, and nested service bundles.

Request Message Description: UpdateLineItems

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

Table 1384. Request Message Description: UpdateLineItems
Node
Description

FieldName1

The name of the field in the order line item to update.

FieldValue1

The new value of the field in the order line item to update.

RootLineItemId

The row ID of the root order in the order line item hierarchy.

OrderLineItemId

The row ID of the nested product in the order line item hierarchy.

UpdateSingleLineItem

The designation for an order with a single line item. If this node has a value of TRUE, then the order has a single line item.

SWI Update Order Line Item 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 1385.

Table 1385. SWI Update Order Line Item Service Objects
Name
Boundary Object Type
Class (If Business Service)

CMU Order Line Item Update (For simple products)

Business Service

CSSEAIDataSyncService

SIS OM UpdateOrderItem (For complex products)

Workflow

Not applicable

SIS OM NSB Update Order Line (For nested service bundles)

Workflow

Not applicable

Data Object (Integration Object)

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

Table 1386. SWI Update Order Line Item Data Object
Siebel Repository Name
External Name

Order Entry Line Item Update

Order Entry Line Item Update

Methods

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

Table 1387. SWI Update Order Line Item Methods
Operation
Method

UpdateLineItems

[BS: CMU Order Line Item Update].Update

Example Package for SWI Update Order Line Item

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:

...\SWIUpdateOrderLineItem\SWIUpdateOrderLineItem.xml

Response

See the following file to view the sample code:

...\SWIUpdateOrderLineItem\SWIUpdateOrderLineItem.xml

Interface Description (WSDL) for SWI Update Order Line Item

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.

...\SWIUpdateOrderLineItem\SWIUpdateOrderLineItem.wsdl

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