GET API/Master/GetEmailForNotificaitonEmployee
Request Information
URI Parameters
None.
Body Parameters
ExceptionInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| returnErrorMessage | string |
None. |
|
| returnStatus | boolean |
None. |
|
| ClientId | string |
None. |
|
| clientName | string |
None. |
|
| Connectionstring | string |
None. |
|
| DocumentURL | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"returnErrorMessage": "sample string 1",
"returnStatus": true,
"ClientId": "sample string 3",
"clientName": "sample string 4",
"Connectionstring": "sample string 5",
"DocumentURL": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedDate": "2026-01-10T14:15:24.6672849+05:30",
"ModifiedBy": "sample string 9",
"ModifiedDate": "2026-01-10T14:15:24.6672849+05:30"
}
application/xml, text/xml
Sample:
<ExceptionInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 3</ClientId> <Connectionstring>sample string 5</Connectionstring> <CreatedBy>sample string 7</CreatedBy> <CreatedDate>2026-01-10T14:15:24.6672849+05:30</CreatedDate> <DocumentURL>sample string 6</DocumentURL> <ModifiedBy>sample string 9</ModifiedBy> <ModifiedDate>2026-01-10T14:15:24.6672849+05:30</ModifiedDate> <clientName>sample string 4</clientName> <returnErrorMessage>sample string 1</returnErrorMessage> <returnStatus>true</returnStatus> </ExceptionInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |