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": "08de464c-57ca-0e33-ba1f-9f50ac6ed78f",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de464c-57ca-0e33-ba1f-9f50ac6ed790",
"DueNotifcationMailId": "08de464c-57ca-0e33-ba1f-9f50ac6ed791",
"OnDemandReminderMailId": "08de464c-57ca-0e33-ba1f-9f50ac6ed792",
"OnDemandReminderIvrId": "08de464c-57ca-0e33-ba1f-9f50ac6ed793",
"AfterSicNotificationMailId": "08de464c-57ca-0e33-ba1f-9f50ac6ed794",
"AfterSicNotificationIvrId": "08de464c-57ca-0e33-ba1f-9f50ac6ed795",
"BeforeDueDatePaymentId": "08de464c-57ca-0e33-ba1f-9f50ac6ed796",
"AfterDueDatePaymentId": "08de464c-57ca-0e33-ba1f-9f50ac6ed797",
"ConsolidatedNotificationMailId": "08de464c-57ca-0e33-ba1f-9f50ac6ed798",
"ConsolidatedNotificationIvrId": "08de464c-57ca-0e33-ba1f-9f50ac6ed799",
"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>08de464c-57ca-0e33-ba1f-9f50ac6ed78f</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08de464c-57ca-0e33-ba1f-9f50ac6ed790</NewDocumentMailId> <DueNotifcationMailId>08de464c-57ca-0e33-ba1f-9f50ac6ed791</DueNotifcationMailId> <OnDemandReminderMailId>08de464c-57ca-0e33-ba1f-9f50ac6ed792</OnDemandReminderMailId> <OnDemandReminderIvrId>08de464c-57ca-0e33-ba1f-9f50ac6ed793</OnDemandReminderIvrId> <AfterSicNotificationMailId>08de464c-57ca-0e33-ba1f-9f50ac6ed794</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08de464c-57ca-0e33-ba1f-9f50ac6ed795</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08de464c-57ca-0e33-ba1f-9f50ac6ed796</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08de464c-57ca-0e33-ba1f-9f50ac6ed797</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08de464c-57ca-0e33-ba1f-9f50ac6ed798</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08de464c-57ca-0e33-ba1f-9f50ac6ed799</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": "08de464c-57cc-6f47-ba1f-9f50ac6ed79a",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de464c-57cc-6f47-ba1f-9f50ac6ed79b",
"DueNotifcationMailId": "08de464c-57cc-6f47-ba1f-9f50ac6ed79c",
"OnDemandReminderMailId": "08de464c-57cc-6f47-ba1f-9f50ac6ed79d",
"OnDemandReminderIvrId": "08de464c-57cc-6f47-ba1f-9f50ac6ed79e",
"AfterSicNotificationMailId": "08de464c-57cc-6f47-ba1f-9f50ac6ed79f",
"AfterSicNotificationIvrId": "08de464c-57cc-6f47-ba1f-9f50ac6ed7a0",
"BeforeDueDatePaymentId": "08de464c-57cc-6f47-ba1f-9f50ac6ed7a1",
"AfterDueDatePaymentId": "08de464c-57cc-6f47-ba1f-9f50ac6ed7a2",
"ConsolidatedNotificationMailId": "08de464c-57cc-6f47-ba1f-9f50ac6ed7a3",
"ConsolidatedNotificationIvrId": "08de464c-57cc-6f47-ba1f-9f50ac6ed7a4",
"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>08de464c-57cc-6f47-ba1f-9f50ac6ed79a</NotificationSchemaId>
<NotificationSchemaName>sample string 2</NotificationSchemaName>
<GrantorTaxId>sample string 3</GrantorTaxId>
<NewDocumentMailId>08de464c-57cc-6f47-ba1f-9f50ac6ed79b</NewDocumentMailId>
<DueNotifcationMailId>08de464c-57cc-6f47-ba1f-9f50ac6ed79c</DueNotifcationMailId>
<OnDemandReminderMailId>08de464c-57cc-6f47-ba1f-9f50ac6ed79d</OnDemandReminderMailId>
<OnDemandReminderIvrId>08de464c-57cc-6f47-ba1f-9f50ac6ed79e</OnDemandReminderIvrId>
<AfterSicNotificationMailId>08de464c-57cc-6f47-ba1f-9f50ac6ed79f</AfterSicNotificationMailId>
<AfterSicNotificationIvrId>08de464c-57cc-6f47-ba1f-9f50ac6ed7a0</AfterSicNotificationIvrId>
<BeforeDueDatePaymentId>08de464c-57cc-6f47-ba1f-9f50ac6ed7a1</BeforeDueDatePaymentId>
<AfterDueDatePaymentId>08de464c-57cc-6f47-ba1f-9f50ac6ed7a2</AfterDueDatePaymentId>
<ConsolidatedNotificationMailId>08de464c-57cc-6f47-ba1f-9f50ac6ed7a3</ConsolidatedNotificationMailId>
<ConsolidatedNotificationIvrId>08de464c-57cc-6f47-ba1f-9f50ac6ed7a4</ConsolidatedNotificationIvrId>
<AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
</data>
</ResponseModelApiOfNotificationSchemaUpdateModelApi>