CreateOrReplaceApprovalFlow
Create or replace the entirety of an approval flow on a certain job or offer.
Input
| Name | Type | Required | Description |
| JobId | Int64 | True | Job ID. |
| ApprovalType | String | True | One of offer_job, open_job, or offer_candidate.
使用できる値は次のとおりです。offer_job, open_job, offer_candidate |
| OfferId | Int64 | False | Offer ID. |
| Sequential | Bool | True | Whether the groups in this flow must approve sequentially. |
| ApprovalsRequired# | Int | False | The number of approvals that must be given for this group to be considered approved and sent to the next group. |
| ApprovalsApproverUserIds# | Int64 | False | Comma-delimited list of Greenhouse user IDs. |
| ApprovalsApproverEmails# | String | False | Comma-delimited list of Greenhouse user emails. |
| ApprovalsApproverEmployeeIds# | String | False | Comma-delimited list of Greenhouse employee IDs. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |