POST api/MeClientSetUp/ActivateExamEmailNotication

Request Information

URI Parameters

None.

Body Parameters

CorporationNotificationSetupDTO
NameDescriptionTypeAdditional information
Id

integer

None.

NotificationTypeId

integer

None.

CorporationCode

string

String length: inclusive between 0 and 20

ExamId

string

String length: inclusive between 0 and 20

Status

boolean

None.

IncludeSuperVisor

boolean

None.

ServiceId

integer

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,
  "NotificationTypeId": 2,
  "CorporationCode": "sample string 3",
  "ExamId": "sample string 4",
  "Status": true,
  "IncludeSuperVisor": true,
  "ServiceId": 7,
  "ValidFlag": true,
  "DateCreated": "2025-04-04T05:04:02.506345-07:00",
  "DateUpdated": "2025-04-04T05:04:02.506345-07:00",
  "UserIDCreated": 11,
  "UserIDUpdated": 12
}

application/xml, text/xml

Sample:
<CorporationNotificationSetupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:04:02.506345-07:00</DateCreated>
  <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:04:02.506345-07:00</DateUpdated>
  <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">11</UserIDCreated>
  <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">12</UserIDUpdated>
  <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
  <CorporationCode>sample string 3</CorporationCode>
  <ExamId>sample string 4</ExamId>
  <Id>1</Id>
  <IncludeSuperVisor>true</IncludeSuperVisor>
  <NotificationTypeId>2</NotificationTypeId>
  <ServiceId>7</ServiceId>
  <Status>true</Status>
</CorporationNotificationSetupDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfCorporationNotificationSetupDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

CorporationNotificationSetupDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "NotificationTypeId": 2,
    "CorporationCode": "sample string 3",
    "ExamId": "sample string 4",
    "Status": true,
    "IncludeSuperVisor": true,
    "ServiceId": 7,
    "ValidFlag": true,
    "DateCreated": "2025-04-04T05:04:02.5219843-07:00",
    "DateUpdated": "2025-04-04T05:04:02.5219843-07:00",
    "UserIDCreated": 11,
    "UserIDUpdated": 12
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfCorporationNotificationSetupDTO3NYuOdgi 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">
    <DateCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:04:02.5219843-07:00</DateCreated>
    <DateUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">2025-04-04T05:04:02.5219843-07:00</DateUpdated>
    <UserIDCreated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">11</UserIDCreated>
    <UserIDUpdated xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">12</UserIDUpdated>
    <ValidFlag xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Model">true</ValidFlag>
    <d2p1:CorporationCode>sample string 3</d2p1:CorporationCode>
    <d2p1:ExamId>sample string 4</d2p1:ExamId>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:IncludeSuperVisor>true</d2p1:IncludeSuperVisor>
    <d2p1:NotificationTypeId>2</d2p1:NotificationTypeId>
    <d2p1:ServiceId>7</d2p1:ServiceId>
    <d2p1:Status>true</d2p1:Status>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfCorporationNotificationSetupDTO3NYuOdgi>