All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
quoteProductDTO | QuoteProductDTO | Quote data |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "quoteProductDTO" : { "quoteProductId" : 12345, "quoteCode" : "...", "productCode" : "...", "quoteVersion" : 12345, "productVersion" : 12345, "quantity" : 12345.0, "discountPlanCode" : "...", "productAttributes" : [ { "quoteAttributeId" : 12345, "quoteAttributeType" : "...", "quoteAttributeCode" : "...", "linkedQuoteAttribute" : [ { }, { } ], "stringValue" : "...", "doubleValue" : 12345.0, "dateValue" : 12345, "customFields" : { }, "booleanValue" : true }, { "quoteAttributeId" : 12345, "quoteAttributeType" : "...", "quoteAttributeCode" : "...", "linkedQuoteAttribute" : [ { }, { } ], "stringValue" : "...", "doubleValue" : 12345.0, "dateValue" : 12345, "customFields" : { }, "booleanValue" : true } ], "accountingArticlePrices" : [ { "accountingArticleCode" : "...", "accountingArticleLabel" : "...", "accountingArticlePrices" : [ { }, { } ], "discountPlanItemCode" : "...", "discountValue" : "..." }, { "accountingArticleCode" : "...", "accountingArticleLabel" : "...", "accountingArticlePrices" : [ { }, { } ], "discountPlanItemCode" : "...", "discountValue" : "..." } ], "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "deliveryDate" : 12345, "terminationDate" : 12345, "terminationReasonCode" : "...", "actionType" : "SUSPEND" }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }