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": "fb69bd90-f845-4797-9111-dd3456577c99",
"StudentId": "63793ccf-7169-4560-b978-a0ec39bb11d7",
"ParentId": "f1d8cde4-0918-4511-86b4-aa14ebb7b12f",
"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.