ProductOrder Data Type

Equivalent of AuditableEntity in DTO

Implemented Interfaces
Serializable
Properties
name data type description
priority string
billingCycle string
completionDate object
notificationContact string
customFields CustomFieldsDto
expectedCompletionDate object
mailingType string
requestedStartDate object
href string
category string
note array of Note
orderItem array of ProductOrderItem
auditableField array of AuditableFieldDto
relatedParty array of RelatedParty
emailTemplate string
requestedCompletionDate object
id string
dueDateDelayEL string
orderDate object
methodOfPayment array of PaymentMethodDto
externalId string
description string
dueDateDelayELSpark string
email string
state string
electronicBilling boolean
ccedEmails string

Example

{
  "priority" : "...",
  "billingCycle" : "...",
  "completionDate" : { },
  "notificationContact" : "...",
  "customFields" : {
    "customField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "LONG",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "MULTI_VALUE",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX_NOT_ANALYZE",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ],
    "inheritedCustomField" : [ {
      "code" : "...",
      "description" : "...",
      "fieldType" : "LIST",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "INDEX",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    }, {
      "code" : "...",
      "description" : "...",
      "fieldType" : "CUSTOM_TABLE_WRAPPER",
      "languageDescriptions" : [ { }, { } ],
      "valueDate" : 12345,
      "valuePeriodStartDate" : 12345,
      "valuePeriodEndDate" : 12345,
      "valuePeriodPriority" : 12345,
      "stringValue" : "...",
      "dateValue" : 12345,
      "longValue" : 12345,
      "doubleValue" : 12345.0,
      "booleanValue" : true,
      "value" : [ { }, { } ],
      "mapValue" : {
        "property1" : { },
        "property2" : { }
      },
      "entityReferenceValue" : { },
      "indexType" : "STORE_ONLY",
      "fileValue" : "...",
      "formattedValue" : { },
      "urlReferenceValue" : { },
      "guiPosition" : "...",
      "customTableCode" : "...",
      "dataFilter" : "...",
      "fields" : "..."
    } ]
  },
  "expectedCompletionDate" : { },
  "mailingType" : "...",
  "requestedStartDate" : { },
  "href" : "...",
  "category" : "...",
  "note" : [ {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  }, {
    "date" : 12345,
    "author" : "...",
    "text" : "..."
  } ],
  "orderItem" : [ {
    "productOffering" : {
      "description" : "...",
      "parsedCatalogVersion" : { },
      "validFor" : { },
      "productOfferingTerm" : [ { }, { } ],
      "place" : [ { }, { } ],
      "serviceCandidate" : { },
      "href" : "...",
      "catalogId" : "...",
      "lastUpdate" : 12345,
      "serviceLevelAgreement" : { },
      "productSpecification" : { },
      "lifecycleStatus" : "ACTIVE",
      "name" : "...",
      "resourceCandidate" : { },
      "isBundle" : true,
      "category" : [ { }, { } ],
      "channel" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "bundledProductOffering" : [ { }, { } ],
      "version" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "id" : "..."
    },
    "action" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "id" : "...",
    "state" : "...",
    "billingAccount" : [ {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    } ],
    "appointment" : "..."
  }, {
    "productOffering" : {
      "description" : "...",
      "parsedCatalogVersion" : { },
      "validFor" : { },
      "productOfferingTerm" : [ { }, { } ],
      "place" : [ { }, { } ],
      "serviceCandidate" : { },
      "href" : "...",
      "catalogId" : "...",
      "lastUpdate" : 12345,
      "serviceLevelAgreement" : { },
      "productSpecification" : { },
      "lifecycleStatus" : "REJECTED",
      "name" : "...",
      "resourceCandidate" : { },
      "isBundle" : true,
      "category" : [ { }, { } ],
      "channel" : [ { }, { } ],
      "productOfferingPrice" : [ { }, { } ],
      "bundledProductOffering" : [ { }, { } ],
      "version" : "...",
      "catalogVersion" : "...",
      "parsedVersion" : { },
      "id" : "..."
    },
    "action" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "product" : {
      "relatedParty" : [ { }, { } ],
      "place" : { },
      "href" : "...",
      "productRelationship" : [ { }, { } ],
      "id" : "...",
      "productCharacteristic" : [ { }, { } ]
    },
    "id" : "...",
    "state" : "...",
    "billingAccount" : [ {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    }, {
      "id" : "...",
      "name" : "...",
      "href" : "..."
    } ],
    "appointment" : "..."
  } ],
  "auditableField" : [ {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  }, {
    "entityClass" : "...",
    "fieldName" : "...",
    "id" : 12345,
    "changeOrigin" : "...",
    "auditableField" : [ { }, { } ],
    "originName" : "...",
    "code" : "...",
    "previousState" : "...",
    "currentState" : "...",
    "description" : "...",
    "created" : "...",
    "updatedCode" : "...",
    "actor" : "..."
  } ],
  "relatedParty" : [ {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  }, {
    "name" : "...",
    "id" : "...",
    "validFor" : {
      "endDateTime" : 12345,
      "startDateTime" : 12345
    },
    "role" : "...",
    "href" : "..."
  } ],
  "emailTemplate" : "...",
  "requestedCompletionDate" : { },
  "id" : "...",
  "dueDateDelayEL" : "...",
  "orderDate" : { },
  "methodOfPayment" : [ {
    "paymentMethodType" : "PAYPAL",
    "id" : 12345,
    "disabled" : true,
    "alias" : "...",
    "preferred" : true,
    "customerAccountCode" : "...",
    "info1" : "...",
    "info2" : "...",
    "info3" : "...",
    "info4" : "...",
    "info5" : "...",
    "bankCoordinates" : {
      "bankCode" : "...",
      "branchCode" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "iban" : "...",
      "bic" : "...",
      "accountOwner" : "...",
      "bankName" : "...",
      "bankId" : "...",
      "issuerNumber" : "...",
      "issuerName" : "...",
      "ics" : "..."
    },
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "cardType" : "MASTERCARD",
    "owner" : "...",
    "monthExpiration" : 12345,
    "yearExpiration" : 12345,
    "tokenId" : "...",
    "cardNumber" : "...",
    "issueNumber" : "...",
    "userId" : "...",
    "email" : "...",
    "referenceDocumentCode" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    }
  }, {
    "paymentMethodType" : "DIRECTDEBIT",
    "id" : 12345,
    "disabled" : true,
    "alias" : "...",
    "preferred" : true,
    "customerAccountCode" : "...",
    "info1" : "...",
    "info2" : "...",
    "info3" : "...",
    "info4" : "...",
    "info5" : "...",
    "bankCoordinates" : {
      "bankCode" : "...",
      "branchCode" : "...",
      "accountNumber" : "...",
      "key" : "...",
      "iban" : "...",
      "bic" : "...",
      "accountOwner" : "...",
      "bankName" : "...",
      "bankId" : "...",
      "issuerNumber" : "...",
      "issuerName" : "...",
      "ics" : "..."
    },
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "cardType" : "VISA",
    "owner" : "...",
    "monthExpiration" : 12345,
    "yearExpiration" : 12345,
    "tokenId" : "...",
    "cardNumber" : "...",
    "issueNumber" : "...",
    "userId" : "...",
    "email" : "...",
    "referenceDocumentCode" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    }
  } ],
  "externalId" : "...",
  "description" : "...",
  "dueDateDelayELSpark" : "...",
  "email" : "...",
  "state" : "...",
  "electronicBilling" : true,
  "ccedEmails" : "..."
}