POST api/CosEccSummary/SaveA_La_CarteComponent

Request Information

URI Parameters

None.

Body Parameters

MEALaCarteComponentDTO
NameDescriptionTypeAdditional information
CaseNo

integer

None.

ListComponentID

Collection of integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

EmployeeID

string

String length: inclusive between 0 and 12

EncounterId

integer

None.

ServiceId

integer

None.

EccCaseTypeId

integer

None.

OrderDrugScreenTypeId

integer

None.

OrderId

Collection of integer

None.

OrderIdList

Collection of integer

None.

PatientCheckinId

integer

None.

ScheduleDate

date

None.

ScheduleTime

time interval

None.

OnSiteLocationId

integer

None.

TelemedicineId

integer

None.

FacilityCode

string

None.

TimeZone

integer

None.

LocationSelection

string

None.

ServiceLocationId

integer

None.

IsFutureAppointment

boolean

None.

IsFromCaseList

boolean

None.

IsFacilitySchedule

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CaseNo": 1,
  "ListComponentID": [
    1,
    2
  ],
  "CorporationCode": "sample string 2",
  "EmployeeID": "sample string 3",
  "EncounterId": 4,
  "ServiceId": 5,
  "EccCaseTypeId": 1,
  "OrderDrugScreenTypeId": 1,
  "OrderId": [
    1,
    2
  ],
  "OrderIdList": [
    1,
    2
  ],
  "PatientCheckinId": 1,
  "ScheduleDate": "2025-10-30T07:47:36.1110815-07:00",
  "ScheduleTime": "00:00:00.1234567",
  "OnSiteLocationId": 1,
  "TelemedicineId": 1,
  "FacilityCode": "sample string 6",
  "TimeZone": 1,
  "LocationSelection": "sample string 7",
  "ServiceLocationId": 8,
  "IsFutureAppointment": true,
  "IsFromCaseList": true,
  "IsFacilitySchedule": true
}

application/xml, text/xml

Sample:
<MEALaCarteComponentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
  <CaseNo>1</CaseNo>
  <CorporationCode>sample string 2</CorporationCode>
  <EccCaseTypeId>1</EccCaseTypeId>
  <EmployeeID>sample string 3</EmployeeID>
  <EncounterId>4</EncounterId>
  <FacilityCode>sample string 6</FacilityCode>
  <IsFacilitySchedule>true</IsFacilitySchedule>
  <IsFromCaseList>true</IsFromCaseList>
  <IsFutureAppointment>true</IsFutureAppointment>
  <ListComponentID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ListComponentID>
  <LocationSelection>sample string 7</LocationSelection>
  <OnSiteLocationId>1</OnSiteLocationId>
  <OrderDrugScreenTypeId>1</OrderDrugScreenTypeId>
  <OrderId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </OrderId>
  <OrderIdList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </OrderIdList>
  <PatientCheckinId>1</PatientCheckinId>
  <ScheduleDate>2025-10-30T07:47:36.1110815-07:00</ScheduleDate>
  <ScheduleTime>PT0.1234567S</ScheduleTime>
  <ServiceId>5</ServiceId>
  <ServiceLocationId>8</ServiceLocationId>
  <TelemedicineId>1</TelemedicineId>
  <TimeZone>1</TimeZone>
</MEALaCarteComponentDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfMEALaCarteComponentDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

MEALaCarteComponentDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "CaseNo": 1,
    "ListComponentID": [
      1,
      2
    ],
    "CorporationCode": "sample string 2",
    "EmployeeID": "sample string 3",
    "EncounterId": 4,
    "ServiceId": 5,
    "EccCaseTypeId": 1,
    "OrderDrugScreenTypeId": 1,
    "OrderId": [
      1,
      2
    ],
    "OrderIdList": [
      1,
      2
    ],
    "PatientCheckinId": 1,
    "ScheduleDate": "2025-10-30T07:47:36.126701-07:00",
    "ScheduleTime": "00:00:00.1234567",
    "OnSiteLocationId": 1,
    "TelemedicineId": 1,
    "FacilityCode": "sample string 6",
    "TimeZone": 1,
    "LocationSelection": "sample string 7",
    "ServiceLocationId": 8,
    "IsFutureAppointment": true,
    "IsFromCaseList": true,
    "IsFacilitySchedule": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfMEALaCarteComponentDTOzIntITI8 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:CaseNo>1</d2p1:CaseNo>
    <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
    <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
    <d2p1:EmployeeID>sample string 3</d2p1:EmployeeID>
    <d2p1:EncounterId>4</d2p1:EncounterId>
    <d2p1:FacilityCode>sample string 6</d2p1:FacilityCode>
    <d2p1:IsFacilitySchedule>true</d2p1:IsFacilitySchedule>
    <d2p1:IsFromCaseList>true</d2p1:IsFromCaseList>
    <d2p1:IsFutureAppointment>true</d2p1:IsFutureAppointment>
    <d2p1:ListComponentID xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:ListComponentID>
    <d2p1:LocationSelection>sample string 7</d2p1:LocationSelection>
    <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
    <d2p1:OrderDrugScreenTypeId>1</d2p1:OrderDrugScreenTypeId>
    <d2p1:OrderId xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:long>1</d3p1:long>
      <d3p1:long>2</d3p1:long>
    </d2p1:OrderId>
    <d2p1:OrderIdList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:long>1</d3p1:long>
      <d3p1:long>2</d3p1:long>
    </d2p1:OrderIdList>
    <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
    <d2p1:ScheduleDate>2025-10-30T07:47:36.126701-07:00</d2p1:ScheduleDate>
    <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
    <d2p1:ServiceId>5</d2p1:ServiceId>
    <d2p1:ServiceLocationId>8</d2p1:ServiceLocationId>
    <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
    <d2p1:TimeZone>1</d2p1:TimeZone>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfMEALaCarteComponentDTOzIntITI8>