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": "08de9308-7c3e-5006-522b-6e0b28761b5f",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de9308-7c3e-5006-522b-6e0b28761b60",
"DueNotifcationMailId": "08de9308-7c3e-5006-522b-6e0b28761b61",
"OnDemandReminderMailId": "08de9308-7c3e-5006-522b-6e0b28761b62",
"OnDemandReminderIvrId": "08de9308-7c3e-5006-522b-6e0b28761b63",
"AfterSicNotificationMailId": "08de9308-7c3e-5006-522b-6e0b28761b64",
"AfterSicNotificationIvrId": "08de9308-7c3e-5006-522b-6e0b28761b65",
"BeforeDueDatePaymentId": "08de9308-7c3e-5006-522b-6e0b28761b66",
"AfterDueDatePaymentId": "08de9308-7c3e-5006-522b-6e0b28761b67",
"ConsolidatedNotificationMailId": "08de9308-7c3e-5006-522b-6e0b28761b68",
"ConsolidatedNotificationIvrId": "08de9308-7c3e-5006-522b-6e0b28761b69",
"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>08de9308-7c3e-5006-522b-6e0b28761b5f</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08de9308-7c3e-5006-522b-6e0b28761b60</NewDocumentMailId> <DueNotifcationMailId>08de9308-7c3e-5006-522b-6e0b28761b61</DueNotifcationMailId> <OnDemandReminderMailId>08de9308-7c3e-5006-522b-6e0b28761b62</OnDemandReminderMailId> <OnDemandReminderIvrId>08de9308-7c3e-5006-522b-6e0b28761b63</OnDemandReminderIvrId> <AfterSicNotificationMailId>08de9308-7c3e-5006-522b-6e0b28761b64</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08de9308-7c3e-5006-522b-6e0b28761b65</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08de9308-7c3e-5006-522b-6e0b28761b66</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08de9308-7c3e-5006-522b-6e0b28761b67</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08de9308-7c3e-5006-522b-6e0b28761b68</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08de9308-7c3e-5006-522b-6e0b28761b69</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": "08de9308-7c3e-5006-522b-6e0b28761b6a",
"NotificationSchemaName": "sample string 2",
"GrantorTaxId": "sample string 3",
"NewDocumentMailId": "08de9308-7c3e-5006-522b-6e0b28761b6b",
"DueNotifcationMailId": "08de9308-7c3e-5006-522b-6e0b28761b6c",
"OnDemandReminderMailId": "08de9308-7c3e-5006-522b-6e0b28761b6d",
"OnDemandReminderIvrId": "08de9308-7c3e-5006-522b-6e0b28761b6e",
"AfterSicNotificationMailId": "08de9308-7c3e-5006-522b-6e0b28761b6f",
"AfterSicNotificationIvrId": "08de9308-7c3e-5006-522b-6e0b28761b70",
"BeforeDueDatePaymentId": "08de9308-7c3e-5006-522b-6e0b28761b71",
"AfterDueDatePaymentId": "08de9308-7c3e-5006-522b-6e0b28761b72",
"ConsolidatedNotificationMailId": "08de9308-7c3e-5006-522b-6e0b28761b73",
"ConsolidatedNotificationIvrId": "08de9308-7c3e-5006-522b-6e0b28761b74",
"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>08de9308-7c3e-5006-522b-6e0b28761b6a</NotificationSchemaId>
<NotificationSchemaName>sample string 2</NotificationSchemaName>
<GrantorTaxId>sample string 3</GrantorTaxId>
<NewDocumentMailId>08de9308-7c3e-5006-522b-6e0b28761b6b</NewDocumentMailId>
<DueNotifcationMailId>08de9308-7c3e-5006-522b-6e0b28761b6c</DueNotifcationMailId>
<OnDemandReminderMailId>08de9308-7c3e-5006-522b-6e0b28761b6d</OnDemandReminderMailId>
<OnDemandReminderIvrId>08de9308-7c3e-5006-522b-6e0b28761b6e</OnDemandReminderIvrId>
<AfterSicNotificationMailId>08de9308-7c3e-5006-522b-6e0b28761b6f</AfterSicNotificationMailId>
<AfterSicNotificationIvrId>08de9308-7c3e-5006-522b-6e0b28761b70</AfterSicNotificationIvrId>
<BeforeDueDatePaymentId>08de9308-7c3e-5006-522b-6e0b28761b71</BeforeDueDatePaymentId>
<AfterDueDatePaymentId>08de9308-7c3e-5006-522b-6e0b28761b72</AfterDueDatePaymentId>
<ConsolidatedNotificationMailId>08de9308-7c3e-5006-522b-6e0b28761b73</ConsolidatedNotificationMailId>
<ConsolidatedNotificationIvrId>08de9308-7c3e-5006-522b-6e0b28761b74</ConsolidatedNotificationIvrId>
<AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
</data>
</ResponseModelApiOfNotificationSchemaUpdateModelApi>