POST api/MeClientSetUp/SaveExamOrder

Request Information

URI Parameters

None.

Body Parameters

CorporationExamOrderDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ExamId

string

String length: inclusive between 0 and 20

OrderCategoryId

integer

None.

Level1

integer

None.

Level2

integer

None.

Level3

integer

None.

Level4

integer

None.

OrderCategoryName

string

String length: inclusive between 0 and 100

OrderLevel1Name

string

String length: inclusive between 0 and 100

OrderLevel2Name

string

String length: inclusive between 0 and 100

OrderLevel3Name

string

String length: inclusive between 0 and 100

OrderLevel4Name

string

String length: inclusive between 0 and 100

CorporationCode

string

String length: inclusive between 0 and 20

ExamOrderList

Collection of ExamOrderDTO

None.

IsExcludeDiscount

boolean

None.

IsQuickCup

boolean

None.

PanelId

integer

None.

LaboratoryId

integer

None.

TPAId

integer

None.

IsCosStandardExam

boolean

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

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExamId": "sample string 2",
  "OrderCategoryId": 3,
  "Level1": 1,
  "Level2": 1,
  "Level3": 1,
  "Level4": 1,
  "OrderCategoryName": "sample string 4",
  "OrderLevel1Name": "sample string 5",
  "OrderLevel2Name": "sample string 6",
  "OrderLevel3Name": "sample string 7",
  "OrderLevel4Name": "sample string 8",
  "CorporationCode": "sample string 9",
  "ExamOrderList": [
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "OrderCategoryId": 3,
      "Level1": 1,
      "Level2": 1,
      "Level3": 1,
      "Level4": 1,
      "OrderCategoryName": "sample string 4",
      "OrderLevel1Name": "sample string 5",
      "OrderLevel2Name": "sample string 6",
      "OrderLevel3Name": "sample string 7",
      "OrderLevel4Name": "sample string 8",
      "CorporationCode": "sample string 9",
      "IsStandard": true,
      "IsQuickCup": true,
      "PanelId": 1,
      "LaboratoryId": 1,
      "TPAId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:02:20.4144191-07:00",
      "DateUpdated": "2025-04-03T19:02:20.4144191-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "OrderCategoryId": 3,
      "Level1": 1,
      "Level2": 1,
      "Level3": 1,
      "Level4": 1,
      "OrderCategoryName": "sample string 4",
      "OrderLevel1Name": "sample string 5",
      "OrderLevel2Name": "sample string 6",
      "OrderLevel3Name": "sample string 7",
      "OrderLevel4Name": "sample string 8",
      "CorporationCode": "sample string 9",
      "IsStandard": true,
      "IsQuickCup": true,
      "PanelId": 1,
      "LaboratoryId": 1,
      "TPAId": 1,
      "ValidFlag": true,
      "DateCreated": "2025-04-03T19:02:20.4144191-07:00",
      "DateUpdated": "2025-04-03T19:02:20.4144191-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    }
  ],
  "IsExcludeDiscount": true,
  "IsQuickCup": true,
  "PanelId": 10,
  "LaboratoryId": 11,
  "TPAId": 12,
  "IsCosStandardExam": true,
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:02:20.4144191-07:00",
  "DateUpdated": "2025-04-03T19:02:20.4144191-07:00",
  "UserIDCreated": 17,
  "UserIDUpdated": 18,
  "CompanyCode": "sample string 19"
}

application/xml, text/xml

