POST api/CosEccSummary/SaveReScheduleAppointment

Request Information

URI Parameters

None.

Body Parameters

Collection of OrderExamScheduleDTO
NameDescriptionTypeAdditional information
EncounterId

integer

None.

OrderId

integer

None.

CaseNo

integer

None.

ComponentName

string

None.

FacilityCode

string

None.

OnSiteLocationId

integer

None.

TelemedicineId

integer

None.

LocationName

string

None.

User

string

None.

ScheduleDate

date

None.

ScheduleTime

time interval

None.

IsScheduled

boolean

None.

IsReScheduled

boolean

None.

Status

integer

None.

Type

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "EncounterId": 1,
    "OrderId": 1,
    "CaseNo": 1,
    "ComponentName": "sample string 2",
    "FacilityCode": "sample string 3",
    "OnSiteLocationId": 1,
    "TelemedicineId": 1,
    "LocationName": "sample string 4",
    "User": "sample string 5",
    "ScheduleDate": "2025-04-04T05:29:22.5481507-07:00",
    "ScheduleTime": "00:00:00.1234567",
    "IsScheduled": true,
    "IsReScheduled": true,
    "Status": 8,
    "Type": 9
  },
  {
    "EncounterId": 1,
    "OrderId": 1,
    "CaseNo": 1,
    "ComponentName": "sample string 2",
    "FacilityCode": "sample string 3",
    "OnSiteLocationId": 1,
    "TelemedicineId": 1,
    "LocationName": "sample string 4",
    "User": "sample string 5",
    "ScheduleDate": "2025-04-04T05:29:22.5481507-07:00",
    "ScheduleTime": "00:00:00.1234567",
    "IsScheduled": true,
    "IsReScheduled": true,
    "Status": 8,
    "Type": 9
  }
]

application/xml, text/xml

Sample:
<ArrayOfOrderExamScheduleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
  <OrderExamScheduleDTO>
    <CaseNo>1</CaseNo>
    <ComponentName>sample string 2</ComponentName>
    <EncounterId>1</EncounterId>
    <FacilityCode>sample string 3</FacilityCode>
    <IsReScheduled>true</IsReScheduled>
    <IsScheduled>true</IsScheduled>
    <LocationName>sample string 4</LocationName>
    <OnSiteLocationId>1</OnSiteLocationId>
    <OrderId>1</OrderId>
    <ScheduleDate>2025-04-04T05:29:22.5481507-07:00</ScheduleDate>
    <ScheduleTime>PT0.1234567S</ScheduleTime>
    <Status>8</Status>
    <TelemedicineId>1</TelemedicineId>
    <Type>9</Type>
    <User>sample string 5</User>
  </OrderExamScheduleDTO>
  <OrderExamScheduleDTO>
    <CaseNo>1</CaseNo>
    <ComponentName>sample string 2</ComponentName>
    <EncounterId>1</EncounterId>
    <FacilityCode>sample string 3</FacilityCode>
    <IsReScheduled>true</IsReScheduled>
    <IsScheduled>true</IsScheduled>
    <LocationName>sample string 4</LocationName>
    <OnSiteLocationId>1</OnSiteLocationId>
    <OrderId>1</OrderId>
    <ScheduleDate>2025-04-04T05:29:22.5481507-07:00</ScheduleDate>
    <ScheduleTime>PT0.1234567S</ScheduleTime>
    <Status>8</Status>
    <TelemedicineId>1</TelemedicineId>
    <Type>9</Type>
    <User>sample string 5</User>
  </OrderExamScheduleDTO>
</ArrayOfOrderExamScheduleDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfOrderExamScheduleDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of OrderExamScheduleDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "EncounterId": 1,
      "OrderId": 1,
      "CaseNo": 1,
      "ComponentName": "sample string 2",
      "FacilityCode": "sample string 3",
      "OnSiteLocationId": 1,
      "TelemedicineId": 1,
      "LocationName": "sample string 4",
      "User": "sample string 5",
      "ScheduleDate": "2025-04-04T05:29:22.5481507-07:00",
      "ScheduleTime": "00:00:00.1234567",
      "IsScheduled": true,
      "IsReScheduled": true,
      "Status": 8,
      "Type": 9
    },
    {
      "EncounterId": 1,
      "OrderId": 1,
      "CaseNo": 1,
      "ComponentName": "sample string 2",
      "FacilityCode": "sample string 3",
      "OnSiteLocationId": 1,
      "TelemedicineId": 1,
      "LocationName": "sample string 4",
      "User": "sample string 5",
      "ScheduleDate": "2025-04-04T05:29:22.5481507-07:00",
      "ScheduleTime": "00:00:00.1234567",
      "IsScheduled": true,
      "IsReScheduled": true,
      "Status": 8,
      "Type": 9
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfOrderExamScheduleDTOzIntITI8 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">
    <d2p1:OrderExamScheduleDTO>
      <d2p1:CaseNo>1</d2p1:CaseNo>
      <d2p1:ComponentName>sample string 2</d2p1:ComponentName>
      <d2p1:EncounterId>1</d2p1:EncounterId>
      <d2p1:FacilityCode>sample string 3</d2p1:FacilityCode>
      <d2p1:IsReScheduled>true</d2p1:IsReScheduled>
      <d2p1:IsScheduled>true</d2p1:IsScheduled>
      <d2p1:LocationName>sample string 4</d2p1:LocationName>
      <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
      <d2p1:OrderId>1</d2p1:OrderId>
      <d2p1:ScheduleDate>2025-04-04T05:29:22.5481507-07:00</d2p1:ScheduleDate>
      <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
      <d2p1:Status>8</d2p1:Status>
      <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
      <d2p1:Type>9</d2p1:Type>
      <d2p1:User>sample string 5</d2p1:User>
    </d2p1:OrderExamScheduleDTO>
    <d2p1:OrderExamScheduleDTO>
      <d2p1:CaseNo>1</d2p1:CaseNo>
      <d2p1:ComponentName>sample string 2</d2p1:ComponentName>
      <d2p1:EncounterId>1</d2p1:EncounterId>
      <d2p1:FacilityCode>sample string 3</d2p1:FacilityCode>
      <d2p1:IsReScheduled>true</d2p1:IsReScheduled>
      <d2p1:IsScheduled>true</d2p1:IsScheduled>
      <d2p1:LocationName>sample string 4</d2p1:LocationName>
      <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
      <d2p1:OrderId>1</d2p1:OrderId>
      <d2p1:ScheduleDate>2025-04-04T05:29:22.5481507-07:00</d2p1:ScheduleDate>
      <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
      <d2p1:Status>8</d2p1:Status>
      <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
      <d2p1:Type>9</d2p1:Type>
      <d2p1:User>sample string 5</d2p1:User>
    </d2p1:OrderExamScheduleDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfOrderExamScheduleDTOzIntITI8>