| name | data type | description |
|---|---|---|
| action | string | |
| id | string | |
| product | Product | |
| billingAccount | array of BillingAccount | |
| productOffering | ProductOffering | |
| state | string | |
| appointment | string |
Example
{
"action" : "...",
"id" : "...",
"product" : {
"place" : {
"id" : "...",
"address" : { },
"name" : "...",
"href" : "..."
},
"href" : "...",
"id" : "...",
"productRelationship" : [ {
"type" : "...",
"product" : { }
}, {
"type" : "...",
"product" : { }
} ],
"productCharacteristic" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ],
"relatedParty" : [ {
"validFor" : { },
"id" : "...",
"role" : "...",
"href" : "...",
"name" : "..."
}, {
"validFor" : { },
"id" : "...",
"role" : "...",
"href" : "...",
"name" : "..."
} ]
},
"billingAccount" : [ {
"href" : "...",
"name" : "...",
"id" : "..."
}, {
"href" : "...",
"name" : "...",
"id" : "..."
} ],
"productOffering" : {
"isBundle" : true,
"serviceCandidate" : {
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"entity" : { },
"href" : "...",
"id" : "...",
"validFor" : { },
"description" : "...",
"lifecycleStatus" : "OBSOLETE",
"parsedVersion" : { }
},
"bundledProductOffering" : [ {
"id" : "...",
"lifecycleStatus" : "OBSOLETE",
"href" : "...",
"parsedVersion" : { },
"name" : "...",
"entity" : { },
"description" : "...",
"lastUpdate" : 12345,
"version" : "...",
"validFor" : { }
}, {
"id" : "...",
"lifecycleStatus" : "IN_STUDY",
"href" : "...",
"parsedVersion" : { },
"name" : "...",
"entity" : { },
"description" : "...",
"lastUpdate" : 12345,
"version" : "...",
"validFor" : { }
} ],
"serviceLevelAgreement" : {
"name" : "...",
"href" : "...",
"id" : "..."
},
"place" : [ {
"id" : "...",
"address" : { },
"name" : "...",
"href" : "..."
}, {
"id" : "...",
"address" : { },
"name" : "...",
"href" : "..."
} ],
"productOfferingPrice" : [ {
"validFor" : { },
"description" : "...",
"unitOfMeasure" : "...",
"recurringChargePeriod" : "...",
"price" : { },
"name" : "...",
"priceType" : "RECURRING",
"productOfferPriceAlteration" : { }
}, {
"validFor" : { },
"description" : "...",
"unitOfMeasure" : "...",
"recurringChargePeriod" : "...",
"price" : { },
"name" : "...",
"priceType" : "RECURRING",
"productOfferPriceAlteration" : { }
} ],
"productSpecification" : {
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"entity" : { },
"href" : "...",
"id" : "...",
"validFor" : { },
"description" : "...",
"lifecycleStatus" : "LAUNCHED",
"parsedVersion" : { }
},
"channel" : [ {
"name" : "...",
"href" : "...",
"id" : "..."
}, {
"name" : "...",
"href" : "...",
"id" : "..."
} ],
"productOfferingTerm" : [ {
"name" : "...",
"validFor" : { },
"description" : "...",
"duration" : "..."
}, {
"name" : "...",
"validFor" : { },
"description" : "...",
"duration" : "..."
} ],
"category" : [ {
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"entity" : { },
"href" : "...",
"id" : "...",
"validFor" : { },
"description" : "...",
"lifecycleStatus" : "LAUNCHED",
"parsedVersion" : { }
}, {
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"entity" : { },
"href" : "...",
"id" : "...",
"validFor" : { },
"description" : "...",
"lifecycleStatus" : "IN_TEST",
"parsedVersion" : { }
} ],
"resourceCandidate" : {
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"entity" : { },
"href" : "...",
"id" : "...",
"validFor" : { },
"description" : "...",
"lifecycleStatus" : "ACTIVE",
"parsedVersion" : { }
},
"catalogId" : "...",
"parsedCatalogVersion" : {
"valid" : true,
"majorVersion" : 12345,
"minorVersion" : 12345,
"externalView" : "...",
"internalView" : "..."
},
"catalogVersion" : "...",
"validFor" : {
"endDateTime" : 12345,
"startDateTime" : 12345
},
"lifecycleStatus" : "OBSOLETE",
"parsedVersion" : {
"valid" : true,
"majorVersion" : 12345,
"minorVersion" : 12345,
"externalView" : "...",
"internalView" : "..."
},
"description" : "...",
"name" : "...",
"lastUpdate" : 12345,
"version" : "...",
"id" : "...",
"href" : "..."
},
"state" : "...",
"appointment" : "..."
}