PUT api/Appointment

Request Information

URI Parameters

None.

Body Parameters

AppointmentReschedule
NameDescriptionTypeAdditional information
APPId

integer

None.

NewDate

string

None.

NewStartTime

string

None.

NewRescId

integer

None.

Resc1Id

integer

None.

Resc2Id

integer

None.

Resc3Id

integer

None.

NewDuration

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "APPId": 1,
  "NewDate": "sample string 2",
  "NewStartTime": "sample string 3",
  "NewRescId": 4,
  "Resc1Id": 5,
  "Resc2Id": 6,
  "Resc3Id": 7,
  "NewDuration": 8
}

application/xml, text/xml

Sample:
<AppointmentReschedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <APPId>1</APPId>
  <NewDate>sample string 2</NewDate>
  <NewDuration>8</NewDuration>
  <NewRescId>4</NewRescId>
  <NewStartTime>sample string 3</NewStartTime>
  <Resc1Id>5</Resc1Id>
  <Resc2Id>6</Resc2Id>
  <Resc3Id>7</Resc3Id>
</AppointmentReschedule>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.