Check the pre-condition whether it's allowed to create a decision request.
GET {{baseUrl}}/proposals/:proposal-id/decision/pre-check
This endpoint checks the pre-conditions to be able to create a decision request for this proposal.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"requestAllowed":true,"cancelAllowed":false,"preconditionViolations":[{"code":"qui laboris","userMessage":"dolor ut"},{"code":"veniam Ut elit dolore","userMessage":"sit veniam"}]}