POST api/InsertMultipleMeetings
Request Information
URI Parameters
None.
Body Parameters
ListMeetingDateAndRemark| Name | Description | Type | Additional information |
|---|---|---|---|
| Meetings | Collection of MeetingDateAndRemark |
None. |
|
| RecordId | integer |
None. |
|
| UserId | integer |
None. |
|
| TeacherId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"meetings": null,
"recordId": 1,
"userId": 1,
"teacherId": 1
}
application/xml, text/xml
Sample:
<ListMeetingDateAndRemark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/courses_application_web_API.Models.MGMT"> <Meetings i:nil="true" /> <RecordId>1</RecordId> <TeacherId>1</TeacherId> <UserId>1</UserId> </ListMeetingDateAndRemark>
multipart/form-data
Sample:
<ListMeetingDateAndRemark xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/courses_application_web_API.Models.MGMT"><Meetings i:nil="true" /><RecordId>1</RecordId><TeacherId>1</TeacherId><UserId>1</UserId></ListMeetingDateAndRemark>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |