PUT api/ConfigurationNotification
Actualizar plantilla
Request Information
URI Parameters
None.
Body Parameters
Datos
NotificationSchemaUpdateModelApi| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationSchemaId |
NotificationSchemaId |
globally unique identifier |
None. |
| NotificationSchemaName |
Nombre de la plantilla |
string |
Required Max length: 100 |
| GrantorTaxId |
RFC del grantor |
string |
Required |
| NewDocumentMailId |
Notificación de nuevo documento |
globally unique identifier |
None. |
| DueNotifcationMailId |
Notificación de documento a vencer |
globally unique identifier |
Required |
| OnDemandReminderMailId |
Notificación de recordatorio manual email |
globally unique identifier |
Required |
| OnDemandReminderIvrId |
Notificación de recordatorio manual llamada |
globally unique identifier |
None. |
| AfterSicNotificationMailId |
Recordatorio después de fecha de vencimiento email |
globally unique identifier |
Required |
| AfterSicNotificationIvrId |
Recordatorio después de fecha de vencimiento llamada |
globally unique identifier |
None. |
| BeforeDueDatePaymentId |
Notificación de pago puntual |
globally unique identifier |
None. |
| AfterDueDatePaymentId |
Notificación de pago tardío |
globally unique identifier |
None. |
| ConsolidatedNotificationMailId |
Recordatorio consolidado email |
globally unique identifier |
Required |
| ConsolidatedNotificationIvrId |
Recordatorio consolidado llamada |
globally unique identifier |
None. |
| AfterCrNotificationFrequencyId |
Frecuencia de recordatorio después de vencimiento |
byte |
Required |
Request Formats
application/json, text/json
{
"NotificationSchemaId": "08deb776-cdb6-0a82-ba1f-9f40b4f0a415",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08deb776-cdb6-0a82-ba1f-9f40b4f0a416",
"DueNotifcationMailId": "08deb776-cdb6-0a82-ba1f-9f40b4f0a417",
"OnDemandReminderMailId": "08deb776-cdb6-0a82-ba1f-9f40b4f0a418",
"OnDemandReminderIvrId": "08deb776-cdb6-3192-ba1f-9f40b4f0a419",
"AfterSicNotificationMailId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41a",
"AfterSicNotificationIvrId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41b",
"BeforeDueDatePaymentId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41c",
"AfterDueDatePaymentId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41d",
"ConsolidatedNotificationMailId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41e",
"ConsolidatedNotificationIvrId": "08deb776-cdb6-3192-ba1f-9f40b4f0a41f",
"AfterCrNotificationFrequencyId": 64
}
application/xml, text/xml
<NotificationSchemaUpdateModelApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NotificationSchemaId>08deb776-cdb6-0a82-ba1f-9f40b4f0a415</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08deb776-cdb6-0a82-ba1f-9f40b4f0a416</NewDocumentMailId> <DueNotifcationMailId>08deb776-cdb6-0a82-ba1f-9f40b4f0a417</DueNotifcationMailId> <OnDemandReminderMailId>08deb776-cdb6-0a82-ba1f-9f40b4f0a418</OnDemandReminderMailId> <OnDemandReminderIvrId>08deb776-cdb6-3192-ba1f-9f40b4f0a419</OnDemandReminderIvrId> <AfterSicNotificationMailId>08deb776-cdb6-3192-ba1f-9f40b4f0a41a</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08deb776-cdb6-3192-ba1f-9f40b4f0a41b</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08deb776-cdb6-3192-ba1f-9f40b4f0a41c</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08deb776-cdb6-3192-ba1f-9f40b4f0a41d</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08deb776-cdb6-3192-ba1f-9f40b4f0a41e</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08deb776-cdb6-3192-ba1f-9f40b4f0a41f</ConsolidatedNotificationIvrId> <AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId> </NotificationSchemaUpdateModelApi>
application/x-www-form-urlencoded
Response Information
Resource Description
ResponseModelApiOfNotificationSchemaUpdateModelApi| Name | Description | Type | Additional information |
|---|---|---|---|
| success |
Indica si la solicitud se procesó de manera satisfactoria |
boolean |
None. |
| message |
Mensaje de la solicitud |
string |
None. |
| messageDetail |
Lista de mensajes |
Collection of string |
None. |
| failureCode |
Código de error en caso de existir |
string |
None. |
| data |
Layout de respuesta de la solicitud |
NotificationSchemaUpdateModelApi |
None. |
Response Formats
application/json, text/json
{
"success": true,
"message": "sample string 2",
"messageDetail": [
"sample string 1",
"sample string 2"
],
"failureCode": "sample string 3",
"data": {
"NotificationSchemaId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a426",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a427",
"DueNotifcationMailId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a428",
"OnDemandReminderMailId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a429",
"OnDemandReminderIvrId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42a",
"AfterSicNotificationMailId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42b",
"AfterSicNotificationIvrId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42c",
"BeforeDueDatePaymentId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42d",
"AfterDueDatePaymentId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42e",
"ConsolidatedNotificationMailId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a42f",
"ConsolidatedNotificationIvrId": "08deb776-cdb7-b86f-ba1f-9f40b4f0a430",
"AfterCrNotificationFrequencyId": 64
}
}
application/xml, text/xml
<ResponseModelApiOfNotificationSchemaUpdateModelApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<success>true</success>
<message>sample string 2</message>
<messageDetail>
<string>sample string 1</string>
<string>sample string 2</string>
</messageDetail>
<failureCode>sample string 3</failureCode>
<data>
<NotificationSchemaId>08deb776-cdb7-b86f-ba1f-9f40b4f0a426</NotificationSchemaId>
<NotificationSchemaName>sample string 2</NotificationSchemaName>
<GrantorTaxId>sample string 3</GrantorTaxId>
<NewDocumentMailId>08deb776-cdb7-b86f-ba1f-9f40b4f0a427</NewDocumentMailId>
<DueNotifcationMailId>08deb776-cdb7-b86f-ba1f-9f40b4f0a428</DueNotifcationMailId>
<OnDemandReminderMailId>08deb776-cdb7-b86f-ba1f-9f40b4f0a429</OnDemandReminderMailId>
<OnDemandReminderIvrId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42a</OnDemandReminderIvrId>
<AfterSicNotificationMailId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42b</AfterSicNotificationMailId>
<AfterSicNotificationIvrId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42c</AfterSicNotificationIvrId>
<BeforeDueDatePaymentId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42d</BeforeDueDatePaymentId>
<AfterDueDatePaymentId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42e</AfterDueDatePaymentId>
<ConsolidatedNotificationMailId>08deb776-cdb7-b86f-ba1f-9f40b4f0a42f</ConsolidatedNotificationMailId>
<ConsolidatedNotificationIvrId>08deb776-cdb7-b86f-ba1f-9f40b4f0a430</ConsolidatedNotificationIvrId>
<AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
</data>
</ResponseModelApiOfNotificationSchemaUpdateModelApi>