POST api/PostPTMSchedule

Request Information

URI Parameters

None.

Body Parameters

PTMScheduleViewModelDetails
NameDescriptionTypeAdditional 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": "c5dad872-5aad-471e-8ada-d7670eba56c4",
  "StudentId": "7b18debb-6a0a-4ff4-baf5-36524bbb72be",
  "ParentId": "dfeaf166-b74c-4f9a-809c-234dd5c01f91",
  "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.