POST api/NTCommonOrder/PostAddOrder

Request Information

URI Parameters

None.

Body Parameters

Collection of NewOrderDTO
NameDescriptionTypeAdditional information
OrderId

integer

None.

EmployeeId

string

String length: inclusive between 0 and 12

CorporationCode

string

String length: inclusive between 0 and 20

ServiceId

integer

None.

CaseNo

integer

None.

OrderCategoryId

integer

None.

EncounterId

integer

None.

Step

decimal number

None.

Status

integer

None.

OrderRequestedBy

integer

None.

EccCaseTypeId

integer

None.

SpecimenTypeId

integer

None.

OrderTypeId

integer

None.

OrderSubTypeId

integer

None.

OrderSubTypeLevel1Id

integer

None.

BodyPartId

integer

None.

LateralizationId

integer

None.

ICD10Id

integer

None.

Reason

string

String length: inclusive between 0 and 150

ScheduleDate

date

None.

ScheduleStartTime

time interval

None.

ScheduleEndTime

time interval

None.

FacilityCode

string

String length: inclusive between 0 and 20

AppointmentTimeZone

integer

None.

OnSiteLocationId

integer

None.

IsScheduled

boolean

None.

CPTCode

string

String length: inclusive between 0 and 20

LocationSelection

integer

None.

TangAndCompanyCode

string

String length: inclusive between 0 and 20

IsFromMSM

boolean

None.

TelemedicineId

integer

None.

IsScheduledThirdParty

boolean

None.

FacilityName

string

String length: inclusive between 0 and 8000

FacilityProvider

string

String length: inclusive between 0 and 8000

FacilityAddress

string

String length: inclusive between 0 and 8000

FacilitySuite

string

String length: inclusive between 0 and 8000

FacilityZip

string

String length: inclusive between 0 and 8000

FacilityCountry

string

String length: inclusive between 0 and 8000

FacilityCity

string

String length: inclusive between 0 and 8000

FacilityState

string

String length: inclusive between 0 and 8000

FacilityPhoneNumber

string

String length: inclusive between 0 and 8000

FacilityFaxNumber

string

String length: inclusive between 0 and 8000

MedicationTypeId

integer

None.

OrderMedicationId

integer

None.

OrderMedicationDoseId

integer

None.

Instruction

string

String length: inclusive between 0 and 300

Quantity

integer

None.

RequestedQuantity

integer

None.

Refill

integer

None.

LocationId

integer

None.

IsAuthorizationRequired

boolean

None.

IsMedicalAuthorizationRequired

boolean

None.

OrderSupplyId

integer

None.

ProviderOrderedSupplyId

integer

None.

OrderSupplyTypeId

integer

None.

SupplyCategoryId

integer

None.

SupplyOrderCategoryTypeId

integer

None.

InteractionType

integer

None.

DispenseAsWritten

boolean

None.

GenericSubstitutionPermitted

boolean

None.

OrderLaboratoryTypeId

integer

None.

SpecimenTypeCode

string

String length: inclusive between 0 and 8000

RequestedByUserName

string

String length: inclusive between 0 and 8000

LaboratoryOrderTypeName

string

String length: inclusive between 0 and 8000

SpecimenTypeName

string

String length: inclusive between 0 and 8000

LaboratoryName

string

String length: inclusive between 0 and 8000

OrderProcedureTypeId

integer

None.

OrderProcedureSubTypeId

integer

None.

ProcedureTypeName

string

String length: inclusive between 0 and 8000

ProcedureSubTypeName

string

String length: inclusive between 0 and 8000

CPTCodeProcedureType

string

String length: inclusive between 0 and 8000

TangAndCompanyCodeProcedureType

string

String length: inclusive between 0 and 8000

TangAndCompanyCodeProcedureSubType

string

String length: inclusive between 0 and 8000

CPTCodeProcedureSubType

string

String length: inclusive between 0 and 8000

OrderSpecialistReferralTypeId

integer

None.

ReasonForReferral

string

String length: inclusive between 0 and 150

OtherInformation

string

String length: inclusive between 0 and 150

STAT

boolean

None.

OrderDate

date

None.

OrderTime

time interval

None.

OrderTimeZone

integer

None.

State

string

String length: inclusive between 0 and 20

AppointmentDate

date

None.

OrderSpecialistReferralTypeName

string

String length: inclusive between 0 and 8000

OrderDrugScreenTypeId

integer

None.

DotNonDotId

integer

None.

PatientCheckinId

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

