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": "4f187745-2109-478b-a65d-1fccc198227b", "PILIDPK": "f98129a3-3696-42b5-9190-aff11ecd8cf5", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2024-11-25T04:26:00.4251059-05:00", "ResolvedDate": "2024-11-25T04:26:00.4251059-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>4f187745-2109-478b-a65d-1fccc198227b</BoardID> <Cause>sample string 3</Cause> <PILIDPK>f98129a3-3696-42b5-9190-aff11ecd8cf5</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2024-11-25T04:26:00.4251059-05:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2024-11-25T04:26:00.4251059-05: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": "60d3336c-f35d-4d69-b99b-051b3d9f250e", "PILIDPK": "96b71447-9e82-42f0-a587-e342ded89c4b", "Problem": "sample string 2", "Cause": "sample string 3", "Solution": "sample string 4", "AssignedToFK": 5, "AssignedTo": "sample string 6", "TargetDate": "2024-11-25T04:26:00.4251059-05:00", "ResolvedDate": "2024-11-25T04:26:00.4251059-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>60d3336c-f35d-4d69-b99b-051b3d9f250e</BoardID> <Cause>sample string 3</Cause> <PILIDPK>96b71447-9e82-42f0-a587-e342ded89c4b</PILIDPK> <Problem>sample string 2</Problem> <ResolvedDate>2024-11-25T04:26:00.4251059-05:00</ResolvedDate> <Solution>sample string 4</Solution> <Status>9</Status> <TargetDate>2024-11-25T04:26:00.4251059-05:00</TargetDate> <Type>10</Type> </Issue>