Sample:
<CorporationExamOrderDTO 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 19</CompanyCode>
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-07:00</DateUpdated>
  <IsExcludeDiscount i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL" />
  <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">17</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">18</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
  <CorporationCode>sample string 9</CorporationCode>
  <ExamId>sample string 2</ExamId>
  <ExamOrderList>
    <ExamOrderDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 16</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-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">14</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <CorporationCode>sample string 9</CorporationCode>
      <ExamId>sample string 2</ExamId>
      <Id>1</Id>
      <IsQuickCup>true</IsQuickCup>
      <IsStandard>true</IsStandard>
      <LaboratoryId>1</LaboratoryId>
      <Level1>1</Level1>
      <Level2>1</Level2>
      <Level3>1</Level3>
      <Level4>1</Level4>
      <OrderCategoryId>3</OrderCategoryId>
      <OrderCategoryName>sample string 4</OrderCategoryName>
      <OrderLevel1Name>sample string 5</OrderLevel1Name>
      <OrderLevel2Name>sample string 6</OrderLevel2Name>
      <OrderLevel3Name>sample string 7</OrderLevel3Name>
      <OrderLevel4Name>sample string 8</OrderLevel4Name>
      <PanelId>1</PanelId>
      <TPAId>1</TPAId>
    </ExamOrderDTO>
    <ExamOrderDTO>
      <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 16</CompanyCode>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4144191-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">14</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
      <CorporationCode>sample string 9</CorporationCode>
      <ExamId>sample string 2</ExamId>
      <Id>1</Id>
      <IsQuickCup>true</IsQuickCup>
      <IsStandard>true</IsStandard>
      <LaboratoryId>1</LaboratoryId>
      <Level1>1</Level1>
      <Level2>1</Level2>
      <Level3>1</Level3>
      <Level4>1</Level4>
      <OrderCategoryId>3</OrderCategoryId>
      <OrderCategoryName>sample string 4</OrderCategoryName>
      <OrderLevel1Name>sample string 5</OrderLevel1Name>
      <OrderLevel2Name>sample string 6</OrderLevel2Name>
      <OrderLevel3Name>sample string 7</OrderLevel3Name>
      <OrderLevel4Name>sample string 8</OrderLevel4Name>
      <PanelId>1</PanelId>
      <TPAId>1</TPAId>
    </ExamOrderDTO>
  </ExamOrderList>
  <Id>1</Id>
  <IsCosStandardExam>true</IsCosStandardExam>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <IsQuickCup>true</IsQuickCup>
  <LaboratoryId>11</LaboratoryId>
  <Level1>1</Level1>
  <Level2>1</Level2>
  <Level3>1</Level3>
  <Level4>1</Level4>
  <OrderCategoryId>3</OrderCategoryId>
  <OrderCategoryName>sample string 4</OrderCategoryName>
  <OrderLevel1Name>sample string 5</OrderLevel1Name>
  <OrderLevel2Name>sample string 6</OrderLevel2Name>
  <OrderLevel3Name>sample string 7</OrderLevel3Name>
  <OrderLevel4Name>sample string 8</OrderLevel4Name>
  <PanelId>10</PanelId>
  <TPAId>12</TPAId>
</CorporationExamOrderDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCorporationExamOrderDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CorporationExamOrderDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "ExamId": "sample string 2",
    "OrderCategoryId": 3,
    "Level1": 1,
    "Level2": 1,
    "Level3": 1,
    "Level4": 1,
    "OrderCategoryName": "sample string 4",
    "OrderLevel1Name": "sample string 5",
    "OrderLevel2Name": "sample string 6",
    "OrderLevel3Name": "sample string 7",
    "OrderLevel4Name": "sample string 8",
    "CorporationCode": "sample string 9",
    "ExamOrderList": [
      {
        "Id": 1,
        "ExamId": "sample string 2",
        "OrderCategoryId": 3,
        "Level1": 1,
        "Level2": 1,
        "Level3": 1,
        "Level4": 1,
        "OrderCategoryName": "sample string 4",
        "OrderLevel1Name": "sample string 5",
        "OrderLevel2Name": "sample string 6",
        "OrderLevel3Name": "sample string 7",
        "OrderLevel4Name": "sample string 8",
        "CorporationCode": "sample string 9",
        "IsStandard": true,
        "IsQuickCup": true,
        "PanelId": 1,
        "LaboratoryId": 1,
        "TPAId": 1,
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:02:20.4668708-07:00",
        "DateUpdated": "2025-04-03T19:02:20.4668708-07:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15,
        "CompanyCode": "sample string 16",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "ExamId": "sample string 2",
        "OrderCategoryId": 3,
        "Level1": 1,
        "Level2": 1,
        "Level3": 1,
        "Level4": 1,
        "OrderCategoryName": "sample string 4",
        "OrderLevel1Name": "sample string 5",
        "OrderLevel2Name": "sample string 6",
        "OrderLevel3Name": "sample string 7",
        "OrderLevel4Name": "sample string 8",
        "CorporationCode": "sample string 9",
        "IsStandard": true,
        "IsQuickCup": true,
        "PanelId": 1,
        "LaboratoryId": 1,
        "TPAId": 1,
        "ValidFlag": true,
        "DateCreated": "2025-04-03T19:02:20.4668708-07:00",
        "DateUpdated": "2025-04-03T19:02:20.4668708-07:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15,
        "CompanyCode": "sample string 16",
        "IsExcludeDiscount": true
      }
    ],
    "IsExcludeDiscount": true,
    "IsQuickCup": true,
    "PanelId": 10,
    "LaboratoryId": 11,
    "TPAId": 12,
    "IsCosStandardExam": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:02:20.4668708-07:00",
    "DateUpdated": "2025-04-03T19:02:20.4668708-07:00",
    "UserIDCreated": 17,
    "UserIDUpdated": 18,
    "CompanyCode": "sample string 19"
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCorporationExamOrderDTOzIntITI8 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 19</CompanyCode>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-07:00</DateUpdated>
    <IsExcludeDiscount i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL" />
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">17</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">18</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
    <d2p1:CorporationCode>sample string 9</d2p1:CorporationCode>
    <d2p1:ExamId>sample string 2</d2p1:ExamId>
    <d2p1:ExamOrderList>
      <d2p1:ExamOrderDTO>
        <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 16</CompanyCode>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-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">14</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:CorporationCode>sample string 9</d2p1:CorporationCode>
        <d2p1:ExamId>sample string 2</d2p1:ExamId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsQuickCup>true</d2p1:IsQuickCup>
        <d2p1:IsStandard>true</d2p1:IsStandard>
        <d2p1:LaboratoryId>1</d2p1:LaboratoryId>
        <d2p1:Level1>1</d2p1:Level1>
        <d2p1:Level2>1</d2p1:Level2>
        <d2p1:Level3>1</d2p1:Level3>
        <d2p1:Level4>1</d2p1:Level4>
        <d2p1:OrderCategoryId>3</d2p1:OrderCategoryId>
        <d2p1:OrderCategoryName>sample string 4</d2p1:OrderCategoryName>
        <d2p1:OrderLevel1Name>sample string 5</d2p1:OrderLevel1Name>
        <d2p1:OrderLevel2Name>sample string 6</d2p1:OrderLevel2Name>
        <d2p1:OrderLevel3Name>sample string 7</d2p1:OrderLevel3Name>
        <d2p1:OrderLevel4Name>sample string 8</d2p1:OrderLevel4Name>
        <d2p1:PanelId>1</d2p1:PanelId>
        <d2p1:TPAId>1</d2p1:TPAId>
      </d2p1:ExamOrderDTO>
      <d2p1:ExamOrderDTO>
        <CompanyCode xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">sample string 16</CompanyCode>
        <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-07:00</DateCreated>
        <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">2025-04-03T19:02:20.4668708-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">14</UserIDCreated>
        <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">15</UserIDUpdated>
        <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">true</ValidFlag>
        <d2p1:CorporationCode>sample string 9</d2p1:CorporationCode>
        <d2p1:ExamId>sample string 2</d2p1:ExamId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:IsQuickCup>true</d2p1:IsQuickCup>
        <d2p1:IsStandard>true</d2p1:IsStandard>
        <d2p1:LaboratoryId>1</d2p1:LaboratoryId>
        <d2p1:Level1>1</d2p1:Level1>
        <d2p1:Level2>1</d2p1:Level2>
        <d2p1:Level3>1</d2p1:Level3>
        <d2p1:Level4>1</d2p1:Level4>
        <d2p1:OrderCategoryId>3</d2p1:OrderCategoryId>
        <d2p1:OrderCategoryName>sample string 4</d2p1:OrderCategoryName>
        <d2p1:OrderLevel1Name>sample string 5</d2p1:OrderLevel1Name>
        <d2p1:OrderLevel2Name>sample string 6</d2p1:OrderLevel2Name>
        <d2p1:OrderLevel3Name>sample string 7</d2p1:OrderLevel3Name>
        <d2p1:OrderLevel4Name>sample string 8</d2p1:OrderLevel4Name>
        <d2p1:PanelId>1</d2p1:PanelId>
        <d2p1:TPAId>1</d2p1:TPAId>
      </d2p1:ExamOrderDTO>
    </d2p1:ExamOrderList>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsCosStandardExam>true</d2p1:IsCosStandardExam>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:IsQuickCup>true</d2p1:IsQuickCup>
    <d2p1:LaboratoryId>11</d2p1:LaboratoryId>
    <d2p1:Level1>1</d2p1:Level1>
    <d2p1:Level2>1</d2p1:Level2>
    <d2p1:Level3>1</d2p1:Level3>
    <d2p1:Level4>1</d2p1:Level4>
    <d2p1:OrderCategoryId>3</d2p1:OrderCategoryId>
    <d2p1:OrderCategoryName>sample string 4</d2p1:OrderCategoryName>
    <d2p1:OrderLevel1Name>sample string 5</d2p1:OrderLevel1Name>
    <d2p1:OrderLevel2Name>sample string 6</d2p1:OrderLevel2Name>
    <d2p1:OrderLevel3Name>sample string 7</d2p1:OrderLevel3Name>
    <d2p1:OrderLevel4Name>sample string 8</d2p1:OrderLevel4Name>
    <d2p1:PanelId>10</d2p1:PanelId>
    <d2p1:TPAId>12</d2p1:TPAId>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCorporationExamOrderDTOzIntITI8>