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": "cc60b082-80e3-42d5-bf43-6367970dd111",
"StudentId": "db0deeee-4d3c-4c4f-a7cb-b42b682d18d3",
"ParentId": "59eb7561-f8d7-44d7-9d3a-47ede4622e9d",
"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.