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": "08de22bb-b6ee-5523-522b-6e0020f11497",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de22bb-b6ee-7c3b-522b-6e0020f11498",
"DueNotifcationMailId": "08de22bb-b6ee-7c3b-522b-6e0020f11499",
"OnDemandReminderMailId": "08de22bb-b6ee-7c3b-522b-6e0020f1149a",
"OnDemandReminderIvrId": "08de22bb-b6ee-7c3b-522b-6e0020f1149b",
"AfterSicNotificationMailId": "08de22bb-b6ee-7c3b-522b-6e0020f1149c",
"AfterSicNotificationIvrId": "08de22bb-b6ee-7c3b-522b-6e0020f1149d",
"BeforeDueDatePaymentId": "08de22bb-b6ee-7c3b-522b-6e0020f1149e",
"AfterDueDatePaymentId": "08de22bb-b6ee-7c3b-522b-6e0020f1149f",
"ConsolidatedNotificationMailId": "08de22bb-b6ee-7c3b-522b-6e0020f114a0",
"ConsolidatedNotificationIvrId": "08de22bb-b6ee-7c3b-522b-6e0020f114a1",
"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>08de22bb-b6ee-5523-522b-6e0020f11497</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08de22bb-b6ee-7c3b-522b-6e0020f11498</NewDocumentMailId> <DueNotifcationMailId>08de22bb-b6ee-7c3b-522b-6e0020f11499</DueNotifcationMailId> <OnDemandReminderMailId>08de22bb-b6ee-7c3b-522b-6e0020f1149a</OnDemandReminderMailId> <OnDemandReminderIvrId>08de22bb-b6ee-7c3b-522b-6e0020f1149b</OnDemandReminderIvrId> <AfterSicNotificationMailId>08de22bb-b6ee-7c3b-522b-6e0020f1149c</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08de22bb-b6ee-7c3b-522b-6e0020f1149d</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08de22bb-b6ee-7c3b-522b-6e0020f1149e</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08de22bb-b6ee-7c3b-522b-6e0020f1149f</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08de22bb-b6ee-7c3b-522b-6e0020f114a0</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08de22bb-b6ee-7c3b-522b-6e0020f114a1</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": "08de22bb-b6f0-0332-522b-6e0020f114a2",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de22bb-b6f0-0332-522b-6e0020f114a3",
"DueNotifcationMailId": "08de22bb-b6f0-0332-522b-6e0020f114a4",
"OnDemandReminderMailId": "08de22bb-b6f0-0332-522b-6e0020f114a5",
"OnDemandReminderIvrId": "08de22bb-b6f0-0332-522b-6e0020f114a6",
"AfterSicNotificationMailId": "08de22bb-b6f0-0332-522b-6e0020f114a7",
"AfterSicNotificationIvrId": "08de22bb-b6f0-0332-522b-6e0020f114a8",
"BeforeDueDatePaymentId": "08de22bb-b6f0-0332-522b-6e0020f114a9",
"AfterDueDatePaymentId": "08de22bb-b6f0-0332-522b-6e0020f114aa",
"ConsolidatedNotificationMailId": "08de22bb-b6f0-0332-522b-6e0020f114ab",
"ConsolidatedNotificationIvrId": "08de22bb-b6f0-0332-522b-6e0020f114ac",
"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>08de22bb-b6f0-0332-522b-6e0020f114a2</NotificationSchemaId>
<NotificationSchemaName>sample string 2</NotificationSchemaName>
<GrantorTaxId>sample string 3</GrantorTaxId>
<NewDocumentMailId>08de22bb-b6f0-0332-522b-6e0020f114a3</NewDocumentMailId>
<DueNotifcationMailId>08de22bb-b6f0-0332-522b-6e0020f114a4</DueNotifcationMailId>
<OnDemandReminderMailId>08de22bb-b6f0-0332-522b-6e0020f114a5</OnDemandReminderMailId>
<OnDemandReminderIvrId>08de22bb-b6f0-0332-522b-6e0020f114a6</OnDemandReminderIvrId>
<AfterSicNotificationMailId>08de22bb-b6f0-0332-522b-6e0020f114a7</AfterSicNotificationMailId>
<AfterSicNotificationIvrId>08de22bb-b6f0-0332-522b-6e0020f114a8</AfterSicNotificationIvrId>
<BeforeDueDatePaymentId>08de22bb-b6f0-0332-522b-6e0020f114a9</BeforeDueDatePaymentId>
<AfterDueDatePaymentId>08de22bb-b6f0-0332-522b-6e0020f114aa</AfterDueDatePaymentId>
<ConsolidatedNotificationMailId>08de22bb-b6f0-0332-522b-6e0020f114ab</ConsolidatedNotificationMailId>
<ConsolidatedNotificationIvrId>08de22bb-b6f0-0332-522b-6e0020f114ac</ConsolidatedNotificationIvrId>
<AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
</data>
</ResponseModelApiOfNotificationSchemaUpdateModelApi>