POST api/Cloudnine/ScheduleCallsPatient

Request Information

URI Parameters

None.

Body Parameters

ScheduleServiceModelView
NameDescriptionTypeAdditional information
OrganizationId

integer

None.

PatientName

string

None.

PatientId

integer

None.

ClientId

string

None.

ServiceId

string

None.

ServiceName

string

None.

CallDate

date

None.

ServiceDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OrganizationId": 1,
  "PatientName": "sample string 2",
  "PatientId": 3,
  "ClientId": "sample string 4",
  "ServiceId": "sample string 5",
  "ServiceName": "sample string 6",
  "CallDate": "2026-09-08T21:12:19.1593398+00:00",
  "ServiceDate": "2026-09-08T21:12:19.1593398+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"