Sample:
[
  {
    "OrderId": 1,
    "EmployeeId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ServiceId": 4,
    "CaseNo": 5,
    "OrderCategoryId": 6,
    "EncounterId": 1,
    "Step": 1.1,
    "Status": 1,
    "OrderRequestedBy": 1,
    "EccCaseTypeId": 1,
    "SpecimenTypeId": 1,
    "OrderTypeId": 1,
    "OrderSubTypeId": 1,
    "OrderSubTypeLevel1Id": 1,
    "BodyPartId": 1,
    "LateralizationId": 1,
    "ICD10Id": 1,
    "Reason": "sample string 7",
    "ScheduleDate": "2025-04-06T15:59:27.2233287-07:00",
    "ScheduleStartTime": "00:00:00.1234567",
    "ScheduleEndTime": "00:00:00.1234567",
    "FacilityCode": "sample string 8",
    "AppointmentTimeZone": 1,
    "OnSiteLocationId": 1,
    "IsScheduled": true,
    "CPTCode": "sample string 9",
    "LocationSelection": 1,
    "TangAndCompanyCode": "sample string 10",
    "IsFromMSM": true,
    "TelemedicineId": 1,
    "IsScheduledThirdParty": true,
    "FacilityName": "sample string 13",
    "FacilityProvider": "sample string 14",
    "FacilityAddress": "sample string 15",
    "FacilitySuite": "sample string 16",
    "FacilityZip": "sample string 17",
    "FacilityCountry": "sample string 18",
    "FacilityCity": "sample string 19",
    "FacilityState": "sample string 20",
    "FacilityPhoneNumber": "sample string 21",
    "FacilityFaxNumber": "sample string 22",
    "MedicationTypeId": 1,
    "OrderMedicationId": 1,
    "OrderMedicationDoseId": 1,
    "Instruction": "sample string 23",
    "Quantity": 1,
    "RequestedQuantity": 1,
    "Refill": 1,
    "LocationId": 24,
    "IsAuthorizationRequired": true,
    "IsMedicalAuthorizationRequired": true,
    "OrderSupplyId": 1,
    "ProviderOrderedSupplyId": 1,
    "OrderSupplyTypeId": 1,
    "SupplyCategoryId": 1,
    "SupplyOrderCategoryTypeId": 1,
    "InteractionType": 1,
    "DispenseAsWritten": true,
    "GenericSubstitutionPermitted": true,
    "OrderLaboratoryTypeId": 1,
    "SpecimenTypeCode": "sample string 25",
    "RequestedByUserName": "sample string 26",
    "LaboratoryOrderTypeName": "sample string 27",
    "SpecimenTypeName": "sample string 28",
    "LaboratoryName": "sample string 29",
    "OrderProcedureTypeId": 1,
    "OrderProcedureSubTypeId": 1,
    "ProcedureTypeName": "sample string 30",
    "ProcedureSubTypeName": "sample string 31",
    "CPTCodeProcedureType": "sample string 32",
    "TangAndCompanyCodeProcedureType": "sample string 33",
    "TangAndCompanyCodeProcedureSubType": "sample string 34",
    "CPTCodeProcedureSubType": "sample string 35",
    "OrderSpecialistReferralTypeId": 1,
    "ReasonForReferral": "sample string 36",
    "OtherInformation": "sample string 37",
    "STAT": true,
    "OrderDate": "2025-04-06T15:59:27.2233287-07:00",
    "OrderTime": "00:00:00.1234567",
    "OrderTimeZone": 1,
    "State": "sample string 38",
    "AppointmentDate": "2025-04-06T15:59:27.2233287-07:00",
    "OrderSpecialistReferralTypeName": "sample string 39",
    "OrderDrugScreenTypeId": 1,
    "DotNonDotId": 1,
    "PatientCheckinId": 1,
    "ValidFlag": true,
    "DateCreated": "2025-04-06T15:59:27.2233287-07:00",
    "DateUpdated": "2025-04-06T15:59:27.2233287-07:00",
    "UserIDCreated": 43,
    "UserIDUpdated": 44,
    "CompanyCode": "sample string 45",
    "IsExcludeDiscount": true
  },
  {
    "OrderId": 1,
    "EmployeeId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ServiceId": 4,
    "CaseNo": 5,
    "OrderCategoryId": 6,
    "EncounterId": 1,
    "Step": 1.1,
    "Status": 1,
    "OrderRequestedBy": 1,
    "EccCaseTypeId": 1,
    "SpecimenTypeId": 1,
    "OrderTypeId": 1,
    "OrderSubTypeId": 1,
    "OrderSubTypeLevel1Id": 1,
    "BodyPartId": 1,
    "LateralizationId": 1,
    "ICD10Id": 1,
    "Reason": "sample string 7",
    "ScheduleDate": "2025-04-06T15:59:27.2233287-07:00",
    "ScheduleStartTime": "00:00:00.1234567",
    "ScheduleEndTime": "00:00:00.1234567",
    "FacilityCode": "sample string 8",
    "AppointmentTimeZone": 1,
    "OnSiteLocationId": 1,
    "IsScheduled": true,
    "CPTCode": "sample string 9",
    "LocationSelection": 1,
    "TangAndCompanyCode": "sample string 10",
    "IsFromMSM": true,
    "TelemedicineId": 1,
    "IsScheduledThirdParty": true,
    "FacilityName": "sample string 13",
    "FacilityProvider": "sample string 14",
    "FacilityAddress": "sample string 15",
    "FacilitySuite": "sample string 16",
    "FacilityZip": "sample string 17",
    "FacilityCountry": "sample string 18",
    "FacilityCity": "sample string 19",
    "FacilityState": "sample string 20",
    "FacilityPhoneNumber": "sample string 21",
    "FacilityFaxNumber": "sample string 22",
    "MedicationTypeId": 1,
    "OrderMedicationId": 1,
    "OrderMedicationDoseId": 1,
    "Instruction": "sample string 23",
    "Quantity": 1,
    "RequestedQuantity": 1,
    "Refill": 1,
    "LocationId": 24,
    "IsAuthorizationRequired": true,
    "IsMedicalAuthorizationRequired": true,
    "OrderSupplyId": 1,
    "ProviderOrderedSupplyId": 1,
    "OrderSupplyTypeId": 1,
    "SupplyCategoryId": 1,
    "SupplyOrderCategoryTypeId": 1,
    "InteractionType": 1,
    "DispenseAsWritten": true,
    "GenericSubstitutionPermitted": true,
    "OrderLaboratoryTypeId": 1,
    "SpecimenTypeCode": "sample string 25",
    "RequestedByUserName": "sample string 26",
    "LaboratoryOrderTypeName": "sample string 27",
    "SpecimenTypeName": "sample string 28",
    "LaboratoryName": "sample string 29",
    "OrderProcedureTypeId": 1,
    "OrderProcedureSubTypeId": 1,
    "ProcedureTypeName": "sample string 30",
    "ProcedureSubTypeName": "sample string 31",
    "CPTCodeProcedureType": "sample string 32",
    "TangAndCompanyCodeProcedureType": "sample string 33",
    "TangAndCompanyCodeProcedureSubType": "sample string 34",
    "CPTCodeProcedureSubType": "sample string 35",
    "OrderSpecialistReferralTypeId": 1,
    "ReasonForReferral": "sample string 36",
    "OtherInformation": "sample string 37",
    "STAT": true,
    "OrderDate": "2025-04-06T15:59:27.2233287-07:00",
    "OrderTime": "00:00:00.1234567",
    "OrderTimeZone": 1,
    "State": "sample string 38",
    "AppointmentDate": "2025-04-06T15:59:27.2233287-07:00",
    "OrderSpecialistReferralTypeName": "sample string 39",
    "OrderDrugScreenTypeId": 1,
    "DotNonDotId": 1,
    "PatientCheckinId": 1,
    "ValidFlag": true,
    "DateCreated": "2025-04-06T15:59:27.2233287-07:00",
    "DateUpdated": "2025-04-06T15:59:27.2233287-07:00",
    "UserIDCreated": 43,
    "UserIDUpdated": 44,
    "CompanyCode": "sample string 45",
    "IsExcludeDiscount": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfNewOrderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL.NurseTriage.Order">
  <NewOrderDTO>
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 45</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.2233287-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.2233287-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">43</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">44</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <AppointmentDate>2025-04-06T15:59:27.2233287-07:00</AppointmentDate>
    <AppointmentTimeZone>1</AppointmentTimeZone>
    <BodyPartId>1</BodyPartId>
    <CPTCode>sample string 9</CPTCode>
    <CPTCodeProcedureSubType>sample string 35</CPTCodeProcedureSubType>
    <CPTCodeProcedureType>sample string 32</CPTCodeProcedureType>
    <CaseNo>5</CaseNo>
    <CorporationCode>sample string 3</CorporationCode>
    <DispenseAsWritten>true</DispenseAsWritten>
    <DotNonDotId>1</DotNonDotId>
    <EccCaseTypeId>1</EccCaseTypeId>
    <EmployeeId>sample string 2</EmployeeId>
    <EncounterId>1</EncounterId>
    <FacilityAddress>sample string 15</FacilityAddress>
    <FacilityCity>sample string 19</FacilityCity>
    <FacilityCode>sample string 8</FacilityCode>
    <FacilityCountry>sample string 18</FacilityCountry>
    <FacilityFaxNumber>sample string 22</FacilityFaxNumber>
    <FacilityName>sample string 13</FacilityName>
    <FacilityPhoneNumber>sample string 21</FacilityPhoneNumber>
    <FacilityProvider>sample string 14</FacilityProvider>
    <FacilityState>sample string 20</FacilityState>
    <FacilitySuite>sample string 16</FacilitySuite>
    <FacilityZip>sample string 17</FacilityZip>
    <GenericSubstitutionPermitted>true</GenericSubstitutionPermitted>
    <ICD10Id>1</ICD10Id>
    <Instruction>sample string 23</Instruction>
    <InteractionType>1</InteractionType>
    <IsAuthorizationRequired>true</IsAuthorizationRequired>
    <IsFromMSM>true</IsFromMSM>
    <IsMedicalAuthorizationRequired>true</IsMedicalAuthorizationRequired>
    <IsScheduled>true</IsScheduled>
    <IsScheduledThirdParty>true</IsScheduledThirdParty>
    <LaboratoryName>sample string 29</LaboratoryName>
    <LaboratoryOrderTypeName>sample string 27</LaboratoryOrderTypeName>
    <LateralizationId>1</LateralizationId>
    <LocationId>24</LocationId>
    <LocationSelection>1</LocationSelection>
    <MedicationTypeId>1</MedicationTypeId>
    <OnSiteLocationId>1</OnSiteLocationId>
    <OrderCategoryId>6</OrderCategoryId>
    <OrderDate>2025-04-06T15:59:27.2233287-07:00</OrderDate>
    <OrderDrugScreenTypeId>1</OrderDrugScreenTypeId>
    <OrderId>1</OrderId>
    <OrderLaboratoryTypeId>1</OrderLaboratoryTypeId>
    <OrderMedicationDoseId>1</OrderMedicationDoseId>
    <OrderMedicationId>1</OrderMedicationId>
    <OrderProcedureSubTypeId>1</OrderProcedureSubTypeId>
    <OrderProcedureTypeId>1</OrderProcedureTypeId>
    <OrderRequestedBy>1</OrderRequestedBy>
    <OrderSpecialistReferralTypeId>1</OrderSpecialistReferralTypeId>
    <OrderSpecialistReferralTypeName>sample string 39</OrderSpecialistReferralTypeName>
    <OrderSubTypeId>1</OrderSubTypeId>
    <OrderSubTypeLevel1Id>1</OrderSubTypeLevel1Id>
    <OrderSupplyId>1</OrderSupplyId>
    <OrderSupplyTypeId>1</OrderSupplyTypeId>
    <OrderTime>PT0.1234567S</OrderTime>
    <OrderTimeZone>1</OrderTimeZone>
    <OrderTypeId>1</OrderTypeId>
    <OtherInformation>sample string 37</OtherInformation>
    <PatientCheckinId>1</PatientCheckinId>
    <ProcedureSubTypeName>sample string 31</ProcedureSubTypeName>
    <ProcedureTypeName>sample string 30</ProcedureTypeName>
    <ProviderOrderedSupplyId>1</ProviderOrderedSupplyId>
    <Quantity>1</Quantity>
    <Reason>sample string 7</Reason>
    <ReasonForReferral>sample string 36</ReasonForReferral>
    <Refill>1</Refill>
    <RequestedByUserName>sample string 26</RequestedByUserName>
    <RequestedQuantity>1</RequestedQuantity>
    <STAT>true</STAT>
    <ScheduleDate>2025-04-06T15:59:27.2233287-07:00</ScheduleDate>
    <ScheduleEndTime>PT0.1234567S</ScheduleEndTime>
    <ScheduleStartTime>PT0.1234567S</ScheduleStartTime>
    <ServiceId>4</ServiceId>
    <SpecimenTypeCode>sample string 25</SpecimenTypeCode>
    <SpecimenTypeId>1</SpecimenTypeId>
    <SpecimenTypeName>sample string 28</SpecimenTypeName>
    <State>sample string 38</State>
    <Status>1</Status>
    <Step>1.1</Step>
    <SupplyCategoryId>1</SupplyCategoryId>
    <SupplyOrderCategoryTypeId>1</SupplyOrderCategoryTypeId>
    <TangAndCompanyCode>sample string 10</TangAndCompanyCode>
    <TangAndCompanyCodeProcedureSubType>sample string 34</TangAndCompanyCodeProcedureSubType>
    <TangAndCompanyCodeProcedureType>sample string 33</TangAndCompanyCodeProcedureType>
    <TelemedicineId>1</TelemedicineId>
  </NewOrderDTO>
  <NewOrderDTO>
    <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 45</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.2233287-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.2233287-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">43</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">44</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <AppointmentDate>2025-04-06T15:59:27.2233287-07:00</AppointmentDate>
    <AppointmentTimeZone>1</AppointmentTimeZone>
    <BodyPartId>1</BodyPartId>
    <CPTCode>sample string 9</CPTCode>
    <CPTCodeProcedureSubType>sample string 35</CPTCodeProcedureSubType>
    <CPTCodeProcedureType>sample string 32</CPTCodeProcedureType>
    <CaseNo>5</CaseNo>
    <CorporationCode>sample string 3</CorporationCode>
    <DispenseAsWritten>true</DispenseAsWritten>
    <DotNonDotId>1</DotNonDotId>
    <EccCaseTypeId>1</EccCaseTypeId>
    <EmployeeId>sample string 2</EmployeeId>
    <EncounterId>1</EncounterId>
    <FacilityAddress>sample string 15</FacilityAddress>
    <FacilityCity>sample string 19</FacilityCity>
    <FacilityCode>sample string 8</FacilityCode>
    <FacilityCountry>sample string 18</FacilityCountry>
    <FacilityFaxNumber>sample string 22</FacilityFaxNumber>
    <FacilityName>sample string 13</FacilityName>
    <FacilityPhoneNumber>sample string 21</FacilityPhoneNumber>
    <FacilityProvider>sample string 14</FacilityProvider>
    <FacilityState>sample string 20</FacilityState>
    <FacilitySuite>sample string 16</FacilitySuite>
    <FacilityZip>sample string 17</FacilityZip>
    <GenericSubstitutionPermitted>true</GenericSubstitutionPermitted>
    <ICD10Id>1</ICD10Id>
    <Instruction>sample string 23</Instruction>
    <InteractionType>1</InteractionType>
    <IsAuthorizationRequired>true</IsAuthorizationRequired>
    <IsFromMSM>true</IsFromMSM>
    <IsMedicalAuthorizationRequired>true</IsMedicalAuthorizationRequired>
    <IsScheduled>true</IsScheduled>
    <IsScheduledThirdParty>true</IsScheduledThirdParty>
    <LaboratoryName>sample string 29</LaboratoryName>
    <LaboratoryOrderTypeName>sample string 27</LaboratoryOrderTypeName>
    <LateralizationId>1</LateralizationId>
    <LocationId>24</LocationId>
    <LocationSelection>1</LocationSelection>
    <MedicationTypeId>1</MedicationTypeId>
    <OnSiteLocationId>1</OnSiteLocationId>
    <OrderCategoryId>6</OrderCategoryId>
    <OrderDate>2025-04-06T15:59:27.2233287-07:00</OrderDate>
    <OrderDrugScreenTypeId>1</OrderDrugScreenTypeId>
    <OrderId>1</OrderId>
    <OrderLaboratoryTypeId>1</OrderLaboratoryTypeId>
    <OrderMedicationDoseId>1</OrderMedicationDoseId>
    <OrderMedicationId>1</OrderMedicationId>
    <OrderProcedureSubTypeId>1</OrderProcedureSubTypeId>
    <OrderProcedureTypeId>1</OrderProcedureTypeId>
    <OrderRequestedBy>1</OrderRequestedBy>
    <OrderSpecialistReferralTypeId>1</OrderSpecialistReferralTypeId>
    <OrderSpecialistReferralTypeName>sample string 39</OrderSpecialistReferralTypeName>
    <OrderSubTypeId>1</OrderSubTypeId>
    <OrderSubTypeLevel1Id>1</OrderSubTypeLevel1Id>
    <OrderSupplyId>1</OrderSupplyId>
    <OrderSupplyTypeId>1</OrderSupplyTypeId>
    <OrderTime>PT0.1234567S</OrderTime>
    <OrderTimeZone>1</OrderTimeZone>
    <OrderTypeId>1</OrderTypeId>
    <OtherInformation>sample string 37</OtherInformation>
    <PatientCheckinId>1</PatientCheckinId>
    <ProcedureSubTypeName>sample string 31</ProcedureSubTypeName>
    <ProcedureTypeName>sample string 30</ProcedureTypeName>
    <ProviderOrderedSupplyId>1</ProviderOrderedSupplyId>
    <Quantity>1</Quantity>
    <Reason>sample string 7</Reason>
    <ReasonForReferral>sample string 36</ReasonForReferral>
    <Refill>1</Refill>
    <RequestedByUserName>sample string 26</RequestedByUserName>
    <RequestedQuantity>1</RequestedQuantity>
    <STAT>true</STAT>
    <ScheduleDate>2025-04-06T15:59:27.2233287-07:00</ScheduleDate>
    <ScheduleEndTime>PT0.1234567S</ScheduleEndTime>
    <ScheduleStartTime>PT0.1234567S</ScheduleStartTime>
    <ServiceId>4</ServiceId>
    <SpecimenTypeCode>sample string 25</SpecimenTypeCode>
    <SpecimenTypeId>1</SpecimenTypeId>
    <SpecimenTypeName>sample string 28</SpecimenTypeName>
    <State>sample string 38</State>
    <Status>1</Status>
    <Step>1.1</Step>
    <SupplyCategoryId>1</SupplyCategoryId>
    <SupplyOrderCategoryTypeId>1</SupplyOrderCategoryTypeId>
    <TangAndCompanyCode>sample string 10</TangAndCompanyCode>
    <TangAndCompanyCodeProcedureSubType>sample string 34</TangAndCompanyCodeProcedureSubType>
    <TangAndCompanyCodeProcedureType>sample string 33</TangAndCompanyCodeProcedureType>
    <TelemedicineId>1</TelemedicineId>
  </NewOrderDTO>
</ArrayOfNewOrderDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfNewOrderDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of NewOrderDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "OrderId": 1,
      "EmployeeId": "sample string 2",
      "CorporationCode": "sample string 3",
      "ServiceId": 4,
      "CaseNo": 5,
      "OrderCategoryId": 6,
      "EncounterId": 1,
      "Step": 1.1,
      "Status": 1,
      "OrderRequestedBy": 1,
      "EccCaseTypeId": 1,
      "SpecimenTypeId": 1,
      "OrderTypeId": 1,
      "OrderSubTypeId": 1,
      "OrderSubTypeLevel1Id": 1,
      "BodyPartId": 1,
      "LateralizationId": 1,
      "ICD10Id": 1,
      "Reason": "sample string 7",
      "ScheduleDate": "2025-04-06T15:59:27.4387768-07:00",
      "ScheduleStartTime": "00:00:00.1234567",
      "ScheduleEndTime": "00:00:00.1234567",
      "FacilityCode": "sample string 8",
      "AppointmentTimeZone": 1,
      "OnSiteLocationId": 1,
      "IsScheduled": true,
      "CPTCode": "sample string 9",
      "LocationSelection": 1,
      "TangAndCompanyCode": "sample string 10",
      "IsFromMSM": true,
      "TelemedicineId": 1,
      "IsScheduledThirdParty": true,
      "FacilityName": "sample string 13",
      "FacilityProvider": "sample string 14",
      "FacilityAddress": "sample string 15",
      "FacilitySuite": "sample string 16",
      "FacilityZip": "sample string 17",
      "FacilityCountry": "sample string 18",
      "FacilityCity": "sample string 19",
      "FacilityState": "sample string 20",
      "FacilityPhoneNumber": "sample string 21",
      "FacilityFaxNumber": "sample string 22",
      "MedicationTypeId": 1,
      "OrderMedicationId": 1,
      "OrderMedicationDoseId": 1,
      "Instruction": "sample string 23",
      "Quantity": 1,
      "RequestedQuantity": 1,
      "Refill": 1,
      "LocationId": 24,
      "IsAuthorizationRequired": true,
      "IsMedicalAuthorizationRequired": true,
      "OrderSupplyId": 1,
      "ProviderOrderedSupplyId": 1,
      "OrderSupplyTypeId": 1,
      "SupplyCategoryId": 1,
      "SupplyOrderCategoryTypeId": 1,
      "InteractionType": 1,
      "DispenseAsWritten": true,
      "GenericSubstitutionPermitted": true,
      "OrderLaboratoryTypeId": 1,
      "SpecimenTypeCode": "sample string 25",
      "RequestedByUserName": "sample string 26",
      "LaboratoryOrderTypeName": "sample string 27",
      "SpecimenTypeName": "sample string 28",
      "LaboratoryName": "sample string 29",
      "OrderProcedureTypeId": 1,
      "OrderProcedureSubTypeId": 1,
      "ProcedureTypeName": "sample string 30",
      "ProcedureSubTypeName": "sample string 31",
      "CPTCodeProcedureType": "sample string 32",
      "TangAndCompanyCodeProcedureType": "sample string 33",
      "TangAndCompanyCodeProcedureSubType": "sample string 34",
      "CPTCodeProcedureSubType": "sample string 35",
      "OrderSpecialistReferralTypeId": 1,
      "ReasonForReferral": "sample string 36",
      "OtherInformation": "sample string 37",
      "STAT": true,
      "OrderDate": "2025-04-06T15:59:27.4387768-07:00",
      "OrderTime": "00:00:00.1234567",
      "OrderTimeZone": 1,
      "State": "sample string 38",
      "AppointmentDate": "2025-04-06T15:59:27.4387768-07:00",
      "OrderSpecialistReferralTypeName": "sample string 39",
      "OrderDrugScreenTypeId": 1,
      "DotNonDotId": 1,
      "PatientCheckinId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-06T15:59:27.4387768-07:00",
      "DateUpdated": "2025-04-06T15:59:27.4387768-07:00",
      "UserIDCreated": 43,
      "UserIDUpdated": 44,
      "CompanyCode": "sample string 45",
      "IsExcludeDiscount": true
    },
    {
      "OrderId": 1,
      "EmployeeId": "sample string 2",
      "CorporationCode": "sample string 3",
      "ServiceId": 4,
      "CaseNo": 5,
      "OrderCategoryId": 6,
      "EncounterId": 1,
      "Step": 1.1,
      "Status": 1,
      "OrderRequestedBy": 1,
      "EccCaseTypeId": 1,
      "SpecimenTypeId": 1,
      "OrderTypeId": 1,
      "OrderSubTypeId": 1,
      "OrderSubTypeLevel1Id": 1,
      "BodyPartId": 1,
      "LateralizationId": 1,
      "ICD10Id": 1,
      "Reason": "sample string 7",
      "ScheduleDate": "2025-04-06T15:59:27.4387768-07:00",
      "ScheduleStartTime": "00:00:00.1234567",
      "ScheduleEndTime": "00:00:00.1234567",
      "FacilityCode": "sample string 8",
      "AppointmentTimeZone": 1,
      "OnSiteLocationId": 1,
      "IsScheduled": true,
      "CPTCode": "sample string 9",
      "LocationSelection": 1,
      "TangAndCompanyCode": "sample string 10",
      "IsFromMSM": true,
      "TelemedicineId": 1,
      "IsScheduledThirdParty": true,
      "FacilityName": "sample string 13",
      "FacilityProvider": "sample string 14",
      "FacilityAddress": "sample string 15",
      "FacilitySuite": "sample string 16",
      "FacilityZip": "sample string 17",
      "FacilityCountry": "sample string 18",
      "FacilityCity": "sample string 19",
      "FacilityState": "sample string 20",
      "FacilityPhoneNumber": "sample string 21",
      "FacilityFaxNumber": "sample string 22",
      "MedicationTypeId": 1,
      "OrderMedicationId": 1,
      "OrderMedicationDoseId": 1,
      "Instruction": "sample string 23",
      "Quantity": 1,
      "RequestedQuantity": 1,
      "Refill": 1,
      "LocationId": 24,
      "IsAuthorizationRequired": true,
      "IsMedicalAuthorizationRequired": true,
      "OrderSupplyId": 1,
      "ProviderOrderedSupplyId": 1,
      "OrderSupplyTypeId": 1,
      "SupplyCategoryId": 1,
      "SupplyOrderCategoryTypeId": 1,
      "InteractionType": 1,
      "DispenseAsWritten": true,
      "GenericSubstitutionPermitted": true,
      "OrderLaboratoryTypeId": 1,
      "SpecimenTypeCode": "sample string 25",
      "RequestedByUserName": "sample string 26",
      "LaboratoryOrderTypeName": "sample string 27",
      "SpecimenTypeName": "sample string 28",
      "LaboratoryName": "sample string 29",
      "OrderProcedureTypeId": 1,
      "OrderProcedureSubTypeId": 1,
      "ProcedureTypeName": "sample string 30",
      "ProcedureSubTypeName": "sample string 31",
      "CPTCodeProcedureType": "sample string 32",
      "TangAndCompanyCodeProcedureType": "sample string 33",
      "TangAndCompanyCodeProcedureSubType": "sample string 34",
      "CPTCodeProcedureSubType": "sample string 35",
      "OrderSpecialistReferralTypeId": 1,
      "ReasonForReferral": "sample string 36",
      "OtherInformation": "sample string 37",
      "STAT": true,
      "OrderDate": "2025-04-06T15:59:27.4387768-07:00",
      "OrderTime": "00:00:00.1234567",
      "OrderTimeZone": 1,
      "State": "sample string 38",
      "AppointmentDate": "2025-04-06T15:59:27.4387768-07:00",
      "OrderSpecialistReferralTypeName": "sample string 39",
      "OrderDrugScreenTypeId": 1,
      "DotNonDotId": 1,
      "PatientCheckinId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-06T15:59:27.4387768-07:00",
      "DateUpdated": "2025-04-06T15:59:27.4387768-07:00",
      "UserIDCreated": 43,
      "UserIDUpdated": 44,
      "CompanyCode": "sample string 45",
      "IsExcludeDiscount": true
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfNewOrderDTOq_PWKlXmP 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.BL.NurseTriage.Order">
    <d2p1:NewOrderDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 45</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.4387768-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.4387768-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">43</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">44</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:AppointmentDate>2025-04-06T15:59:27.4387768-07:00</d2p1:AppointmentDate>
      <d2p1:AppointmentTimeZone>1</d2p1:AppointmentTimeZone>
      <d2p1:BodyPartId>1</d2p1:BodyPartId>
      <d2p1:CPTCode>sample string 9</d2p1:CPTCode>
      <d2p1:CPTCodeProcedureSubType>sample string 35</d2p1:CPTCodeProcedureSubType>
      <d2p1:CPTCodeProcedureType>sample string 32</d2p1:CPTCodeProcedureType>
      <d2p1:CaseNo>5</d2p1:CaseNo>
      <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
      <d2p1:DispenseAsWritten>true</d2p1:DispenseAsWritten>
      <d2p1:DotNonDotId>1</d2p1:DotNonDotId>
      <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
      <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
      <d2p1:EncounterId>1</d2p1:EncounterId>
      <d2p1:FacilityAddress>sample string 15</d2p1:FacilityAddress>
      <d2p1:FacilityCity>sample string 19</d2p1:FacilityCity>
      <d2p1:FacilityCode>sample string 8</d2p1:FacilityCode>
      <d2p1:FacilityCountry>sample string 18</d2p1:FacilityCountry>
      <d2p1:FacilityFaxNumber>sample string 22</d2p1:FacilityFaxNumber>
      <d2p1:FacilityName>sample string 13</d2p1:FacilityName>
      <d2p1:FacilityPhoneNumber>sample string 21</d2p1:FacilityPhoneNumber>
      <d2p1:FacilityProvider>sample string 14</d2p1:FacilityProvider>
      <d2p1:FacilityState>sample string 20</d2p1:FacilityState>
      <d2p1:FacilitySuite>sample string 16</d2p1:FacilitySuite>
      <d2p1:FacilityZip>sample string 17</d2p1:FacilityZip>
      <d2p1:GenericSubstitutionPermitted>true</d2p1:GenericSubstitutionPermitted>
      <d2p1:ICD10Id>1</d2p1:ICD10Id>
      <d2p1:Instruction>sample string 23</d2p1:Instruction>
      <d2p1:InteractionType>1</d2p1:InteractionType>
      <d2p1:IsAuthorizationRequired>true</d2p1:IsAuthorizationRequired>
      <d2p1:IsFromMSM>true</d2p1:IsFromMSM>
      <d2p1:IsMedicalAuthorizationRequired>true</d2p1:IsMedicalAuthorizationRequired>
      <d2p1:IsScheduled>true</d2p1:IsScheduled>
      <d2p1:IsScheduledThirdParty>true</d2p1:IsScheduledThirdParty>
      <d2p1:LaboratoryName>sample string 29</d2p1:LaboratoryName>
      <d2p1:LaboratoryOrderTypeName>sample string 27</d2p1:LaboratoryOrderTypeName>
      <d2p1:LateralizationId>1</d2p1:LateralizationId>
      <d2p1:LocationId>24</d2p1:LocationId>
      <d2p1:LocationSelection>1</d2p1:LocationSelection>
      <d2p1:MedicationTypeId>1</d2p1:MedicationTypeId>
      <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
      <d2p1:OrderCategoryId>6</d2p1:OrderCategoryId>
      <d2p1:OrderDate>2025-04-06T15:59:27.4387768-07:00</d2p1:OrderDate>
      <d2p1:OrderDrugScreenTypeId>1</d2p1:OrderDrugScreenTypeId>
      <d2p1:OrderId>1</d2p1:OrderId>
      <d2p1:OrderLaboratoryTypeId>1</d2p1:OrderLaboratoryTypeId>
      <d2p1:OrderMedicationDoseId>1</d2p1:OrderMedicationDoseId>
      <d2p1:OrderMedicationId>1</d2p1:OrderMedicationId>
      <d2p1:OrderProcedureSubTypeId>1</d2p1:OrderProcedureSubTypeId>
      <d2p1:OrderProcedureTypeId>1</d2p1:OrderProcedureTypeId>
      <d2p1:OrderRequestedBy>1</d2p1:OrderRequestedBy>
      <d2p1:OrderSpecialistReferralTypeId>1</d2p1:OrderSpecialistReferralTypeId>
      <d2p1:OrderSpecialistReferralTypeName>sample string 39</d2p1:OrderSpecialistReferralTypeName>
      <d2p1:OrderSubTypeId>1</d2p1:OrderSubTypeId>
      <d2p1:OrderSubTypeLevel1Id>1</d2p1:OrderSubTypeLevel1Id>
      <d2p1:OrderSupplyId>1</d2p1:OrderSupplyId>
      <d2p1:OrderSupplyTypeId>1</d2p1:OrderSupplyTypeId>
      <d2p1:OrderTime>PT0.1234567S</d2p1:OrderTime>
      <d2p1:OrderTimeZone>1</d2p1:OrderTimeZone>
      <d2p1:OrderTypeId>1</d2p1:OrderTypeId>
      <d2p1:OtherInformation>sample string 37</d2p1:OtherInformation>
      <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
      <d2p1:ProcedureSubTypeName>sample string 31</d2p1:ProcedureSubTypeName>
      <d2p1:ProcedureTypeName>sample string 30</d2p1:ProcedureTypeName>
      <d2p1:ProviderOrderedSupplyId>1</d2p1:ProviderOrderedSupplyId>
      <d2p1:Quantity>1</d2p1:Quantity>
      <d2p1:Reason>sample string 7</d2p1:Reason>
      <d2p1:ReasonForReferral>sample string 36</d2p1:ReasonForReferral>
      <d2p1:Refill>1</d2p1:Refill>
      <d2p1:RequestedByUserName>sample string 26</d2p1:RequestedByUserName>
      <d2p1:RequestedQuantity>1</d2p1:RequestedQuantity>
      <d2p1:STAT>true</d2p1:STAT>
      <d2p1:ScheduleDate>2025-04-06T15:59:27.4387768-07:00</d2p1:ScheduleDate>
      <d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
      <d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
      <d2p1:ServiceId>4</d2p1:ServiceId>
      <d2p1:SpecimenTypeCode>sample string 25</d2p1:SpecimenTypeCode>
      <d2p1:SpecimenTypeId>1</d2p1:SpecimenTypeId>
      <d2p1:SpecimenTypeName>sample string 28</d2p1:SpecimenTypeName>
      <d2p1:State>sample string 38</d2p1:State>
      <d2p1:Status>1</d2p1:Status>
      <d2p1:Step>1.1</d2p1:Step>
      <d2p1:SupplyCategoryId>1</d2p1:SupplyCategoryId>
      <d2p1:SupplyOrderCategoryTypeId>1</d2p1:SupplyOrderCategoryTypeId>
      <d2p1:TangAndCompanyCode>sample string 10</d2p1:TangAndCompanyCode>
      <d2p1:TangAndCompanyCodeProcedureSubType>sample string 34</d2p1:TangAndCompanyCodeProcedureSubType>
      <d2p1:TangAndCompanyCodeProcedureType>sample string 33</d2p1:TangAndCompanyCodeProcedureType>
      <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
    </d2p1:NewOrderDTO>
    <d2p1:NewOrderDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 45</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.4387768-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-06T15:59:27.4387768-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">43</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">44</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <d2p1:AppointmentDate>2025-04-06T15:59:27.4387768-07:00</d2p1:AppointmentDate>
      <d2p1:AppointmentTimeZone>1</d2p1:AppointmentTimeZone>
      <d2p1:BodyPartId>1</d2p1:BodyPartId>
      <d2p1:CPTCode>sample string 9</d2p1:CPTCode>
      <d2p1:CPTCodeProcedureSubType>sample string 35</d2p1:CPTCodeProcedureSubType>
      <d2p1:CPTCodeProcedureType>sample string 32</d2p1:CPTCodeProcedureType>
      <d2p1:CaseNo>5</d2p1:CaseNo>
      <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
      <d2p1:DispenseAsWritten>true</d2p1:DispenseAsWritten>
      <d2p1:DotNonDotId>1</d2p1:DotNonDotId>
      <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
      <d2p1:EmployeeId>sample string 2</d2p1:EmployeeId>
      <d2p1:EncounterId>1</d2p1:EncounterId>
      <d2p1:FacilityAddress>sample string 15</d2p1:FacilityAddress>
      <d2p1:FacilityCity>sample string 19</d2p1:FacilityCity>
      <d2p1:FacilityCode>sample string 8</d2p1:FacilityCode>
      <d2p1:FacilityCountry>sample string 18</d2p1:FacilityCountry>
      <d2p1:FacilityFaxNumber>sample string 22</d2p1:FacilityFaxNumber>
      <d2p1:FacilityName>sample string 13</d2p1:FacilityName>
      <d2p1:FacilityPhoneNumber>sample string 21</d2p1:FacilityPhoneNumber>
      <d2p1:FacilityProvider>sample string 14</d2p1:FacilityProvider>
      <d2p1:FacilityState>sample string 20</d2p1:FacilityState>
      <d2p1:FacilitySuite>sample string 16</d2p1:FacilitySuite>
      <d2p1:FacilityZip>sample string 17</d2p1:FacilityZip>
      <d2p1:GenericSubstitutionPermitted>true</d2p1:GenericSubstitutionPermitted>
      <d2p1:ICD10Id>1</d2p1:ICD10Id>
      <d2p1:Instruction>sample string 23</d2p1:Instruction>
      <d2p1:InteractionType>1</d2p1:InteractionType>
      <d2p1:IsAuthorizationRequired>true</d2p1:IsAuthorizationRequired>
      <d2p1:IsFromMSM>true</d2p1:IsFromMSM>
      <d2p1:IsMedicalAuthorizationRequired>true</d2p1:IsMedicalAuthorizationRequired>
      <d2p1:IsScheduled>true</d2p1:IsScheduled>
      <d2p1:IsScheduledThirdParty>true</d2p1:IsScheduledThirdParty>
      <d2p1:LaboratoryName>sample string 29</d2p1:LaboratoryName>
      <d2p1:LaboratoryOrderTypeName>sample string 27</d2p1:LaboratoryOrderTypeName>
      <d2p1:LateralizationId>1</d2p1:LateralizationId>
      <d2p1:LocationId>24</d2p1:LocationId>
      <d2p1:LocationSelection>1</d2p1:LocationSelection>
      <d2p1:MedicationTypeId>1</d2p1:MedicationTypeId>
      <d2p1:OnSiteLocationId>1</d2p1:OnSiteLocationId>
      <d2p1:OrderCategoryId>6</d2p1:OrderCategoryId>
      <d2p1:OrderDate>2025-04-06T15:59:27.4387768-07:00</d2p1:OrderDate>
      <d2p1:OrderDrugScreenTypeId>1</d2p1:OrderDrugScreenTypeId>
      <d2p1:OrderId>1</d2p1:OrderId>
      <d2p1:OrderLaboratoryTypeId>1</d2p1:OrderLaboratoryTypeId>
      <d2p1:OrderMedicationDoseId>1</d2p1:OrderMedicationDoseId>
      <d2p1:OrderMedicationId>1</d2p1:OrderMedicationId>
      <d2p1:OrderProcedureSubTypeId>1</d2p1:OrderProcedureSubTypeId>
      <d2p1:OrderProcedureTypeId>1</d2p1:OrderProcedureTypeId>
      <d2p1:OrderRequestedBy>1</d2p1:OrderRequestedBy>
      <d2p1:OrderSpecialistReferralTypeId>1</d2p1:OrderSpecialistReferralTypeId>
      <d2p1:OrderSpecialistReferralTypeName>sample string 39</d2p1:OrderSpecialistReferralTypeName>
      <d2p1:OrderSubTypeId>1</d2p1:OrderSubTypeId>
      <d2p1:OrderSubTypeLevel1Id>1</d2p1:OrderSubTypeLevel1Id>
      <d2p1:OrderSupplyId>1</d2p1:OrderSupplyId>
      <d2p1:OrderSupplyTypeId>1</d2p1:OrderSupplyTypeId>
      <d2p1:OrderTime>PT0.1234567S</d2p1:OrderTime>
      <d2p1:OrderTimeZone>1</d2p1:OrderTimeZone>
      <d2p1:OrderTypeId>1</d2p1:OrderTypeId>
      <d2p1:OtherInformation>sample string 37</d2p1:OtherInformation>
      <d2p1:PatientCheckinId>1</d2p1:PatientCheckinId>
      <d2p1:ProcedureSubTypeName>sample string 31</d2p1:ProcedureSubTypeName>
      <d2p1:ProcedureTypeName>sample string 30</d2p1:ProcedureTypeName>
      <d2p1:ProviderOrderedSupplyId>1</d2p1:ProviderOrderedSupplyId>
      <d2p1:Quantity>1</d2p1:Quantity>
      <d2p1:Reason>sample string 7</d2p1:Reason>
      <d2p1:ReasonForReferral>sample string 36</d2p1:ReasonForReferral>
      <d2p1:Refill>1</d2p1:Refill>
      <d2p1:RequestedByUserName>sample string 26</d2p1:RequestedByUserName>
      <d2p1:RequestedQuantity>1</d2p1:RequestedQuantity>
      <d2p1:STAT>true</d2p1:STAT>
      <d2p1:ScheduleDate>2025-04-06T15:59:27.4387768-07:00</d2p1:ScheduleDate>
      <d2p1:ScheduleEndTime>PT0.1234567S</d2p1:ScheduleEndTime>
      <d2p1:ScheduleStartTime>PT0.1234567S</d2p1:ScheduleStartTime>
      <d2p1:ServiceId>4</d2p1:ServiceId>
      <d2p1:SpecimenTypeCode>sample string 25</d2p1:SpecimenTypeCode>
      <d2p1:SpecimenTypeId>1</d2p1:SpecimenTypeId>
      <d2p1:SpecimenTypeName>sample string 28</d2p1:SpecimenTypeName>
      <d2p1:State>sample string 38</d2p1:State>
      <d2p1:Status>1</d2p1:Status>
      <d2p1:Step>1.1</d2p1:Step>
      <d2p1:SupplyCategoryId>1</d2p1:SupplyCategoryId>
      <d2p1:SupplyOrderCategoryTypeId>1</d2p1:SupplyOrderCategoryTypeId>
      <d2p1:TangAndCompanyCode>sample string 10</d2p1:TangAndCompanyCode>
      <d2p1:TangAndCompanyCodeProcedureSubType>sample string 34</d2p1:TangAndCompanyCodeProcedureSubType>
      <d2p1:TangAndCompanyCodeProcedureType>sample string 33</d2p1:TangAndCompanyCodeProcedureType>
      <d2p1:TelemedicineId>1</d2p1:TelemedicineId>
    </d2p1:NewOrderDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfNewOrderDTOq_PWKlXmP>