ApplicationEvent

Create an ApplicationEvent

post
Path parameters
idinteger · int32Required

The id of the application to fetch

Body
applicationIdinteger · int32Optional
resolveLatestVersionbooleanOptional

When true, resolve and apply to latest application in replace-chain.

eventCodestring | nullableOptional
Responses
200

OK

post
/application/{id}/event
POST /application/{id}/event HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "applicationId": 1,
  "resolveLatestVersion": true,
  "eventCode": "text"
}
{
  "applicationId": 1,
  "previousStatusId": 1,
  "previousDocumentStatusId": 1,
  "statusId": 1,
  "documentStatusId": 1
}

Last updated