POST api/MESetting/SaveCorporationExamComponent

Request Information

URI Parameters

None.

Body Parameters

Collection of CorporationExamComponentDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ExamId

string

String length: inclusive between 0 and 20

CorporationCode

string

String length: inclusive between 0 and 20

ComponentId

integer

None.

Sequence

integer

None.

Name

string

String length: inclusive between 0 and 50

Type

integer

None.

IsStandard

boolean

None.

AuthorizeText

string

String length: inclusive between 0 and 4000

CustomAuthorizeText

string

String length: inclusive between 0 and 4000

IsExcludeDiscount

boolean

None.

CorporationComponentCertificate

CorporationComponentCertificateDTO

None.

IsCosStandardExam

boolean

None.

ValidFlag

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

UserIDCreated

integer

None.

UserIDUpdated

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ExamId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ComponentId": 4,
    "Sequence": 5,
    "Name": "sample string 6",
    "Type": 7,
    "IsStandard": true,
    "AuthorizeText": "sample string 9",
    "CustomAuthorizeText": "sample string 10",
    "IsExcludeDiscount": true,
    "CorporationComponentCertificate": {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "CustomTemplate": "sample string 3",
      "ComponentCertificateId": 4,
      "CertificateName": "sample string 5",
      "IsCustomTemplate": true,
      "CustomTemplateType": "sample string 7",
      "ExamId": "sample string 8",
      "ExamName": "sample string 9",
      "MessageTemplate": "sample string 10",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:41:02.9431759-07:00",
      "DateUpdated": "2025-04-04T05:41:02.9431759-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    },
    "IsCosStandardExam": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:41:02.9431759-07:00",
    "DateUpdated": "2025-04-04T05:41:02.9431759-07:00",
    "UserIDCreated": 15,
    "UserIDUpdated": 16
  },
  {
    "Id": 1,
    "ExamId": "sample string 2",
    "CorporationCode": "sample string 3",
    "ComponentId": 4,
    "Sequence": 5,
    "Name": "sample string 6",
    "Type": 7,
    "IsStandard": true,
    "AuthorizeText": "sample string 9",
    "CustomAuthorizeText": "sample string 10",
    "IsExcludeDiscount": true,
    "CorporationComponentCertificate": {
      "Id": 1,
      "CorporationCode": "sample string 2",
      "CustomTemplate": "sample string 3",
      "ComponentCertificateId": 4,
      "CertificateName": "sample string 5",
      "IsCustomTemplate": true,
      "CustomTemplateType": "sample string 7",
      "ExamId": "sample string 8",
      "ExamName": "sample string 9",
      "MessageTemplate": "sample string 10",
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:41:02.9431759-07:00",
      "DateUpdated": "2025-04-04T05:41:02.9431759-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    },
    "IsCosStandardExam": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:41:02.9431759-07:00",
    "DateUpdated": "2025-04-04T05:41:02.9431759-07:00",
    "UserIDCreated": 15,
    "UserIDUpdated": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfCorporationExamComponentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
  <CorporationExamComponentDTO>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9431759-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9431759-07:00</DateUpdated>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">15</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">16</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
    <AuthorizeText>sample string 9</AuthorizeText>
    <ComponentId>4</ComponentId>
    <CorporationCode>sample string 3</CorporationCode>
    <CorporationComponentCertificate xmlns:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
      <d3p1:CompanyCode>sample string 16</d3p1:CompanyCode>
      <d3p1:DateCreated>2025-04-04T05:41:02.9431759-07:00</d3p1:DateCreated>
      <d3p1:DateUpdated>2025-04-04T05:41:02.9431759-07:00</d3p1:DateUpdated>
      <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
      <d3p1:UserIDCreated>14</d3p1:UserIDCreated>
      <d3p1:UserIDUpdated>15</d3p1:UserIDUpdated>
      <d3p1:ValidFlag>true</d3p1:ValidFlag>
      <d3p1:CertificateName>sample string 5</d3p1:CertificateName>
      <d3p1:ComponentCertificateId>4</d3p1:ComponentCertificateId>
      <d3p1:CorporationCode>sample string 2</d3p1:CorporationCode>
      <d3p1:CustomTemplate>sample string 3</d3p1:CustomTemplate>
      <d3p1:CustomTemplateType>sample string 7</d3p1:CustomTemplateType>
      <d3p1:ExamId>sample string 8</d3p1:ExamId>
      <d3p1:ExamName>sample string 9</d3p1:ExamName>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:IsCustomTemplate>true</d3p1:IsCustomTemplate>
      <d3p1:MessageTemplate>sample string 10</d3p1:MessageTemplate>
    </CorporationComponentCertificate>
    <CustomAuthorizeText>sample string 10</CustomAuthorizeText>
    <ExamId>sample string 2</ExamId>
    <Id>1</Id>
    <IsCosStandardExam>true</IsCosStandardExam>
    <IsExcludeDiscount>true</IsExcludeDiscount>
    <IsStandard>true</IsStandard>
    <Name>sample string 6</Name>
    <Sequence>5</Sequence>
    <Type>7</Type>
  </CorporationExamComponentDTO>
  <CorporationExamComponentDTO>
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9431759-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9431759-07:00</DateUpdated>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">15</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">16</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
    <AuthorizeText>sample string 9</AuthorizeText>
    <ComponentId>4</ComponentId>
    <CorporationCode>sample string 3</CorporationCode>
    <CorporationComponentCertificate xmlns:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
      <d3p1:CompanyCode>sample string 16</d3p1:CompanyCode>
      <d3p1:DateCreated>2025-04-04T05:41:02.9431759-07:00</d3p1:DateCreated>
      <d3p1:DateUpdated>2025-04-04T05:41:02.9431759-07:00</d3p1:DateUpdated>
      <d3p1:IsExcludeDiscount>true</d3p1:IsExcludeDiscount>
      <d3p1:UserIDCreated>14</d3p1:UserIDCreated>
      <d3p1:UserIDUpdated>15</d3p1:UserIDUpdated>
      <d3p1:ValidFlag>true</d3p1:ValidFlag>
      <d3p1:CertificateName>sample string 5</d3p1:CertificateName>
      <d3p1:ComponentCertificateId>4</d3p1:ComponentCertificateId>
      <d3p1:CorporationCode>sample string 2</d3p1:CorporationCode>
      <d3p1:CustomTemplate>sample string 3</d3p1:CustomTemplate>
      <d3p1:CustomTemplateType>sample string 7</d3p1:CustomTemplateType>
      <d3p1:ExamId>sample string 8</d3p1:ExamId>
      <d3p1:ExamName>sample string 9</d3p1:ExamName>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:IsCustomTemplate>true</d3p1:IsCustomTemplate>
      <d3p1:MessageTemplate>sample string 10</d3p1:MessageTemplate>
    </CorporationComponentCertificate>
    <CustomAuthorizeText>sample string 10</CustomAuthorizeText>
    <ExamId>sample string 2</ExamId>
    <Id>1</Id>
    <IsCosStandardExam>true</IsCosStandardExam>
    <IsExcludeDiscount>true</IsExcludeDiscount>
    <IsStandard>true</IsStandard>
    <Name>sample string 6</Name>
    <Sequence>5</Sequence>
    <Type>7</Type>
  </CorporationExamComponentDTO>
</ArrayOfCorporationExamComponentDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfListOfCorporationExamComponentDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of CorporationExamComponentDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "CorporationCode": "sample string 3",
      "ComponentId": 4,
      "Sequence": 5,
      "Name": "sample string 6",
      "Type": 7,
      "IsStandard": true,
      "AuthorizeText": "sample string 9",
      "CustomAuthorizeText": "sample string 10",
      "IsExcludeDiscount": true,
      "CorporationComponentCertificate": {
        "Id": 1,
        "CorporationCode": "sample string 2",
        "CustomTemplate": "sample string 3",
        "ComponentCertificateId": 4,
        "CertificateName": "sample string 5",
        "IsCustomTemplate": true,
        "CustomTemplateType": "sample string 7",
        "ExamId": "sample string 8",
        "ExamName": "sample string 9",
        "MessageTemplate": "sample string 10",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:41:02.9685029-07:00",
        "DateUpdated": "2025-04-04T05:41:02.9685029-07:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15,
        "CompanyCode": "sample string 16",
        "IsExcludeDiscount": true
      },
      "IsCosStandardExam": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:41:02.9685029-07:00",
      "DateUpdated": "2025-04-04T05:41:02.9685029-07:00",
      "UserIDCreated": 15,
      "UserIDUpdated": 16
    },
    {
      "Id": 1,
      "ExamId": "sample string 2",
      "CorporationCode": "sample string 3",
      "ComponentId": 4,
      "Sequence": 5,
      "Name": "sample string 6",
      "Type": 7,
      "IsStandard": true,
      "AuthorizeText": "sample string 9",
      "CustomAuthorizeText": "sample string 10",
      "IsExcludeDiscount": true,
      "CorporationComponentCertificate": {
        "Id": 1,
        "CorporationCode": "sample string 2",
        "CustomTemplate": "sample string 3",
        "ComponentCertificateId": 4,
        "CertificateName": "sample string 5",
        "IsCustomTemplate": true,
        "CustomTemplateType": "sample string 7",
        "ExamId": "sample string 8",
        "ExamName": "sample string 9",
        "MessageTemplate": "sample string 10",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:41:02.9685029-07:00",
        "DateUpdated": "2025-04-04T05:41:02.9685029-07:00",
        "UserIDCreated": 14,
        "UserIDUpdated": 15,
        "CompanyCode": "sample string 16",
        "IsExcludeDiscount": true
      },
      "IsCosStandardExam": true,
      "ValidFlag": true,
      "DateCreated": "2025-04-04T05:41:02.9685029-07:00",
      "DateUpdated": "2025-04-04T05:41:02.9685029-07:00",
      "UserIDCreated": 15,
      "UserIDUpdated": 16
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfCorporationExamComponentDTOzIntITI8 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:CorporationExamComponentDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9685029-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9685029-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">15</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">16</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
      <d2p1:AuthorizeText>sample string 9</d2p1:AuthorizeText>
      <d2p1:ComponentId>4</d2p1:ComponentId>
      <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
      <d2p1:CorporationComponentCertificate xmlns:d4p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
        <d4p1:CompanyCode>sample string 16</d4p1:CompanyCode>
        <d4p1:DateCreated>2025-04-04T05:41:02.9685029-07:00</d4p1:DateCreated>
        <d4p1:DateUpdated>2025-04-04T05:41:02.9685029-07:00</d4p1:DateUpdated>
        <d4p1:IsExcludeDiscount>true</d4p1:IsExcludeDiscount>
        <d4p1:UserIDCreated>14</d4p1:UserIDCreated>
        <d4p1:UserIDUpdated>15</d4p1:UserIDUpdated>
        <d4p1:ValidFlag>true</d4p1:ValidFlag>
        <d4p1:CertificateName>sample string 5</d4p1:CertificateName>
        <d4p1:ComponentCertificateId>4</d4p1:ComponentCertificateId>
        <d4p1:CorporationCode>sample string 2</d4p1:CorporationCode>
        <d4p1:CustomTemplate>sample string 3</d4p1:CustomTemplate>
        <d4p1:CustomTemplateType>sample string 7</d4p1:CustomTemplateType>
        <d4p1:ExamId>sample string 8</d4p1:ExamId>
        <d4p1:ExamName>sample string 9</d4p1:ExamName>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsCustomTemplate>true</d4p1:IsCustomTemplate>
        <d4p1:MessageTemplate>sample string 10</d4p1:MessageTemplate>
      </d2p1:CorporationComponentCertificate>
      <d2p1:CustomAuthorizeText>sample string 10</d2p1:CustomAuthorizeText>
      <d2p1:ExamId>sample string 2</d2p1:ExamId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsCosStandardExam>true</d2p1:IsCosStandardExam>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:IsStandard>true</d2p1:IsStandard>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:Sequence>5</d2p1:Sequence>
      <d2p1:Type>7</d2p1:Type>
    </d2p1:CorporationExamComponentDTO>
    <d2p1:CorporationExamComponentDTO>
      <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9685029-07:00</DateCreated>
      <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:41:02.9685029-07:00</DateUpdated>
      <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">15</UserIDCreated>
      <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">16</UserIDUpdated>
      <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
      <d2p1:AuthorizeText>sample string 9</d2p1:AuthorizeText>
      <d2p1:ComponentId>4</d2p1:ComponentId>
      <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
      <d2p1:CorporationComponentCertificate xmlns:d4p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
        <d4p1:CompanyCode>sample string 16</d4p1:CompanyCode>
        <d4p1:DateCreated>2025-04-04T05:41:02.9685029-07:00</d4p1:DateCreated>
        <d4p1:DateUpdated>2025-04-04T05:41:02.9685029-07:00</d4p1:DateUpdated>
        <d4p1:IsExcludeDiscount>true</d4p1:IsExcludeDiscount>
        <d4p1:UserIDCreated>14</d4p1:UserIDCreated>
        <d4p1:UserIDUpdated>15</d4p1:UserIDUpdated>
        <d4p1:ValidFlag>true</d4p1:ValidFlag>
        <d4p1:CertificateName>sample string 5</d4p1:CertificateName>
        <d4p1:ComponentCertificateId>4</d4p1:ComponentCertificateId>
        <d4p1:CorporationCode>sample string 2</d4p1:CorporationCode>
        <d4p1:CustomTemplate>sample string 3</d4p1:CustomTemplate>
        <d4p1:CustomTemplateType>sample string 7</d4p1:CustomTemplateType>
        <d4p1:ExamId>sample string 8</d4p1:ExamId>
        <d4p1:ExamName>sample string 9</d4p1:ExamName>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsCustomTemplate>true</d4p1:IsCustomTemplate>
        <d4p1:MessageTemplate>sample string 10</d4p1:MessageTemplate>
      </d2p1:CorporationComponentCertificate>
      <d2p1:CustomAuthorizeText>sample string 10</d2p1:CustomAuthorizeText>
      <d2p1:ExamId>sample string 2</d2p1:ExamId>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsCosStandardExam>true</d2p1:IsCosStandardExam>
      <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
      <d2p1:IsStandard>true</d2p1:IsStandard>
      <d2p1:Name>sample string 6</d2p1:Name>
      <d2p1:Sequence>5</d2p1:Sequence>
      <d2p1:Type>7</d2p1:Type>
    </d2p1:CorporationExamComponentDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfCorporationExamComponentDTOzIntITI8>