diff --git a/EI-IICS-Team/12Twenty/PATCH_students.json b/EI-IICS-Team/12Twenty/PATCH_students.json index a9808a579bdfa181ad50104acbd5924fcb3f4d83..867c7604488e4798af7119a84a2a7116f8be5287 100644 --- a/EI-IICS-Team/12Twenty/PATCH_students.json +++ b/EI-IICS-Team/12Twenty/PATCH_students.json @@ -59,16 +59,6 @@ } }, "definitions" : { - "PATCH_students##StudentGroups" : { - "properties" : { - "Name" : { - "type" : "string" - }, - "Id" : { - "type" : "number" - } - } - }, "PATCH_students##OutcomeStatusInternship" : { "properties" : { "Name" : { @@ -336,31 +326,23 @@ }, "PATCH_students##College2" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, "PATCH_students##College3" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, @@ -486,34 +468,46 @@ }, "PATCH_students##ConsolidatedMajor3" : { "properties" : { + "Name" : { + "type" : "string" + }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "string" + "type" : "number", + "format" : "int64" } } }, "PATCH_students##ConsolidatedMajor4" : { "properties" : { + "Name" : { + "type" : "string" + }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "string" + "type" : "number", + "format" : "int64" } } }, "PATCH_students##ConsolidatedMajor5" : { "properties" : { + "Name" : { + "type" : "string" + }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "string" + "type" : "number", + "format" : "int64" } } }, @@ -609,16 +603,12 @@ }, "PATCH_students##Degree1" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, @@ -824,10 +814,7 @@ "format" : "int32" }, "StudentGroups" : { - "type" : "array", - "items" : { - "$ref" : "#/definitions/PATCH_students##StudentGroups" - } + "type" : "string" }, "FullName" : { "type" : "string" @@ -866,7 +853,7 @@ "type" : "string" }, "IsWorkStudyEligible" : { - "type" : "boolean" + "type" : "string" }, "FirstName" : { "type" : "string" @@ -892,10 +879,8 @@ "type" : "string" }, "Id" : { - "type" : "string" - }, - "Gender" : { - "type" : "string" + "type" : "number", + "format" : "int64" }, "GenderDescriptionIds" : { "type" : "string" @@ -919,10 +904,7 @@ "type" : "string" }, "IsFirstGenerationCollegeStudent" : { - "type" : "boolean" - }, - "IsStudentAthlete" : { - "type" : "boolean" + "type" : "string" }, "LinkedInProfileUrl" : { "type" : "string" @@ -1147,31 +1129,23 @@ }, "PATCH_students_Request##body##College2" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, "PATCH_students_Request##body##College3" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, @@ -1357,7 +1331,10 @@ }, "PATCH_students_Request##body##CustomAttributeValues" : { "properties" : { - "custom_attribute_804" : { + "Applied to Graduate" : { + "type" : "string" + }, + "Campus Id" : { "type" : "string" } } diff --git a/EI-IICS-Team/12Twenty/POST_studentsV7.json b/EI-IICS-Team/12Twenty/POST_studentsV7.json index 0940d839664ff4107f0414007ee223d24bcfa84a..14a62fb11c38cfddb781640e7f11bba3d4086bd6 100644 --- a/EI-IICS-Team/12Twenty/POST_studentsV7.json +++ b/EI-IICS-Team/12Twenty/POST_studentsV7.json @@ -12,7 +12,7 @@ "basePath" : "/Api/V2", "schemes" : [ "https" ], "paths" : { - "students" : { + "/students" : { "post" : { "tags" : [ "POST_students" ], "summary" : null, @@ -270,7 +270,7 @@ } } }, - "PATCH_students##CustomAttributeValues" : { + "POST_students##CustomAttributeValues" : { "properties" : { "Applied to Graduate" : { "type" : "string" @@ -472,31 +472,23 @@ }, "POST_students_Request##body##College2" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, "POST_students_Request##body##College3" : { "properties" : { - "Name" : { - "type" : "string" - }, "AttributeId" : { "type" : "number", "format" : "int32" }, "Id" : { - "type" : "number", - "format" : "int64" + "type" : "string" } } }, @@ -680,7 +672,7 @@ } } }, - "PATCH_students##CustomAttributeValues" : { + "POST_students_Request##body##CustomAttributeValues" : { "properties" : { "Applied to Graduate" : { "type" : "string" @@ -762,9 +754,6 @@ "DegreeLevel" : { "$ref" : "#/definitions/POST_students_Request##body##DegreeLevel" }, - "MultipleEnrollmentLinkedAccountUserId" : { - "type" : "string" - }, "CustomAttributeValues" : { "$ref" : "#/definitions/POST_students_Request##body##CustomAttributeValues" }