Batch Update Change Events

put

/primeapi/restapi/changeEvent/batch

Send a request to this endpoint to update one or more change events. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.

Request

Supported Media Types
Body ()
One or more change event objects. Each object must conform to the ApiEntityChangeEvent schema.
Root Schema : List<ApiEntityChangeEvent>
Type: array
Title: List<ApiEntityChangeEvent>
Show Source
Nested 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

200 Response

A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi//1","2":"https://:/primeapi/restapi//2"}}

400 Response

Invalid Input.