Create Employee Academic Record

POST {{base_url}}/employee/:Employee/education

Use this endpoint to create a new education entry for each academic achievement of the employee in the Employees hub.

Request Params

KeyDatatypeRequiredDescription
requiredFieldValidationstringOptional.

The flag that indicates whether or not the validation for required screen designer fields is needed.

Use "N" if you want to bypass the validation. Otherwise, the default is "Y," which enforces the validation.

NOTE: This does not apply to required system fields. | | startWorkflow | string | | Optional.

The flag that indicates whether or not the trigger for a workflow is initiated.

Use "N" if you want to bypass the trigger. Otherwise, the default is "Y," which initiates the workflow. |

Request Body

[{"name"=>"Degree", "value"=>"Dropdown", "datatype"=>"string"}, {"name"=>"Specialty", "value"=>"String", "datatype"=>"string"}, {"name"=>"Institution", "value"=>"String", "datatype"=>"string"}, {"name"=>"YearEarned", "value"=>"Numeric", "datatype"=>"string"}, {"name"=>"IncudeInProposal", "value"=>"Checkbox", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: Created

[{"RecordID":"FA9FDC6B52AA42F189492B8A15DF7566","Seq":5,"Employee":"TESTEMPLOYEE1234567889","Degree":"04","DegreeDescription":"Masters of Arts","Specialty":"Architecture","Institution":"Harvard","YearEarned":1996,"IncludeInProposal":"Y"}]