Create a Change Event

post

/primeapi/restapi/changeEvent

Send a request to this endpoint to create a change event. An application object will be created using the JSON data provided in the request body.

Request

Supported Media Types
Body ()
A change event object. The object must conform to the ApiEntityChangeEvent schema.
Root Schema : ApiEntityChangeEvent
Type: object
Show Source
Nested Schema : ApiEntityChangeEventConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeEventCost
Type: object
Show Source
Nested Schema : reasons
Type: array
Unique Items Required: true
Reasons associated with a change event.
Show Source
Nested Schema : ApiEntityCmStatusTransitionData
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object
Nested Schema : ApiEntityChangeEventReasons
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityChangeEvent
Type: object
Show Source
Nested Schema : ApiEntityChangeEventConfiguredFields
Type: object
Show Source
Nested Schema : ApiEntityChangeEventCost
Type: object
Show Source
Nested Schema : reasons
Type: array
Unique Items Required: true
Reasons associated with a change event.
Show Source
Nested Schema : ApiEntityCmStatusTransitionData
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing cost fields in the form of key-value pairs.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing non-cost and non-text fields in the form of key-value pairs.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
An object containing text fields in the form of key-value pairs.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : Cost
Type: object
Nested Schema : ApiEntityChangeEventReasons
Type: object
Show Source

400 Response

Invalid Input.