ImmigrationEventsSubmit
Submits an immigration event.
Workday Resource Information
Submits an immigration event, which advances the Student Applicant Immigration Event business process to the next step. Specify an empty request body: {}Secured by: Self-Service: Student External Site User Access, Student Data: Immigration
Scope: Academic Foundation, Student Core
Aggregate Fields
The connector 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. Fields marked with a hyphen are read-only and must not be included when calling stored procedures or when performing an INSERT or UPDATE.
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.
DependentImmigrationData_Aggregate
[{ countryOfBirth: { /* The dependent’s country of birth */ -descriptor: Text /* A description of the instance */ -href: Text /* A link to the instance */ *id: Text /* wid / id / reference id */ } countryOfCitizenship: { /* The \~Country\~ of citizenship for the student’s dependent. */ -descriptor: Text /* A description of the instance */ -href: Text /* A link to the instance */ *id: Text /* wid / id / reference id */ } dateOfBirth: Date /* The student dependent’s date of birth. */ descriptor: Text /* A preview of the instance */ firstName: Text /* The first name of the student’s dependent. */ id: Text /* Id of the instance */ immigrationStatus: { /* The immigration status of the student’s dependent. */ -descriptor: Text /* A description of the instance */ -href: Text /* A link to the instance */ *id: Text /* wid / id / reference id */ } lastName: Text /* The last name of the student’s dependent. */ middleName: Text /* The middle name of the student’s dependent. */ relationshipToStudent: { /* The dependent’s relationship to the student. */ -descriptor: Text /* A description of the instance */ -href: Text /* A link to the instance */ *id: Text /* wid / id / reference id */ } sevisExpirationDate: Date /* The expiration date of the SEVIS ID for the student’s dependent. */ sevisId: Text /* The SEVIS ID of the student’s dependent. */ sevisIssueDate: Date /* The issue date of the SEVIS ID for the student’s dependent. */ }]
Input
Name | Type | Description |
ImmigrationEvents_Id | String | The ID of the resource to execute this process on. |
Application_Id | String | wid / id / reference id |
DependentImmigrationData_Aggregate | String | A JSON aggregate. The student dependent immigration data instances for the student immigration data. |
Descriptor | String | A preview of the instance |
Id | String | Id of the instance |
ImmigrationData_ActiveSevisId | String | The current active SEVIS ID for the student immigration data. |
ImmigrationData_ActiveVisaType_Id | String | wid / id / reference id |
ImmigrationData_Descriptor | String | A preview of the instance |
ImmigrationData_Id | String | Id of the instance |
ImmigrationData_IssuingInstitution_Id | String | wid / id / reference id |
Status | String | The status of the immigration event. |
Result Set Columns
Name | Type | Description |
Application_Descriptor | String | A description of the instance |
Application_Href | String | A link to the instance |
Application_Id | String | wid / id / reference id |
DependentImmigrationData_Aggregate | String | A JSON aggregate. The student dependent immigration data instances for the student immigration data. |
Descriptor | String | A preview of the instance |
Id | String | Id of the instance |
ImmigrationData_ActiveSevisId | String | The current active SEVIS ID for the student immigration data. |
ImmigrationData_ActiveVisaType_Descriptor | String | A description of the instance |
ImmigrationData_ActiveVisaType_Href | String | A link to the instance |
ImmigrationData_ActiveVisaType_Id | String | wid / id / reference id |
ImmigrationData_Descriptor | String | A preview of the instance |
ImmigrationData_Id | String | Id of the instance |
ImmigrationData_IssuingInstitution_Descriptor | String | A description of the instance |
ImmigrationData_IssuingInstitution_Href | String | A link to the instance |
ImmigrationData_IssuingInstitution_Id | String | wid / id / reference id |
Status | String | The status of the immigration event. |