POST api/MESetting/SaveComponentAuthorizeText

Request Information

URI Parameters

None.

Body Parameters

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-03T19:03:37.3264236-07:00",
    "DateUpdated": "2025-04-03T19:03:37.3264236-07:00",
    "UserIDCreated": 14,
    "UserIDUpdated": 15,
    "CompanyCode": "sample string 16",
    "IsExcludeDiscount": true
  },
  "IsCosStandardExam": true,
  "ValidFlag": true,
  "DateCreated": "2025-04-03T19:03:37.3264236-07:00",
  "DateUpdated": "2025-04-03T19:03:37.3264236-07:00",
  "UserIDCreated": 15,
  "UserIDUpdated": 16
}

application/xml, text/xml

Sample:
<CorporationExamComponentDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.DTO.MedicalExam">
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-03T19:03:37.3264236-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-03T19:03:37.3264236-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:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:CompanyCode>sample string 16</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-03T19:03:37.3264236-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-03T19:03:37.3264236-07:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>14</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>15</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:CertificateName>sample string 5</d2p1:CertificateName>
    <d2p1:ComponentCertificateId>4</d2p1:ComponentCertificateId>
    <d2p1:CorporationCode>sample string 2</d2p1:CorporationCode>
    <d2p1:CustomTemplate>sample string 3</d2p1:CustomTemplate>
    <d2p1:CustomTemplateType>sample string 7</d2p1:CustomTemplateType>
    <d2p1:ExamId>sample string 8</d2p1:ExamId>
    <d2p1:ExamName>sample string 9</d2p1:ExamName>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IsCustomTemplate>true</d2p1:IsCustomTemplate>
    <d2p1:MessageTemplate>sample string 10</d2p1: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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCorporationExamComponentDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

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-03T19:03:37.3576902-07:00",
      "DateUpdated": "2025-04-03T19:03:37.3576902-07:00",
      "UserIDCreated": 14,
      "UserIDUpdated": 15,
      "CompanyCode": "sample string 16",
      "IsExcludeDiscount": true
    },
    "IsCosStandardExam": true,
    "ValidFlag": true,
    "DateCreated": "2025-04-03T19:03:37.3576902-07:00",
    "DateUpdated": "2025-04-03T19:03:37.3576902-07:00",
    "UserIDCreated": 15,
    "UserIDUpdated": 16
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCorporationExamComponentDTOzIntITI8 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">
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-03T19:03:37.3576902-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-03T19:03:37.3576902-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:d3p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
      <d3p1:CompanyCode>sample string 16</d3p1:CompanyCode>
      <d3p1:DateCreated>2025-04-03T19:03:37.3576902-07:00</d3p1:DateCreated>
      <d3p1:DateUpdated>2025-04-03T19:03:37.3576902-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>
    </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>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCorporationExamComponentDTOzIntITI8>