POST api/Wa/morasalaty

Request Information

URI Parameters

None.

Body Parameters

MorasalatyRequest
NameDescriptionTypeAdditional information
appointment_code

string

None.

type

string

None.

reschedule_date

string

None.

reschedule_time

string

None.

notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appointment_code": "sample string 1",
  "type": "sample string 2",
  "reschedule_date": "sample string 3",
  "reschedule_time": "sample string 4",
  "notes": "sample string 5"
}

application/xml, text/xml

Sample:
<MorasalatyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nitcotek.API.Models">
  <appointment_code>sample string 1</appointment_code>
  <notes>sample string 5</notes>
  <reschedule_date>sample string 3</reschedule_date>
  <reschedule_time>sample string 4</reschedule_time>
  <type>sample string 2</type>
</MorasalatyRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MorasalatyRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.