| name | data type | description |
|---|---|---|
| href | string | |
| requestedStartDate | number | |
| state | string | |
| description | string | |
| relatedParty | array of RelatedParty | |
| id | string | |
| customFields | CustomFieldsDto | |
| category | string | |
| priority | string | |
| requestedCompletionDate | number | |
| expectedCompletionDate | number | |
| externalId | string | |
| completionDate | number | |
| orderDate | number | |
| orderItem | array of ProductOrderItem | |
| notificationContact | string | |
| note | array of Note |
Example
{
"href" : "...",
"requestedStartDate" : 12345,
"state" : "...",
"description" : "...",
"relatedParty" : [ {
"name" : "...",
"role" : "...",
"id" : "...",
"href" : "...",
"validFor" : {
"endDateTime" : 12345,
"startDateTime" : 12345
}
}, {
"name" : "...",
"role" : "...",
"id" : "...",
"href" : "...",
"validFor" : {
"endDateTime" : 12345,
"startDateTime" : 12345
}
} ],
"id" : "...",
"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"
} ],
"inheritedCustomField" : [ {
"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" : "INDEX"
} ]
},
"category" : "...",
"priority" : "...",
"requestedCompletionDate" : 12345,
"expectedCompletionDate" : 12345,
"externalId" : "...",
"completionDate" : 12345,
"orderDate" : 12345,
"orderItem" : [ {
"billingAccount" : [ {
"href" : "...",
"name" : "...",
"id" : "..."
}, {
"href" : "...",
"name" : "...",
"id" : "..."
} ],
"id" : "...",
"productOffering" : {
"category" : [ { }, { } ],
"serviceLevelAgreement" : { },
"channel" : [ { }, { } ],
"productOfferingTerm" : [ { }, { } ],
"productSpecification" : { },
"resourceCandidate" : { },
"isBundle" : true,
"bundledProductOffering" : [ { }, { } ],
"serviceCandidate" : { },
"productOfferingPrice" : [ { }, { } ],
"place" : [ { }, { } ],
"parsedCatalogVersion" : { },
"catalogId" : "...",
"catalogVersion" : "...",
"parsedVersion" : { },
"validFor" : { },
"name" : "...",
"lifecycleStatus" : "IN_STUDY",
"description" : "...",
"version" : "...",
"id" : "...",
"href" : "...",
"lastUpdate" : 12345
},
"action" : "...",
"state" : "...",
"product" : {
"productRelationship" : [ { }, { } ],
"href" : "...",
"relatedParty" : [ { }, { } ],
"productCharacteristic" : [ { }, { } ],
"id" : "...",
"place" : { }
},
"appointment" : "..."
}, {
"billingAccount" : [ {
"href" : "...",
"name" : "...",
"id" : "..."
}, {
"href" : "...",
"name" : "...",
"id" : "..."
} ],
"id" : "...",
"productOffering" : {
"category" : [ { }, { } ],
"serviceLevelAgreement" : { },
"channel" : [ { }, { } ],
"productOfferingTerm" : [ { }, { } ],
"productSpecification" : { },
"resourceCandidate" : { },
"isBundle" : true,
"bundledProductOffering" : [ { }, { } ],
"serviceCandidate" : { },
"productOfferingPrice" : [ { }, { } ],
"place" : [ { }, { } ],
"parsedCatalogVersion" : { },
"catalogId" : "...",
"catalogVersion" : "...",
"parsedVersion" : { },
"validFor" : { },
"name" : "...",
"lifecycleStatus" : "IN_STUDY",
"description" : "...",
"version" : "...",
"id" : "...",
"href" : "...",
"lastUpdate" : 12345
},
"action" : "...",
"state" : "...",
"product" : {
"productRelationship" : [ { }, { } ],
"href" : "...",
"relatedParty" : [ { }, { } ],
"productCharacteristic" : [ { }, { } ],
"id" : "...",
"place" : { }
},
"appointment" : "..."
} ],
"notificationContact" : "...",
"note" : [ {
"text" : "...",
"author" : "...",
"date" : 12345
}, {
"text" : "...",
"author" : "...",
"date" : 12345
} ]
}