POST api/OtherMeeting

Request Information

URI Parameters

None.

Body Parameters

AddotherMeeting
NameDescriptionTypeAdditional information
EMPLOYEE_ID

string

None.

MEETING_TITLE

string

None.

REMARK

string

None.

PHOTO1

Collection of byte

None.

PHOTO2

Collection of byte

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMPLOYEE_ID": "sample string 1",
  "MEETING_TITLE": "sample string 2",
  "REMARK": "sample string 3",
  "PHOTO1": "QEA=",
  "PHOTO2": "QEA=",
  "EXTRA1": "sample string 4",
  "EXTRA2": "sample string 5",
  "EXTRA3": "sample string 6"
}

application/xml, text/xml

Sample:
<AddotherMeeting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiFarmsons.Controllers">
  <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID>
  <EXTRA1>sample string 4</EXTRA1>
  <EXTRA2>sample string 5</EXTRA2>
  <EXTRA3>sample string 6</EXTRA3>
  <MEETING_TITLE>sample string 2</MEETING_TITLE>
  <PHOTO1>QEA=</PHOTO1>
  <PHOTO2>QEA=</PHOTO2>
  <REMARK>sample string 3</REMARK>
</AddotherMeeting>

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.