Equivalent of AuditableEntity in DTO
name | data type | description |
---|---|---|
customFields | CustomFieldsDto | |
string | ||
priority | string | |
requestedCompletionDate | object | |
methodOfPayment | array of PaymentMethodDto | |
electronicBilling | boolean | |
emailTemplate | string | |
description | string | |
dueDateDelayELSpark | string | |
completionDate | object | |
state | string | |
expectedCompletionDate | object | |
category | string | |
id | string | |
ccedEmails | string | |
orderDate | object | |
note | array of Note | |
requestedStartDate | object | |
externalId | string | |
href | string | |
auditableField | array of AuditableFieldDto | |
orderItem | array of ProductOrderItem | |
array of RelatedParty | ||
notificationContact | string | |
mailingType | string | |
dueDateDelayEL | string | |
billingCycle | string |
Example
{ "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" : "STORE_ONLY", "fileValue" : "...", "formattedValue" : { }, "urlReferenceValue" : { }, "guiPosition" : "...", "customTableCode" : "...", "dataFilter" : "...", "fields" : "..." }, { "code" : "...", "description" : "...", "fieldType" : "TEXT_AREA", "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" : "..." } ], "inheritedCustomField" : [ { "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" : "BOOLEAN", "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" : "..." } ] }, "email" : "...", "priority" : "...", "requestedCompletionDate" : { }, "methodOfPayment" : [ { "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" : "AMERICAN_EXPRESS", "owner" : "...", "monthExpiration" : 12345, "yearExpiration" : 12345, "tokenId" : "...", "cardNumber" : "...", "issueNumber" : "...", "userId" : "...", "email" : "...", "referenceDocumentCode" : "...", "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] } }, { "paymentMethodType" : "STRIPE", "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" : [ { }, { } ] } } ], "electronicBilling" : true, "emailTemplate" : "...", "description" : "...", "dueDateDelayELSpark" : "...", "completionDate" : { }, "state" : "...", "expectedCompletionDate" : { }, "category" : "...", "id" : "...", "ccedEmails" : "...", "orderDate" : { }, "note" : [ { "text" : "...", "date" : 12345, "author" : "..." }, { "text" : "...", "date" : 12345, "author" : "..." } ], "requestedStartDate" : { }, "externalId" : "...", "href" : "...", "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" : "..." } ], "orderItem" : [ { "billingAccount" : [ { "href" : "...", "name" : "...", "id" : "..." }, { "href" : "...", "name" : "...", "id" : "..." } ], "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "id" : "...", "product" : { "id" : "...", "href" : "...", "productRelationship" : [ { }, { } ], "productCharacteristic" : [ { }, { } ], "relatedParty" : [ { }, { } ], "place" : { } }, "state" : "...", "productOffering" : { "catalogId" : "...", "category" : [ { }, { } ], "validFor" : { }, "lifecycleStatus" : "LAUNCHED", "id" : "...", "href" : "...", "description" : "...", "place" : [ { }, { } ], "channel" : [ { }, { } ], "catalogVersion" : "...", "productOfferingTerm" : [ { }, { } ], "bundledProductOffering" : [ { }, { } ], "lastUpdate" : 12345, "version" : "...", "serviceLevelAgreement" : { }, "isBundle" : true, "productOfferingPrice" : [ { }, { } ], "serviceCandidate" : { }, "productSpecification" : { }, "resourceCandidate" : { }, "parsedCatalogVersion" : { }, "parsedVersion" : { }, "name" : "..." }, "appointment" : "...", "action" : "..." }, { "billingAccount" : [ { "href" : "...", "name" : "...", "id" : "..." }, { "href" : "...", "name" : "...", "id" : "..." } ], "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "id" : "...", "product" : { "id" : "...", "href" : "...", "productRelationship" : [ { }, { } ], "productCharacteristic" : [ { }, { } ], "relatedParty" : [ { }, { } ], "place" : { } }, "state" : "...", "productOffering" : { "catalogId" : "...", "category" : [ { }, { } ], "validFor" : { }, "lifecycleStatus" : "ACTIVE", "id" : "...", "href" : "...", "description" : "...", "place" : [ { }, { } ], "channel" : [ { }, { } ], "catalogVersion" : "...", "productOfferingTerm" : [ { }, { } ], "bundledProductOffering" : [ { }, { } ], "lastUpdate" : 12345, "version" : "...", "serviceLevelAgreement" : { }, "isBundle" : true, "productOfferingPrice" : [ { }, { } ], "serviceCandidate" : { }, "productSpecification" : { }, "resourceCandidate" : { }, "parsedCatalogVersion" : { }, "parsedVersion" : { }, "name" : "..." }, "appointment" : "...", "action" : "..." } ], "relatedParty" : [ { "id" : "...", "href" : "...", "validFor" : { "endDateTime" : 12345, "startDateTime" : 12345 }, "name" : "...", "role" : "..." }, { "id" : "...", "href" : "...", "validFor" : { "endDateTime" : 12345, "startDateTime" : 12345 }, "name" : "...", "role" : "..." } ], "notificationContact" : "...", "mailingType" : "...", "dueDateDelayEL" : "...", "billingCycle" : "..." }