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": "7f2015ab-42b6-4da9-9692-6c93711d9bef", "PILIDPK": "37699fdf-dd77-41a8-824b-e3f69e3da627", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-06-27T09:02:55.6013221-04:00", "ResolvedDate": "2025-06-27T09:02:55.6013221-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>7f2015ab-42b6-4da9-9692-6c93711d9bef</BoardID> <Cause>sample string 3</Cause> <PILIDPK>37699fdf-dd77-41a8-824b-e3f69e3da627</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-06-27T09:02:55.6013221-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-06-27T09:02:55.6013221-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": "808d5c78-ede2-4ef0-b444-36f8e7bb9c40", "PILIDPK": "da47de06-ef10-463f-9adc-e8be68b30611", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-06-27T09:02:55.6053533-04:00", "ResolvedDate": "2025-06-27T09:02:55.6053533-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>808d5c78-ede2-4ef0-b444-36f8e7bb9c40</BoardID> <Cause>sample string 3</Cause> <PILIDPK>da47de06-ef10-463f-9adc-e8be68b30611</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-06-27T09:02:55.6053533-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-06-27T09:02:55.6053533-04:00</TargetDate> <Type>10</Type> </Issue>