MoveApplicationToJob
Move this application to any stage on a different job. If NewStageId is omitted, the initial stage of the new job will be selected. Prospect applications can�t be moved in this way.
Input
| Name | Type | Required | Description |
| Id | Int64 | True | Application ID. |
| NewJobId | Int64 | True | The ID of the job to which this application should be transferred. |
| NewStageId | Int64 | False | The stage on the destination job the application should be placed in. If this is omitted, the application will be sent to the job's initial stage. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |