POST api/MedicalExamcos/UpdateAppointmentStatus
Request Information
URI Parameters
None.
Body Parameters
ExamScheduleAppointmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EncounterId | integer |
None. |
|
| ScheduleDate | date |
None. |
|
| ScheduleTime | time interval |
None. |
|
| FacilityCode | string |
String length: inclusive between 0 and 20 |
|
| Status | integer |
None. |
|
| TimeZone | integer |
None. |
|
| IsScheduled | boolean |
None. |
|
| HospitalName | string |
String length: inclusive between 0 and 100 |
|
| HospitalAddress | string |
String length: inclusive between 0 and 300 |
|
| City | string |
String length: inclusive between 0 and 30 |
|
| State | string |
String length: inclusive between 0 and 2 |
|
| ZipCode | string |
String length: inclusive between 0 and 10 |
|
| Phone | string |
String length: inclusive between 0 and 20 |
|
| Fax | string |
String length: inclusive between 0 and 20 |
|
| StatusType | string |
String length: inclusive between 0 and 10 |
|
| ClinicEmail | string |
String length: inclusive between 0 and 200 |
|
| Suite | string |
String length: inclusive between 0 and 10 |
|
| Country | string |
String length: inclusive between 0 and 15 |
|
| CoordinatorName | string |
String length: inclusive between 0 and 60 |
|
| EmployeeMessageQueueId | integer |
None. |
|
| ClinicMessageQueueId | integer |
None. |
|
| CaseNo | integer |
None. |
|
| ResultType | integer |
None. |
|
| ComponentId | integer |
None. |
|
| ComponentName | string |
String length: inclusive between 0 and 8000 |
|
| OnSiteLocationId | integer |
None. |
|
| ExamName | string |
String length: inclusive between 0 and 200 |
|
| LocationSelection | integer |
None. |
|
| TelemedicineId | integer |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 20 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
{
"Id": 1,
"EncounterId": 2,
"ScheduleDate": "2025-10-30T13:17:50.2443047-07:00",
"ScheduleTime": "00:00:00.1234567",
"FacilityCode": "sample string 5",
"Status": 6,
"TimeZone": 1,
"IsScheduled": true,
"HospitalName": "sample string 7",
"HospitalAddress": "sample string 8",
"City": "sample string 9",
"State": "sample string 10",
"ZipCode": "sample string 11",
"Phone": "sample string 12",
"Fax": "sample string 13",
"StatusType": "sample string 14",
"ClinicEmail": "sample string 15",
"Suite": "sample string 16",
"Country": "sample string 17",
"CoordinatorName": "sample string 18",
"EmployeeMessageQueueId": 19,
"ClinicMessageQueueId": 20,
"CaseNo": 21,
"ResultType": 1,
"ComponentId": 22,
"ComponentName": "sample string 23",
"OnSiteLocationId": 1,
"ExamName": "sample string 24",
"LocationSelection": 1,
"TelemedicineId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T13:17:50.2599284-07:00",
"DateUpdated": "2025-10-30T13:17:50.2599284-07:00",
"UserIDCreated": 28,
"UserIDUpdated": 29,
"CompanyCode": "sample string 30",
"IsExcludeDiscount": true
}
application/xml, text/xml
<ExamScheduleAppointmentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam"> <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 30</CompanyCode> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T13:17:50.2599284-07:00</DateCreated> <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T13:17:50.2599284-07:00</DateUpdated> <IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount> <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">28</UserIDCreated> <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDUpdated> <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag> <CaseNo>21</CaseNo> <City>sample string 9</City> <ClinicEmail>sample string 15</ClinicEmail> <ClinicMessageQueueId>20</ClinicMessageQueueId> <ComponentId>22</ComponentId> <ComponentName>sample string 23</ComponentName> <CoordinatorName>sample string 18</CoordinatorName> <Country>sample string 17</Country> <EmployeeMessageQueueId>19</EmployeeMessageQueueId> <EncounterId>2</EncounterId> <ExamName>sample string 24</ExamName> <FacilityCode>sample string 5</FacilityCode> <Fax>sample string 13</Fax> <HospitalAddress>sample string 8</HospitalAddress> <HospitalName>sample string 7</HospitalName> <Id>1</Id> <IsScheduled>true</IsScheduled> <LocationSelection>1</LocationSelection> <OnSiteLocationId>1</OnSiteLocationId> <Phone>sample string 12</Phone> <ResultType>1</ResultType> <ScheduleDate>2025-10-30T13:17:50.2443047-07:00</ScheduleDate> <ScheduleTime>PT0.1234567S</ScheduleTime> <State>sample string 10</State> <Status>6</Status> <StatusType>sample string 14</StatusType> <Suite>sample string 16</Suite> <TelemedicineId>1</TelemedicineId> <TimeZone>1</TimeZone> <ZipCode>sample string 11</ZipCode> </ExamScheduleAppointmentDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfExamScheduleAppointmentDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | ExamScheduleAppointmentDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"Id": 1,
"EncounterId": 2,
"ScheduleDate": "2025-10-30T13:17:50.2755582-07:00",
"ScheduleTime": "00:00:00.1234567",
"FacilityCode": "sample string 5",
"Status": 6,
"TimeZone": 1,
"IsScheduled": true,
"HospitalName": "sample string 7",
"HospitalAddress": "sample string 8",
"City": "sample string 9",
"State": "sample string 10",
"ZipCode": "sample string 11",
"Phone": "sample string 12",
"Fax": "sample string 13",
"StatusType": "sample string 14",
"ClinicEmail": "sample string 15",
"Suite": "sample string 16",
"Country": "sample string 17",
"CoordinatorName": "sample string 18",
"EmployeeMessageQueueId": 19,
"ClinicMessageQueueId": 20,
"CaseNo": 21,
"ResultType": 1,
"ComponentId": 22,
"ComponentName": "sample string 23",
"OnSiteLocationId": 1,
"ExamName": "sample string 24",
"LocationSelection": 1,
"TelemedicineId": 1,
"ValidFlag": true,
"DateCreated": "2025-10-30T13:17:50.2755582-07:00",
"DateUpdated": "2025-10-30T13:17:50.2755582-07:00",
"UserIDCreated": 28,
"UserIDUpdated": 29,
"CompanyCode": "sample string 30",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
<AsapResponseOfExamScheduleAppointmentDTOzIntITI8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
<isSuccess>true</isSuccess>
<jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
<CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 30</CompanyCode>
<DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T13:17:50.2755582-07:00</DateCreated>
<DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-10-30T13:17:50.2755582-07:00</DateUpdated>
<IsExcludeDiscount xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</IsExcludeDiscount>
<UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">28</UserIDCreated>
<UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">29</UserIDUpdated>
<ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
<d2p1:CaseNo>21</d2p1:CaseNo>
<d2p1:City>sample string 9</d2p1:City>
<d2p1:ClinicEmail>sample string 15</d2p1:ClinicEmail>
<d2p1:ClinicMessageQueueId>20</d2p1:ClinicMessageQueueId>
<d2p1:ComponentId>22</d2p1:ComponentId>
<d2p1:ComponentName>sample string 23</d2p1:ComponentName>
<d2p1:CoordinatorName>sample string 18</d2p1:CoordinatorName>
<d2p1:Country>sample string 17</d2p1:Country>
<d2p1:EmployeeMessageQueueId>19</d2p1:EmployeeMessageQueueId>
<d2p1:EncounterId>2</d2p1:EncounterId>
<d2p1:ExamName>sample string 24</d2p1:ExamName>
<d2p1:FacilityCode>sample string 5</d2p1:FacilityCode>
<d2p1:Fax>sample string 13</d2p1:Fax>
<d2p1:HospitalAddress>sample string 8</d2p1:HospitalAddress>
<d2p1:HospitalName>sample string 7</d2p1:HospitalName>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsScheduled>true</d2p1:IsScheduled>
<d2p1:LocationSelection>1</d2p1:LocationSelection>
<d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
<d2p1:Phone>sample string 12</d2p1:Phone>
<d2p1:ResultType>1</d2p1:ResultType>
<d2p1:ScheduleDate>2025-10-30T13:17:50.2755582-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
<d2p1:State>sample string 10</d2p1:State>
<d2p1:Status>6</d2p1:Status>
<d2p1:StatusType>sample string 14</d2p1:StatusType>
<d2p1:Suite>sample string 16</d2p1:Suite>
<d2p1:TelemedicineId>1</d2p1:TelemedicineId>
<d2p1:TimeZone>1</d2p1:TimeZone>
<d2p1:ZipCode>sample string 11</d2p1:ZipCode>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfExamScheduleAppointmentDTOzIntITI8>