GET api/NTOrderSettings/GetOrderLaboratorySpecimen?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfOrderLaboratorySpecimenDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of OrderLaboratorySpecimenDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "Sequence": 2,
      "OrderLaboratoryTypeId": 3,
      "SpecimenTypeCode": "sample string 4",
      "TangAndCompanyCode": "sample string 5",
      "CPTCode": "sample string 6",
      "SpecimenTypeName": "sample string 7",
      "SpecimenValidFlag": true,
      "Selected": true,
      "LaboratoryId": "sample string 10",
      "IsDefaultSpecimen": true,
      "IsFavourite": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:16:11.3374617-07:00",
      "DateUpdated": "2025-04-03T19:16:11.3374617-07:00",
      "UserIDCreated": 16,
      "UserIDUpdated": 17,
      "CompanyCode": "sample string 18",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "Sequence": 2,
      "OrderLaboratoryTypeId": 3,
      "SpecimenTypeCode": "sample string 4",
      "TangAndCompanyCode": "sample string 5",
      "CPTCode": "sample string 6",
      "SpecimenTypeName": "sample string 7",
      "SpecimenValidFlag": true,
      "Selected": true,
      "LaboratoryId": "sample string 10",
      "IsDefaultSpecimen": true,
      "IsFavourite": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:16:11.3374617-07:00",
      "DateUpdated": "2025-04-03T19:16:11.3374617-07:00",
      "UserIDCreated": 16,
      "UserIDUpdated": 17,
      "CompanyCode": "sample string 18",
      "IsExcludeDiscount": true
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfOrderLaboratorySpecimenDTO3NYuOdgi 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">
    <d2p1:OrderLaboratorySpecimenDTO>
      <d2p1:CompanyCode>sample string 18</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:16:11.3374617-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:16:11.3374617-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>16</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>17</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:CPTCode>sample string 6</d2p1:CPTCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDefaultSpecimen>true</d2p1:IsDefaultSpecimen>
      <d2p1:IsFavourite>true</d2p1:IsFavourite>
      <d2p1:LaboratoryId>sample string 10</d2p1:LaboratoryId>
      <d2p1:OrderLaboratoryTypeId>3</d2p1:OrderLaboratoryTypeId>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Sequence>2</d2p1:Sequence>
      <d2p1:SpecimenTypeCode>sample string 4</d2p1:SpecimenTypeCode>
      <d2p1:SpecimenTypeName>sample string 7</d2p1:SpecimenTypeName>
      <d2p1:SpecimenValidFlag>true</d2p1:SpecimenValidFlag>
      <d2p1:TangAndCompanyCode>sample string 5</d2p1:TangAndCompanyCode>
    </d2p1:OrderLaboratorySpecimenDTO>
    <d2p1:OrderLaboratorySpecimenDTO>
      <d2p1:CompanyCode>sample string 18</d2p1:CompanyCode>
      <d2p1:DateCreated>2025-04-03T19:16:11.3374617-07:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2025-04-03T19:16:11.3374617-07:00</d2p1:DateUpdated>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:UserIDCreated>16</d2p1:UserIDCreated>
      <d2p1:UserIDUpdated>17</d2p1:UserIDUpdated>
      <d2p1:ValidFlag>true</d2p1:ValidFlag>
      <d2p1:CPTCode>sample string 6</d2p1:CPTCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsDefaultSpecimen>true</d2p1:IsDefaultSpecimen>
      <d2p1:IsFavourite>true</d2p1:IsFavourite>
      <d2p1:LaboratoryId>sample string 10</d2p1:LaboratoryId>
      <d2p1:OrderLaboratoryTypeId>3</d2p1:OrderLaboratoryTypeId>
      <d2p1:Selected>true</d2p1:Selected>
      <d2p1:Sequence>2</d2p1:Sequence>
      <d2p1:SpecimenTypeCode>sample string 4</d2p1:SpecimenTypeCode>
      <d2p1:SpecimenTypeName>sample string 7</d2p1:SpecimenTypeName>
      <d2p1:SpecimenValidFlag>true</d2p1:SpecimenValidFlag>
      <d2p1:TangAndCompanyCode>sample string 5</d2p1:TangAndCompanyCode>
    </d2p1:OrderLaboratorySpecimenDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfOrderLaboratorySpecimenDTO3NYuOdgi>