ProductOrder Data Type

Implemented Interfaces
Serializable
Properties
name data type description
orderDate number
requestedStartDate number
href string
relatedParty array of RelatedParty
completionDate number
expectedCompletionDate number
description string
note array of Note
id string
notificationContact string
state string
orderItem array of ProductOrderItem
externalId string
priority string
requestedCompletionDate number
category string
customFields CustomFieldsDto

Example

{
  "orderDate" : 12345,
  "requestedStartDate" : 12345,
  "href" : "...",
  "relatedParty" : [ {
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "id" : "...",
    "role" : "...",
    "href" : "...",
    "name" : "..."
  }, {
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "id" : "...",
    "role" : "...",
    "href" : "...",
    "name" : "..."
  } ],
  "completionDate" : 12345,
  "expectedCompletionDate" : 12345,
  "description" : "...",
  "note" : [ {
    "author" : "...",
    "text" : "...",
    "date" : 12345
  }, {
    "author" : "...",
    "text" : "...",
    "date" : 12345
  } ],
  "id" : "...",
  "notificationContact" : "...",
  "state" : "...",
  "orderItem" : [ {
    "action" : "...",
    "id" : "...",
    "product" : {
      "place" : { },
      "href" : "...",
      "id" : "...",
      "productRelationship" : [ { }, { } ],
      "productCharacteristic" : [ { }, { } ],
      "relatedParty" : [ { }, { } ]
    },
    "billingAccount" : [ {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }, {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    } ],
    "productOffering" : {
      "isBundle" : true,
      "serviceCandidate" : { },
      "bundledProductOffering" : [ { }, { } ],
      "serviceLevelAgreement" : { },
      "place" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "productSpecification" : { },
      "channel" : [ { }, { } ],
      "productOfferingTerm" : [ { }, { } ],
      "category" : [ { }, { } ],
      "resourceCandidate" : { },
      "catalogId" : "...",
      "parsedCatalogVersion" : { },
      "catalogVersion" : "...",
      "validFor" : { },
      "lifecycleStatus" : "ACTIVE",
      "parsedVersion" : { },
      "description" : "...",
      "name" : "...",
      "lastUpdate" : 12345,
      "version" : "...",
      "id" : "...",
      "href" : "..."
    },
    "state" : "...",
    "appointment" : "..."
  }, {
    "action" : "...",
    "id" : "...",
    "product" : {
      "place" : { },
      "href" : "...",
      "id" : "...",
      "productRelationship" : [ { }, { } ],
      "productCharacteristic" : [ { }, { } ],
      "relatedParty" : [ { }, { } ]
    },
    "billingAccount" : [ {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    }, {
      "href" : "...",
      "name" : "...",
      "id" : "..."
    } ],
    "productOffering" : {
      "isBundle" : true,
      "serviceCandidate" : { },
      "bundledProductOffering" : [ { }, { } ],
      "serviceLevelAgreement" : { },
      "place" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "productSpecification" : { },
      "channel" : [ { }, { } ],
      "productOfferingTerm" : [ { }, { } ],
      "category" : [ { }, { } ],
      "resourceCandidate" : { },
      "catalogId" : "...",
      "parsedCatalogVersion" : { },
      "catalogVersion" : "...",
      "validFor" : { },
      "lifecycleStatus" : "OBSOLETE",
      "parsedVersion" : { },
      "description" : "...",
      "name" : "...",
      "lastUpdate" : 12345,
      "version" : "...",
      "id" : "...",
      "href" : "..."
    },
    "state" : "...",
    "appointment" : "..."
  } ],
  "externalId" : "...",
  "priority" : "...",
  "requestedCompletionDate" : 12345,
  "category" : "...",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    }, {
      "code" : "...",
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY"
    } ]
  }
}