POST api/MeClientSetUp/SaveCorporationExamCertificate

Request Information

URI Parameters

None.

Body Parameters

CorporationExamCertificateDTO
NameDescriptionTypeAdditional information
Id

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

CustomTemplate

string

String length: inclusive between 0 and 4000

ExamCertificateId

integer

None.

CertificateName

string

String length: inclusive between 0 and 250

IsCustomTemplate

boolean

None.

CustomTemplateType

string

String length: inclusive between 0 and 20

ExamId

string

String length: inclusive between 0 and 20

ExamName

string

String length: inclusive between 0 and 200

MessageTemplate

string

String length: inclusive between 0 and 4000

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:
{
  "Id": 1,
  "CorporationCode": "sample string 2",
  "CustomTemplate": "sample string 3",
  "ExamCertificateId": 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:27:22.3334366-07:00",
  "DateUpdated": "2025-04-03T19:27:22.3334366-07:00",
  "UserIDCreated": 14,
  "UserIDUpdated": 15,
  "CompanyCode": "sample string 16",
  "IsExcludeDiscount": true
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCorporationExamCertificateDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CorporationExamCertificateDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "CorporationCode": "sample string 2",
    "CustomTemplate": "sample string 3",
    "ExamCertificateId": 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:27:22.3424508-07:00",
    "DateUpdated": "2025-04-03T19:27:22.3424508-07:00",
    "UserIDCreated": 14,
    "UserIDUpdated": 15,
    "CompanyCode": "sample string 16",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCorporationExamCertificateDTO3NYuOdgi 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:CompanyCode>sample string 16</d2p1:CompanyCode>
    <d2p1:DateCreated>2025-04-03T19:27:22.3424508-07:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2025-04-03T19:27:22.3424508-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:CorporationCode>sample string 2</d2p1:CorporationCode>
    <d2p1:CustomTemplate>sample string 3</d2p1:CustomTemplate>
    <d2p1:CustomTemplateType>sample string 7</d2p1:CustomTemplateType>
    <d2p1:ExamCertificateId>4</d2p1:ExamCertificateId>
    <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>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCorporationExamCertificateDTO3NYuOdgi>