ODBC Driver for Workday

Build 24.0.8963

StudentsApplyHold

Creates an Apply Student Hold Event.

Workday Resource Information

Creates a single Apply Student Hold Event instance with the specified data. In the request body, specify these required fields: holdReason, typeContext.

Secured by: Apply Student Hold (REST Service)+TG

Scope: Action Items and Holds

Aggregate Fields

The driver represents the following fields as aggregates containing JSON text. Each of them conforms to their respective schema. Fields marked with an asterisk are required and must be included if their parent object is.

This information is derived from the Workday REST API specification which does not explicitly list all business rules and validations that apply to each object. More fields may be required than what is listed here.

TypeContext_Aggregate


[{
  academicPeriod: { /* The Academic Period this hold type applies to. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  academicRecord: { /* The Academic Record this hold type applies to. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  descriptor: Text /* A preview of the instance */
  federalSchoolCode: { /* The school code this hold type applies to. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  financialAidAwardYear: { /* The Financial Aid Award Year this Hold Type applies to. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  holdType: { /* The processes blocked by this student hold assignment. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
  id: Text /* Id of the instance */
  institution: { /* The institutional Academic Unit this Hold Type applies to. */
      descriptor: Text /* A description of the instance */
      href: Text /* A link to the instance */
     *id: Text /* wid / id / reference id */
  }
}]

Input

Name Type Description
Students_Id String The ID of the resource to execute this process on
Descriptor String A preview of the instance
Id String Id of the instance
Reason_Id String wid / id / reference id
Student_Id String wid / id / reference id
TypeContext_Aggregate String A JSON aggregate. The hold type of the apply student hold event.

Result Set Columns

Name Type Description
Id String Id of the instance
Descriptor String A preview of the instance
Reason_Descriptor String A description of the instance
Reason_Href String A link to the instance
Reason_Id String wid / id / reference id
Student_Descriptor String A description of the instance
Student_Href String A link to the instance
Student_Id String wid / id / reference id
TypeContext_Aggregate String A JSON aggregate. The hold type of the apply student hold event.

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