POST api/Notification/ConfigureNotifications
Request Information
URI Parameters
None.
Body Parameters
NotificationsConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| notificationType | string |
None. |
|
| notificationStyle | string |
None. |
|
| nextExecution | date |
None. |
|
| frecuency | string |
None. |
|
| executionHour | string |
None. |
|
| getNotifsSP | string |
None. |
|
| mailToSendCopy | string |
None. |
|
| mailBody | string |
None. |
|
| mailSubject | string |
None. |
|
| daysNumber | integer |
None. |
|
| retryDays | integer |
None. |
|
| documentsSince | date |
None. |
|
| emailTransactCompleted | string |
None. |
|
| EmailAccountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"notificationType": "sample string 2",
"notificationStyle": "sample string 3",
"nextExecution": "2025-12-05T22:16:29.7027621-06:00",
"frecuency": "sample string 5",
"executionHour": "sample string 6",
"getNotifsSP": "sample string 7",
"mailToSendCopy": "sample string 8",
"mailBody": "sample string 9",
"mailSubject": "sample string 10",
"daysNumber": 11,
"retryDays": 12,
"documentsSince": "2025-12-05T22:16:29.7047635-06:00",
"emailTransactCompleted": "sample string 13",
"EmailAccountId": 1
}
application/xml, text/xml
Sample:
<NotificationsConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSZBADM.MODELS"> <EmailAccountId>1</EmailAccountId> <Id>1</Id> <daysNumber>11</daysNumber> <documentsSince>2025-12-05T22:16:29.7047635-06:00</documentsSince> <emailTransactCompleted>sample string 13</emailTransactCompleted> <executionHour>sample string 6</executionHour> <frecuency>sample string 5</frecuency> <getNotifsSP>sample string 7</getNotifsSP> <mailBody>sample string 9</mailBody> <mailSubject>sample string 10</mailSubject> <mailToSendCopy>sample string 8</mailToSendCopy> <nextExecution>2025-12-05T22:16:29.7027621-06:00</nextExecution> <notificationStyle>sample string 3</notificationStyle> <notificationType>sample string 2</notificationType> <retryDays>12</retryDays> </NotificationsConfigModel>
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. |