POST api/v1/cqfy/changeappoint

Request Information

URI Parameters

None.

Body Parameters

AppointTimeDto
NameDescriptionTypeAdditional information
BookingSystemId

接收VAP传来的siteid值(标识符)

string

None.

ApplySiteId

string

None.

ClientType

string

None.

AreaCode

string

None.

BillType

string

None.

HisKeys

string

None.

PatientId

string

None.

Operator

string

None.

OperateTime

操作时间

string

None.

StartTime

预约开始时间

string

None.

EndTime

预约结束时间

string

None.

Content

短信内容

string

None.

Request Formats

application/json, text/json

Sample:
{
  "bookingSystemId": "sample string 1",
  "applySiteId": "sample string 2",
  "clientType": "sample string 3",
  "areaCode": "sample string 4",
  "billType": "sample string 5",
  "hisKeys": "sample string 6",
  "patientId": "sample string 7",
  "operator": "sample string 8",
  "operateTime": "sample string 9",
  "startTime": "sample string 10",
  "endTime": "sample string 11",
  "content": "sample string 12"
}

text/html

Sample:
{"$id":"1","bookingSystemId":"sample string 1","applySiteId":"sample string 2","clientType":"sample string 3","areaCode":"sample string 4","billType":"sample string 5","hisKeys":"sample string 6","patientId":"sample string 7","operator":"sample string 8","operateTime":"sample string 9","startTime":"sample string 10","endTime":"sample string 11","content":"sample string 12"}

application/xml, text/xml

Sample:
<AppointTimeDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <BookingSystemId>sample string 1</BookingSystemId>
  <ApplySiteId>sample string 2</ApplySiteId>
  <ClientType>sample string 3</ClientType>
  <AreaCode>sample string 4</AreaCode>
  <BillType>sample string 5</BillType>
  <HisKeys>sample string 6</HisKeys>
  <PatientId>sample string 7</PatientId>
  <Operator>sample string 8</Operator>
  <OperateTime>sample string 9</OperateTime>
  <StartTime>sample string 10</StartTime>
  <EndTime>sample string 11</EndTime>
  <Content>sample string 12</Content>
</AppointTimeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.