ADO.NET Provider for Greenhouse

Build 24.0.9062

MoveApplicationToStage

Move this application from one stage to another. An application can only be moved between stages on the same job. The response is populated with the application's information which will reflect its new state. Note that only applications in the active state can be moved.

Input

Name Type Required Description
Id Int64 True Application ID.
FromStageId Int64 True The ID of the job stage the application is currently in.
ToStageId Int64 True The ID of the job stage the application should be moved to.

Result Set Columns

Name Type Description
Success Bool Outputs true if the procedure succeeded.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062