POST classroomAPI/PD/addIssue
Request Information
URI Parameters
None.
Body Parameters
Issue| Name | 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": "34f29cb2-4ae2-4c31-95c4-adcb9b507fc5",
"PILIDPK": "ec7d6c39-bbdb-4e0a-ac3c-5c00b6e50461",
"Problem": "sample string 2",
"Cause": "sample string 3",
"Solution": "sample string 4",
"AssignedToFK": 5,
"AssignedTo": "sample string 6",
"TargetDate": "2026-06-01T13:43:16.6398171-04:00",
"ResolvedDate": "2026-06-01T13:43:16.6398171-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>34f29cb2-4ae2-4c31-95c4-adcb9b507fc5</BoardID> <Cause>sample string 3</Cause> <PILIDPK>ec7d6c39-bbdb-4e0a-ac3c-5c00b6e50461</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2026-06-01T13:43:16.6398171-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2026-06-01T13:43:16.6398171-04:00</TargetDate> <Type>10</Type> </Issue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Issue| Name | 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": "de11031b-6cff-4e8f-92f1-f6afdfd639d3",
"PILIDPK": "c932b39f-5d40-4da1-9437-3fb16c38ce78",
"Problem": "sample string 2",
"Cause": "sample string 3",
"Solution": "sample string 4",
"AssignedToFK": 5,
"AssignedTo": "sample string 6",
"TargetDate": "2026-06-01T13:43:16.6398171-04:00",
"ResolvedDate": "2026-06-01T13:43:16.6398171-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>de11031b-6cff-4e8f-92f1-f6afdfd639d3</BoardID> <Cause>sample string 3</Cause> <PILIDPK>c932b39f-5d40-4da1-9437-3fb16c38ce78</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2026-06-01T13:43:16.6398171-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2026-06-01T13:43:16.6398171-04:00</TargetDate> <Type>10</Type> </Issue>