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