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": "8eb41172-f3b8-4b0c-a39c-7dfe2d5f64ee",
"PILIDPK": "2da84e37-cb09-42c9-b135-286a2f374acd",
"Problem": "sample string 2",
"Cause": "sample string 3",
"Solution": "sample string 4",
"AssignedToFK": 5,
"AssignedTo": "sample string 6",
"TargetDate": "2025-11-08T11:25:15.5352911-05:00",
"ResolvedDate": "2025-11-08T11:25:15.5352911-05: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>8eb41172-f3b8-4b0c-a39c-7dfe2d5f64ee</BoardID> <Cause>sample string 3</Cause> <PILIDPK>2da84e37-cb09-42c9-b135-286a2f374acd</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-11-08T11:25:15.5352911-05:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-11-08T11:25:15.5352911-05: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": "bfb6dd72-0868-4feb-b1f6-2315a5d179b3",
"PILIDPK": "a4955767-2ec3-4115-9a40-e6bfbe88c980",
"Problem": "sample string 2",
"Cause": "sample string 3",
"Solution": "sample string 4",
"AssignedToFK": 5,
"AssignedTo": "sample string 6",
"TargetDate": "2025-11-08T11:25:15.5352911-05:00",
"ResolvedDate": "2025-11-08T11:25:15.5352911-05: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>bfb6dd72-0868-4feb-b1f6-2315a5d179b3</BoardID> <Cause>sample string 3</Cause> <PILIDPK>a4955767-2ec3-4115-9a40-e6bfbe88c980</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-11-08T11:25:15.5352911-05:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-11-08T11:25:15.5352911-05:00</TargetDate> <Type>10</Type> </Issue>