Siebel Order Management Guide > Product Data Service and Import/Export API Reference > Product Data Services API Methods >

DeleteOrder Method


Deletes the order that matches the input.

Syntax

ErrCode DeleteOrder(const CCFPropertySet& inputArgs,CCFPropertySet& outputArgs);

Arguments
Argument
Type
Description

const CCFPropertySet& inputArgs

In

Hierarchy :SiebelMessage(Integration object PDS Order)

CCFPropertySet& outputArgs

Out

Hierarchy :SiebelMessage

Example of Input Arguments

CCFPropertySet@0012D384 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@0A6E4FE8 p#4 c#1 type="SiebelMessage" vt=0 value=""

{

p["MessageId"] = "42-1D9U";

p["MessageType"] = "Integration Object";

p["IntObjectName"] = "PDS Order";

p["IntObjectFormat"] = "Siebel Hierarchical";

c[0] CCFPropertySet@0ACADCC0 p#0 c#1 type="ListOfPDS Order" vt=0 value=""

{

c[0] CCFPropertySet@0A903FE8 p#17 c#1 type="Header" vt=0 value=""

{

p["Account Location"] = "";

p["Id"] = "42-50SHP";

p["Revision"] = "1";

p["Account Id"] = "";

p["Status"] = "Pending";

p["Conflict Id"] = "0";

p["Order Type"] = "Service Order";

p["Account"] = "";

p["Contact Id"] = "";

p["Currency Code"] = "USD";

p["Discount"] = "";

p["Updated"] = "02/11/2005 13:54:39";

p["Integration Id"] = "";

p["Opty Id"] = "";

p["Order Number"] = "PDS Order Item Test";

p["Created"] = "02/11/2005 13:54:39";

p["Price List Id"] = "";

c[0] CCFPropertySet@0A900550 p#0 c#1 type="ListOfLine Item" vt=0 value=""

{

c[0] CCFPropertySet@0AB61530 p#62 c#1 type="Line Item" vt=0 value=""

{

p["NRC CxTotal"] = "0";

p["Parent Id"] = "";

p["Cfg State Code"] = "New Item";

p["Volume Discount Item Id"] = "";

p["Id"] = "42-50SHW";

p["Cfg Type"] = "";

p["Eligibility Reason"] = "";

p["Exclude Pricing Flag"] = "N";

p["Extended Quantity Requested"] = "1";

p["Asset Integration Id"] = "42-50SHW";

p["Root Id"] = "42-50SHW";

p["Conflict Id"] = "0";

p["Need Refresh"] = "Y";

p["Prod Prom Name"] = "";

p["Volume Discount Item"] = "";

p["Line Number"] = "1";

p["Product Id"] = "42-50S1M";

p["Currency Code"] = "USD";

p["Smart Part Number"] = "";

p["Discount"] = "";

p["Prod Item Id"] = "";

p["Discount Percent"] = "";

p["Original List Price"] = "";

p["Updated"] = "02/11/2005 13:56:09";

p["Current Price"] = "";

p["Eligibility Status"] = "";

p["Port Item Id"] = "";

p["Prod Prom Id"] = "";

p["Has Generics Flag"] = "";

p["Inclusive Eligibility Flag"] = "N";

p["Integration Id"] = "42-50SHW";

p["Post Pick CD"] = "";

p["Prod Prom Instance Id"] = "";

p["Rollup Amount"] = "0";

p["Forcastable Flag"] = "";

p["Prod Prom Rule Id"] = "";

p["Discount Source"] = "Manual";

p["List Price"] = "";

p["Pricing Comments"] = "";

p["Volume Upsell Item"] = "";

p["Effective To"] = "";

p["Unit Price"] = "";

p["Price Type"] = "One-Time";

p["Product Line Id"] = "No Match Row Id";

p["Rollup Item Price"] = "0";

p["Volume Discount Id"] = "";

p["Created"] = "02/11/2005 13:54:50";

p["Due Date"] = "02/12/2005 00:00:00";

p["Effective From"] = "";

p["Prod Prom Source Id"] = "";

p["Discount Amount"] = "";

p["Exchange Date"] = "";

p["Item Price List Id"] = "";

p["Pre Pick CD"] = "";

p["Volume Upsell Message"] = "";

p["Configuration Model Id"] = "42-50S1M";

p["Name"] = "PDS Product";

p["Quantity"] = "1";

p["Action Code"] = "Add";

p["Price List Id"] = "";

p["MRC CxTotal"] = "0";

p["Volume Upsell Item Id"] = "";

c[0] CCFPropertySet@0A92EE38 p#0 c#0 type="ListOfXA" vt=0 value=""

}

}

}

}

}

}

Example of Output Arguments

CCFPropertySet@0012DA78 p#0 c#1 type="" vt=0 value=""

{

c[0] CCFPropertySet@0AB9F028 p#4 c#1 type="SiebelMessage" vt=0 value=""

{

p["MessageId"] = "42-1D9U";

p["IntObjectName"] = "PDS Order";

p["MessageType"] = "Integration Object";

p["IntObjectFormat"] = "Siebel Hierarchical";

c[0] CCFPropertySet@0AC32B10 p#0 c#1 type="ListOfPDS Order" vt=0 value=""

{

c[0] CCFPropertySet@0A63EB20 p#0 c#0 type="Header" vt=0 value=""

}

}

}

Error Conditions

None.

This method calls the help method described in DeleteQuote Method.

Siebel Order Management Guide Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices.