POST Api/StudentDemographics/SaveCollabTeam
Request Information
URI Parameters
None.
Body Parameters
AddCollabTeam| Name | Description | Type | Additional information |
|---|---|---|---|
| CT_ID | decimal number |
None. |
|
| CT_Staff_ID | decimal number |
None. |
|
| CT_Student_ID | decimal number |
None. |
|
| IncludeOnReports | integer |
None. |
|
| IEPAccess | integer |
None. |
|
| ReportCardAccess | integer |
None. |
|
| StudentLogAccess | integer |
None. |
|
| ProgressAccess | integer |
None. |
|
| InterimAcess | integer |
None. |
|
| CT_Role_ID | decimal number |
None. |
|
| flgPTCEnabled | integer |
None. |
|
| PTCTimeSLot | integer |
None. |
|
| ReqSchedule | integer |
None. |
|
| ReqStudentStart | integer |
None. |
|
| ReqStudentStop | integer |
None. |
|
| ReqStaffStart | integer |
None. |
|
| ReqStaffStop | integer |
None. |
|
| ReqSystemStart | integer |
None. |
|
| ReqSystemStop | integer |
None. |
|
| CollabInactive | integer |
None. |
|
| CampusName | string |
None. |
|
| UserID | string |
None. |
|
| DeviceID | string |
None. |
|
| DeviceOS | string |
None. |
|
| Version | string |
None. |
|
| accessToken | string |
Required Matching regular expression pattern: ^a4768b1a-b5c1-4561-86e7-324b8a368354$ |
Request Formats
application/json, text/json
Sample:
{
"CT_ID": 1.0,
"CT_Staff_ID": 1.0,
"CT_Student_ID": 1.0,
"IncludeOnReports": 2,
"IEPAccess": 3,
"ReportCardAccess": 4,
"StudentLogAccess": 5,
"ProgressAccess": 6,
"InterimAcess": 7,
"CT_Role_ID": 8.0,
"flgPTCEnabled": 9,
"PTCTimeSLot": 10,
"ReqSchedule": 11,
"ReqStudentStart": 12,
"ReqStudentStop": 13,
"ReqStaffStart": 14,
"ReqStaffStop": 15,
"ReqSystemStart": 16,
"ReqSystemStop": 17,
"CollabInactive": 18,
"CampusName": "sample string 19",
"UserID": "sample string 20",
"DeviceID": "sample string 21",
"DeviceOS": "sample string 22",
"Version": "sample string 23",
"accessToken": "sample string 24"
}
text/html
Sample:
{"CT_ID":1.0,"CT_Staff_ID":1.0,"CT_Student_ID":1.0,"IncludeOnReports":2,"IEPAccess":3,"ReportCardAccess":4,"StudentLogAccess":5,"ProgressAccess":6,"InterimAcess":7,"CT_Role_ID":8.0,"flgPTCEnabled":9,"PTCTimeSLot":10,"ReqSchedule":11,"ReqStudentStart":12,"ReqStudentStop":13,"ReqStaffStart":14,"ReqStaffStop":15,"ReqSystemStart":16,"ReqSystemStop":17,"CollabInactive":18,"CampusName":"sample string 19","UserID":"sample string 20","DeviceID":"sample string 21","DeviceOS":"sample string 22","Version":"sample string 23","accessToken":"sample string 24"}
application/xml, text/xml
Sample:
<AddCollabTeam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model.AdminPanel"> <CampusName xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 19</CampusName> <DeviceID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 21</DeviceID> <DeviceOS xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 22</DeviceOS> <UserID xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 20</UserID> <Version xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 23</Version> <accessToken xmlns="http://schemas.datacontract.org/2004/07/ParadigmPioneer.Core.Model">sample string 24</accessToken> <CT_ID>1</CT_ID> <CT_Role_ID>8</CT_Role_ID> <CT_Staff_ID>1</CT_Staff_ID> <CT_Student_ID>1</CT_Student_ID> <CollabInactive>18</CollabInactive> <IEPAccess>3</IEPAccess> <IncludeOnReports>2</IncludeOnReports> <InterimAcess>7</InterimAcess> <PTCTimeSLot>10</PTCTimeSLot> <ProgressAccess>6</ProgressAccess> <ReportCardAccess>4</ReportCardAccess> <ReqSchedule>11</ReqSchedule> <ReqStaffStart>14</ReqStaffStart> <ReqStaffStop>15</ReqStaffStop> <ReqStudentStart>12</ReqStudentStart> <ReqStudentStop>13</ReqStudentStop> <ReqSystemStart>16</ReqSystemStart> <ReqSystemStop>17</ReqSystemStop> <StudentLogAccess>5</StudentLogAccess> <flgPTCEnabled>9</flgPTCEnabled> </AddCollabTeam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />