ApplicationEvent
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
404
Resource not found
408
Violation of business flow rules. The application cannot be altered in the requested manner due to it's state
422
Violation of business validation rule, the given input cannot be processed.
post
/application/{id}/eventPOST /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