PUT api/ConfigurationNotification
Actualizar plantilla
Request Information
URI Parameters
None.
Body Parameters
Datos
NotificationSchemaUpdateModelApiName | 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": "08ddb18b-98f9-ded4-ba1f-9f426c536b05", "NotificationSchemaName": "sample string 2", "GrantorTaxId": "sample string 3", "NewDocumentMailId": "08ddb18b-98fc-407d-ba1f-9f426c536b07", "DueNotifcationMailId": "08ddb18b-98fc-407d-ba1f-9f426c536b08", "OnDemandReminderMailId": "08ddb18b-98fc-407d-ba1f-9f426c536b09", "OnDemandReminderIvrId": "08ddb18b-98fc-407d-ba1f-9f426c536b0a", "AfterSicNotificationMailId": "08ddb18b-98fc-407d-ba1f-9f426c536b0b", "AfterSicNotificationIvrId": "08ddb18b-98fc-407d-ba1f-9f426c536b0c", "BeforeDueDatePaymentId": "08ddb18b-98fc-407d-ba1f-9f426c536b0d", "AfterDueDatePaymentId": "08ddb18b-98fc-407d-ba1f-9f426c536b0e", "ConsolidatedNotificationMailId": "08ddb18b-98fc-407d-ba1f-9f426c536b0f", "ConsolidatedNotificationIvrId": "08ddb18b-98fc-407d-ba1f-9f426c536b10", "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>08ddb18b-98f9-ded4-ba1f-9f426c536b05</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08ddb18b-98fc-407d-ba1f-9f426c536b07</NewDocumentMailId> <DueNotifcationMailId>08ddb18b-98fc-407d-ba1f-9f426c536b08</DueNotifcationMailId> <OnDemandReminderMailId>08ddb18b-98fc-407d-ba1f-9f426c536b09</OnDemandReminderMailId> <OnDemandReminderIvrId>08ddb18b-98fc-407d-ba1f-9f426c536b0a</OnDemandReminderIvrId> <AfterSicNotificationMailId>08ddb18b-98fc-407d-ba1f-9f426c536b0b</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08ddb18b-98fc-407d-ba1f-9f426c536b0c</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08ddb18b-98fc-407d-ba1f-9f426c536b0d</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08ddb18b-98fc-407d-ba1f-9f426c536b0e</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08ddb18b-98fc-407d-ba1f-9f426c536b0f</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08ddb18b-98fc-407d-ba1f-9f426c536b10</ConsolidatedNotificationIvrId> <AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId> </NotificationSchemaUpdateModelApi>
application/x-www-form-urlencoded
Response Information
Resource Description
ResponseModelApiOfNotificationSchemaUpdateModelApiName | 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": "08ddb18b-98fe-a3f7-ba1f-9f426c536b11", "NotificationSchemaName": "sample string 2", "GrantorTaxId": "sample string 3", "NewDocumentMailId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b12", "DueNotifcationMailId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b13", "OnDemandReminderMailId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b14", "OnDemandReminderIvrId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b15", "AfterSicNotificationMailId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b16", "AfterSicNotificationIvrId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b17", "BeforeDueDatePaymentId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b18", "AfterDueDatePaymentId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b19", "ConsolidatedNotificationMailId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b1a", "ConsolidatedNotificationIvrId": "08ddb18b-98fe-a3f7-ba1f-9f426c536b1b", "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>08ddb18b-98fe-a3f7-ba1f-9f426c536b11</NotificationSchemaId> <NotificationSchemaName>sample string 2</NotificationSchemaName> <GrantorTaxId>sample string 3</GrantorTaxId> <NewDocumentMailId>08ddb18b-98fe-a3f7-ba1f-9f426c536b12</NewDocumentMailId> <DueNotifcationMailId>08ddb18b-98fe-a3f7-ba1f-9f426c536b13</DueNotifcationMailId> <OnDemandReminderMailId>08ddb18b-98fe-a3f7-ba1f-9f426c536b14</OnDemandReminderMailId> <OnDemandReminderIvrId>08ddb18b-98fe-a3f7-ba1f-9f426c536b15</OnDemandReminderIvrId> <AfterSicNotificationMailId>08ddb18b-98fe-a3f7-ba1f-9f426c536b16</AfterSicNotificationMailId> <AfterSicNotificationIvrId>08ddb18b-98fe-a3f7-ba1f-9f426c536b17</AfterSicNotificationIvrId> <BeforeDueDatePaymentId>08ddb18b-98fe-a3f7-ba1f-9f426c536b18</BeforeDueDatePaymentId> <AfterDueDatePaymentId>08ddb18b-98fe-a3f7-ba1f-9f426c536b19</AfterDueDatePaymentId> <ConsolidatedNotificationMailId>08ddb18b-98fe-a3f7-ba1f-9f426c536b1a</ConsolidatedNotificationMailId> <ConsolidatedNotificationIvrId>08ddb18b-98fe-a3f7-ba1f-9f426c536b1b</ConsolidatedNotificationIvrId> <AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId> </data> </ResponseModelApiOfNotificationSchemaUpdateModelApi>