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

OrderDetailWebService


Use this Web service to query orders based on search criteria, and to retrieve details from a particular order. Details include payments, approvals, shipping, and billing charges, and tracked order shipment details. Additionally, you can copy current order lines to a cart, or cancel an order.

OrderDetailWebService Operations

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

Table 791. OrderDetailWebService Operations
Name
Description

OrderDetailQueryPage

Performs query operations based on the view criteria and the search specifications set on the PDS Order Detail integration object as the input. This operation is used for querying order details including the payment, approvals, and shipping, and billing details.

OrderDetailUpdate

Performs update operations on the PDS Order Detail integration object as the input. This operation is used for editing the details of an order such as copying lines of the current order or cancelling an order.

Request Message Description: OrderDetailQueryPage

Based on the view criteria and search specification set on the integration object, the order query can query the order header, line details of the order, approvals, payment, shipping, billing and shipment details. For a description of this request message, see Table 792.

Table 792. Request Message Description: OrderDetailQueryPage
Node
Description
Type

OrderDetailQueryPage_Input

The method arguments are Orders IO with query parameters set, Language Mode (value is LDC) and viewMode (All).

Integration Object

Response Message Description: OrderDetailQueryPage

Based on the view criteria and search specification set on the integration object, information about order header, line details of the order, approvals, payment, shipping, billing and shipment details is returned in the response.For a description of this response message, see Table 793.

Table 793. Response Message Description: OrderDetailQueryPage
Node
Description
Type

OrderDetailQueryPage_Output

The retrieved data for the query set on the view criteria and search specification.

Integration Object

Request Message Description: OrderDetailUpdate

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

Table 794. Request Message Description: OrderDetailUpdate
Node
Description
Type

OrderDetailUpdate_Input

The method arguments are Orders IO with parameters set, Language Mode (value is LDC) and viewMode (All).

Integration Object

Response Message Description: OrderDetailUpdate

For a description of this response message, see Table 795.

Table 795. Response Message Description: OrderDetailUpdate
Node
Description
Type

OrderDetailUpdate_Output

The retrieved data for the update operation performed.

Integration Object

OrderDetailWebService 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. This Web service makes available the EAI UI Business Service PDS Order Detail, which provides update and query operations on the integration object PDS Order Detail.

Service Object (Business Service or Workflow)

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

Table 796. OrderDetailWebService Service Object
Name
Boundary Object Type
Class

PDS Order Detail

Integration Object

CSSEAIUIDataService

Data Object (Integration Object)

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

Table 797. OrderDetailWebService Data Object
Siebel Repository Name
External Name

PDS Order Detail

PDS Simplified Order

Example Package for OrderDetailWebService

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:

...\OrderDetailWebService\OrderDetailWebService_request.xml

Response

See the following file to view the sample code:

...\OrderDetailWebService\OrderDetailWebService_response.xml

Interface Description (WSDL) for OrderDetailWebService

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.

...\OrderDetailWebService\OrderDetail.wsdl

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