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