POST api/v1/3EA873432BBA8E84A5868E91DBC1B8FE

Request Information

URI Parameters

None.

Body Parameters

CalendarRequest
NameDescriptionTypeAdditional information
typeMeeting

string

None.

title

string

None.

description

string

None.

allDay

boolean

None.

startDate

string

None.

endDate

string

None.

startTime

string

None.

endTime

string

None.

location

string

None.

notification

boolean

None.

notificationTime

string

None.

unitNotification

string

None.

idManager

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "typeMeeting": "sample string 1",
  "title": "sample string 2",
  "description": "sample string 3",
  "allDay": true,
  "startDate": "sample string 4",
  "endDate": "sample string 5",
  "startTime": "sample string 6",
  "endTime": "sample string 7",
  "location": "sample string 8",
  "notification": true,
  "notificationTime": "sample string 9",
  "unitNotification": "sample string 10",
  "idManager": 11
}

application/xml, text/xml

Sample:
<CalendarRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_GPT.Models">
  <allDay>true</allDay>
  <description>sample string 3</description>
  <endDate>sample string 5</endDate>
  <endTime>sample string 7</endTime>
  <idManager>11</idManager>
  <location>sample string 8</location>
  <notification>true</notification>
  <notificationTime>sample string 9</notificationTime>
  <startDate>sample string 4</startDate>
  <startTime>sample string 6</startTime>
  <title>sample string 2</title>
  <typeMeeting>sample string 1</typeMeeting>
  <unitNotification>sample string 10</unitNotification>
</CalendarRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.