All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
commercialOrderDto | CommercialOrderDto | |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "commercialOrderDto" : { "sellerCode" : "...", "orderNumber" : "...", "label" : "...", "billingAccountCode" : "...", "quoteCode" : "...", "contractCode" : "...", "orderTypeCode" : "...", "invoicingPlanCode" : "...", "status" : "...", "orderProgress" : 12345, "progressDate" : 12345, "orderDate" : 12345, "deliveryDate" : 12345, "customerServiceBegin" : 12345, "customerServiceDuration" : 12345, "externalReference" : "...", "orderParentCode" : "...", "id" : 12345, "userAccountCode" : "...", "accessDto" : { "code" : "...", "subscription" : "...", "subscriptionValidityDate" : 12345, "startDate" : 12345, "endDate" : 12345, "customFields" : { }, "disabled" : true }, "orderLotCodes" : [ "...", "..." ], "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "code" : "...", "description" : "...", "discountPlanCode" : "...", "salesPersonName" : "..." }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }