| URL | POST {{basepath}}/api/:project/payable/:payable-id/kickoff |
|---|---|
| Category | Payable |
Starts the process of generating the steps for the payable.
Makes a payable.
Requires body of {}
Returns a PayableKickoffResponse
| :project | {{project}} | |
|---|---|---|
| :payable-id | {{payable_id}} |
| Content-Type | application/json |
|---|
{}
POST {{basepath}}/api/:project/payable/:payable-id/kickoff
{}
| :project | {{project}} | |
|---|---|---|
| :payable-id | {{payable_id}} |
408 Request Timeout
{
"responseId": "2_a8291b2b30d624084910782caa0dd5655bdb3f80",
"status": "error",
"errorCode": "invalid_status",
"errorMessage": "You cannot kick off a payable in status open"
}
POST {{basepath}}/api/:project/payable/:payable-id/kickoff
{}
| :project | {{project}} | |
|---|---|---|
| :payable-id | {{payable_id}} |
200 OK
{
"responseId": "2_1d99129405ba8d97ed73993eec4315ccc24e8378",
"message": "Payable has been queued for kickoff",
"identifier": "3_2_88b60c63650c8a274d535206c6781cf5577f722b1637853158"
}