POST api/NotificacoesSettings
Request Information
URI Parameters
None.
Body Parameters
ReturnObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| Message | string |
None. |
|
| Verb | string |
None. |
|
| Action | string |
None. |
|
| Controller | string |
None. |
|
| HasError | boolean |
None. |
|
| Data | Object |
None. |
|
| Result | IdentityResult |
None. |
|
| RedirectTo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"Message": "sample string 3",
"Verb": "sample string 4",
"Action": "sample string 5",
"Controller": "sample string 6",
"HasError": true,
"Data": {},
"Result": null,
"RedirectTo": 9
}
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NotificacoesSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SalaoId | globally unique identifier |
None. |
|
| NotificationStartOfMonth | boolean |
None. |
|
| NotificationStartOfMonthText | string |
None. |
|
| NotificationXDaysBeforeBirthdate | boolean |
None. |
|
| NotificationXDaysBeforeBirthdateText | string |
None. |
|
| NotificationXDaysBeforeBirthdateDaysBefore | integer |
None. |
|
| NotificationAppointment | boolean |
None. |
|
| NotificationAppointmentText | string |
None. |
|
| NotificationAppointmentDaysBefore | integer |
None. |
|
| NotificationStartOfMonthTime | integer |
None. |
|
| NotificationXDaysBeforeBirthdateTime | integer |
None. |
|
| NotificationAppointmentTime | integer |
None. |
|
| AndroidServerApiKey | string |
None. |
|
| AndroidSenderId | string |
None. |
|
| AndroidCertificate | string |
None. |
|
| P12Certificate | Collection of byte |
None. |
|
| P12CertificatePwd | string |
None. |
|
| IosAppBundle | string |
None. |
|
| IosAppNameTitle | string |
None. |
|
| DataCriacao | date |
None. |
|
| DataUltimaModificacao | date |
None. |
|
| Salao | Salao |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.