POST classroomAPI/Coaching/getAid
Request Information
URI Parameters
None.
Body Parameters
GetAIDSessionParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "0744c66e-c504-4cc6-8a5f-78a7eaf44c68"
}
application/xml, text/xml
Sample:
<GetAIDSessionParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classroom.ClassroomBLL.Coaching"> <ID>0744c66e-c504-4cc6-8a5f-78a7eaf44c68</ID> </GetAIDSessionParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CoachingAid| Name | Description | Type | Additional information |
|---|---|---|---|
| Aidpk | globally unique identifier |
None. |
|
| Denied | boolean |
None. |
|
| Created | date |
None. |
|
| CoachFK | globally unique identifier |
None. |
|
| CoacheeFK | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| SubmittedOn | date |
None. |
|
| RejectedOn | date |
None. |
|
| RejectReason | string |
None. |
|
| AcceptedOn | date |
None. |
|
| CoacheeFkNavigation | UserDetail |
None. |
|
| CoachingAiditem | Collection of CoachingAiditem |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.