POST classroomAPI/PD/addIssue
Request Information
URI Parameters
None.
Body Parameters
IssueName | Description | Type | Additional information |
---|---|---|---|
PILIDPK | globally unique identifier |
None. |
|
Problem | string |
None. |
|
Cause | string |
None. |
|
Solution | string |
None. |
|
AssignedToFK | integer |
None. |
|
AssignedTo | string |
None. |
|
TargetDate | date |
None. |
|
ResolvedDate | date |
None. |
|
Status | integer |
None. |
|
Type | integer |
None. |
|
BoardID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "BoardID": "24dd8380-60de-4f94-abad-88cafd3f5d15", "PILIDPK": "74b2e9f7-51b7-42ed-a5b6-712f9fc11aca", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-04-03T19:16:21.3624103-04:00", "ResolvedDate": "2025-04-03T19:16:21.3624103-04:00", "Status": 9, "Type": 10 }
application/xml, text/xml
Sample:
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching"> <AssignedTo>sample string 6</AssignedTo> <AssignedToFK>5</AssignedToFK> <BoardID>24dd8380-60de-4f94-abad-88cafd3f5d15</BoardID> <Cause>sample string 3</Cause> <PILIDPK>74b2e9f7-51b7-42ed-a5b6-712f9fc11aca</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-04-03T19:16:21.3624103-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-04-03T19:16:21.3624103-04:00</TargetDate> <Type>10</Type> </Issue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IssueName | Description | Type | Additional information |
---|---|---|---|
PILIDPK | globally unique identifier |
None. |
|
Problem | string |
None. |
|
Cause | string |
None. |
|
Solution | string |
None. |
|
AssignedToFK | integer |
None. |
|
AssignedTo | string |
None. |
|
TargetDate | date |
None. |
|
ResolvedDate | date |
None. |
|
Status | integer |
None. |
|
Type | integer |
None. |
|
BoardID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "BoardID": "e6229420-b7b9-41f5-a6a1-386aa9b38ce0", "PILIDPK": "eb9bf913-b818-4f23-a7b7-792d35b11f41", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-04-03T19:16:21.3684059-04:00", "ResolvedDate": "2025-04-03T19:16:21.3684059-04:00", "Status": 9, "Type": 10 }
application/xml, text/xml
Sample:
<Issue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching"> <AssignedTo>sample string 6</AssignedTo> <AssignedToFK>5</AssignedToFK> <BoardID>e6229420-b7b9-41f5-a6a1-386aa9b38ce0</BoardID> <Cause>sample string 3</Cause> <PILIDPK>eb9bf913-b818-4f23-a7b7-792d35b11f41</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-04-03T19:16:21.3684059-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-04-03T19:16:21.3684059-04:00</TargetDate> <Type>10</Type> </Issue>