POST classroomAPI/Coaching/SaveAid
Request Information
URI Parameters
None.
Body Parameters
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. |
Request 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.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>