Skip to main content

Fields

activatedAt : DateTime

DateTime when the offering was activated.

code : String! required

Unique lifecycle code.

maxVersion : Int! required

Maximum version number reached.

previousOffering : ID

Identifier of the previous version of this offering.

status : CatalogComponentStatus! required

Current status of the offering.

version : Int! required

Current version of the offering.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "activatedAt": "1993-10-27T20:19:16.838552+00:00", "code": "break-cold-drop-season-bill", "maxVersion": 49, "previousOffering": "82870219", "status": "DRAFT", "version": 38 }