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": "d056fc34-32d3-493f-9a73-4b4074cd3568", "PILIDPK": "96f0a3c9-3c97-405a-98c8-8bbbb9a785d7", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-04-03T17:59:23.1255866-04:00", "ResolvedDate": "2025-04-03T17:59:23.1255866-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>d056fc34-32d3-493f-9a73-4b4074cd3568</BoardID> <Cause>sample string 3</Cause> <PILIDPK>96f0a3c9-3c97-405a-98c8-8bbbb9a785d7</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-04-03T17:59:23.1255866-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-04-03T17:59:23.1255866-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": "510fceb3-6311-40f0-b532-fd1c7995b4df", "PILIDPK": "0322f71e-e676-49bc-a7da-6133fd8bfa56", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2025-04-03T17:59:23.1355333-04:00", "ResolvedDate": "2025-04-03T17:59:23.1355333-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>510fceb3-6311-40f0-b532-fd1c7995b4df</BoardID> <Cause>sample string 3</Cause> <PILIDPK>0322f71e-e676-49bc-a7da-6133fd8bfa56</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2025-04-03T17:59:23.1355333-04:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2025-04-03T17:59:23.1355333-04:00</TargetDate> <Type>10</Type> </Issue>