| name | data type | description |
|---|---|---|
| billingAccount | array of BillingAccount | |
| product | Product | |
| appointment | string | |
| action | string | |
| state | string | |
| id | string | |
| productOffering | ProductOffering | |
| customFields | CustomFieldsDto |
Example
{
"billingAccount" : [ {
"name" : "...",
"id" : "...",
"href" : "..."
}, {
"name" : "...",
"id" : "...",
"href" : "..."
} ],
"product" : {
"productRelationship" : [ {
"product" : { },
"type" : "..."
}, {
"product" : { },
"type" : "..."
} ],
"href" : "...",
"productCharacteristic" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"place" : {
"address" : { },
"id" : "...",
"href" : "...",
"name" : "..."
},
"id" : "...",
"relatedParty" : [ {
"role" : "...",
"id" : "...",
"validFor" : { },
"name" : "...",
"href" : "..."
}, {
"role" : "...",
"id" : "...",
"validFor" : { },
"name" : "...",
"href" : "..."
} ]
},
"appointment" : "...",
"action" : "...",
"state" : "...",
"id" : "...",
"productOffering" : {
"parsedVersion" : {
"valid" : true,
"minorVersion" : 12345,
"externalView" : "...",
"majorVersion" : 12345,
"internalView" : "..."
},
"place" : [ {
"address" : { },
"id" : "...",
"href" : "...",
"name" : "..."
}, {
"address" : { },
"id" : "...",
"href" : "...",
"name" : "..."
} ],
"productSpecification" : {
"description" : "...",
"id" : "...",
"version" : "...",
"parsedVersion" : { },
"lifecycleStatus" : "REJECTED",
"validFor" : { },
"name" : "...",
"href" : "...",
"lastUpdate" : 12345
},
"lastUpdate" : 12345,
"bundledProductOffering" : [ {
"lastUpdate" : 12345,
"href" : "...",
"id" : "...",
"version" : "...",
"description" : "...",
"name" : "...",
"lifecycleStatus" : "ACTIVE",
"validFor" : { },
"parsedVersion" : { }
}, {
"lastUpdate" : 12345,
"href" : "...",
"id" : "...",
"version" : "...",
"description" : "...",
"name" : "...",
"lifecycleStatus" : "RETIRED",
"validFor" : { },
"parsedVersion" : { }
} ],
"resourceCandidate" : {
"description" : "...",
"id" : "...",
"version" : "...",
"parsedVersion" : { },
"lifecycleStatus" : "RETIRED",
"validFor" : { },
"name" : "...",
"href" : "...",
"lastUpdate" : 12345
},
"catalogId" : "...",
"parsedCatalogVersion" : {
"valid" : true,
"minorVersion" : 12345,
"externalView" : "...",
"majorVersion" : 12345,
"internalView" : "..."
},
"validFor" : {
"endDateTime" : 12345,
"startDateTime" : 12345
},
"serviceCandidate" : {
"description" : "...",
"id" : "...",
"version" : "...",
"parsedVersion" : { },
"lifecycleStatus" : "ACTIVE",
"validFor" : { },
"name" : "...",
"href" : "...",
"lastUpdate" : 12345
},
"description" : "...",
"version" : "...",
"catalogVersion" : "...",
"lifecycleStatus" : "OBSOLETE",
"isBundle" : true,
"channel" : [ {
"id" : "...",
"href" : "...",
"name" : "..."
}, {
"id" : "...",
"href" : "...",
"name" : "..."
} ],
"productOfferingTerm" : [ {
"description" : "...",
"name" : "...",
"validFor" : { },
"duration" : "..."
}, {
"description" : "...",
"name" : "...",
"validFor" : { },
"duration" : "..."
} ],
"category" : [ {
"description" : "...",
"id" : "...",
"version" : "...",
"parsedVersion" : { },
"lifecycleStatus" : "ACTIVE",
"validFor" : { },
"name" : "...",
"href" : "...",
"lastUpdate" : 12345
}, {
"description" : "...",
"id" : "...",
"version" : "...",
"parsedVersion" : { },
"lifecycleStatus" : "ACTIVE",
"validFor" : { },
"name" : "...",
"href" : "...",
"lastUpdate" : 12345
} ],
"id" : "...",
"name" : "...",
"productOfferingPrice" : [ {
"priceType" : "USAGE",
"price" : { },
"validFor" : { },
"productOfferPriceAlteration" : { },
"recurringChargePeriod" : "...",
"unitOfMeasure" : "...",
"description" : "...",
"name" : "..."
}, {
"priceType" : "ONE_TIME",
"price" : { },
"validFor" : { },
"productOfferPriceAlteration" : { },
"recurringChargePeriod" : "...",
"unitOfMeasure" : "...",
"description" : "...",
"name" : "..."
} ],
"href" : "...",
"serviceLevelAgreement" : {
"href" : "...",
"name" : "...",
"id" : "..."
}
},
"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" : "STORE_ONLY",
"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" : "CHECKBOX_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" : "CHILD_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_NOT_ANALYZE",
"fileValue" : "...",
"formattedValue" : { },
"urlReferenceValue" : { },
"guiPosition" : "...",
"customTableCode" : "...",
"dataFilter" : "...",
"fields" : "..."
} ]
}
}