POST api/PostPTMSchedule
Request Information
URI Parameters
None.
Body Parameters
PTMScheduleViewModelDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| Remarks | string |
None. |
|
| TalkingAboutId | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "98f9cafb-f0f9-405f-8e2d-f13ae573ba49",
"StudentId": "4edb9f17-fa74-45b3-a51a-00bf1e62ae92",
"ParentId": "2a83c9a1-bb69-4eb1-b6b3-11658547e772",
"Remarks": "sample string 4",
"TalkingAboutId": "sample string 5",
"Type": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.