POST api/appointment/updatetherapistnotes

Request Information

URI Parameters

None.

Body Parameters

AppointmentTherapistNotes
NameDescriptionTypeAdditional information
AppId

integer

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AppId": 1,
  "Notes": "sample string 2"
}

application/xml, text/xml

Sample:
<AppointmentTherapistNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.Models">
  <AppId>1</AppId>
  <Notes>sample string 2</Notes>
</AppointmentTherapistNotes>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Appointment
NameDescriptionTypeAdditional information
AppId

integer

None.

CFId

integer

None.

Customer

Person

None.

Treatment

Treatment

None.

Date

date

None.

StartTime

date

None.

Duration

integer

None.

EndTime

date

None.

ModifierId1

integer

None.

ModifierId2

integer

None.

ModifierId3

integer

None.

ModifierId4

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.