PUT api/ConfigurationNotification

Actualizar plantilla

Request Information

URI Parameters

None.

Body Parameters

Datos

NotificationSchemaUpdateModelApi
NameDescriptionTypeAdditional 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

Sample:
{
  "NotificationSchemaId": "08dd2e50-6178-c1a8-522b-6e467c15d3a4",
  "NotificationSchemaName": "sample string 2",
  "GrantorTaxId": "sample string 3",
  "NewDocumentMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3a5",
  "DueNotifcationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3a6",
  "OnDemandReminderMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3a7",
  "OnDemandReminderIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3a8",
  "AfterSicNotificationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3a9",
  "AfterSicNotificationIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3aa",
  "BeforeDueDatePaymentId": "08dd2e50-6178-c1a8-522b-6e467c15d3ab",
  "AfterDueDatePaymentId": "08dd2e50-6178-c1a8-522b-6e467c15d3ac",
  "ConsolidatedNotificationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3ad",
  "ConsolidatedNotificationIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3ae",
  "AfterCrNotificationFrequencyId": 64
}

application/xml, text/xml

Sample:
<NotificationSchemaUpdateModelApi xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NotificationSchemaId>08dd2e50-6178-c1a8-522b-6e467c15d3a4</NotificationSchemaId>
  <NotificationSchemaName>sample string 2</NotificationSchemaName>
  <GrantorTaxId>sample string 3</GrantorTaxId>
  <NewDocumentMailId>08dd2e50-6178-c1a8-522b-6e467c15d3a5</NewDocumentMailId>
  <DueNotifcationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3a6</DueNotifcationMailId>
  <OnDemandReminderMailId>08dd2e50-6178-c1a8-522b-6e467c15d3a7</OnDemandReminderMailId>
  <OnDemandReminderIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3a8</OnDemandReminderIvrId>
  <AfterSicNotificationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3a9</AfterSicNotificationMailId>
  <AfterSicNotificationIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3aa</AfterSicNotificationIvrId>
  <BeforeDueDatePaymentId>08dd2e50-6178-c1a8-522b-6e467c15d3ab</BeforeDueDatePaymentId>
  <AfterDueDatePaymentId>08dd2e50-6178-c1a8-522b-6e467c15d3ac</AfterDueDatePaymentId>
  <ConsolidatedNotificationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3ad</ConsolidatedNotificationMailId>
  <ConsolidatedNotificationIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3ae</ConsolidatedNotificationIvrId>
  <AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
</NotificationSchemaUpdateModelApi>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotificationSchemaUpdateModelApi'.

Response Information

Resource Description

ResponseModelApiOfNotificationSchemaUpdateModelApi
NameDescriptionTypeAdditional 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

Sample:
{
  "success": true,
  "message": "sample string 2",
  "messageDetail": [
    "sample string 1",
    "sample string 2"
  ],
  "failureCode": "sample string 3",
  "data": {
    "NotificationSchemaId": "08dd2e50-6178-c1a8-522b-6e467c15d3af",
    "NotificationSchemaName": "sample string 2",
    "GrantorTaxId": "sample string 3",
    "NewDocumentMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3b0",
    "DueNotifcationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3b1",
    "OnDemandReminderMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3b2",
    "OnDemandReminderIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3b3",
    "AfterSicNotificationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3b4",
    "AfterSicNotificationIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3b5",
    "BeforeDueDatePaymentId": "08dd2e50-6178-c1a8-522b-6e467c15d3b6",
    "AfterDueDatePaymentId": "08dd2e50-6178-c1a8-522b-6e467c15d3b7",
    "ConsolidatedNotificationMailId": "08dd2e50-6178-c1a8-522b-6e467c15d3b8",
    "ConsolidatedNotificationIvrId": "08dd2e50-6178-c1a8-522b-6e467c15d3b9",
    "AfterCrNotificationFrequencyId": 64
  }
}

application/xml, text/xml

Sample:
<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>08dd2e50-6178-c1a8-522b-6e467c15d3af</NotificationSchemaId>
    <NotificationSchemaName>sample string 2</NotificationSchemaName>
    <GrantorTaxId>sample string 3</GrantorTaxId>
    <NewDocumentMailId>08dd2e50-6178-c1a8-522b-6e467c15d3b0</NewDocumentMailId>
    <DueNotifcationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3b1</DueNotifcationMailId>
    <OnDemandReminderMailId>08dd2e50-6178-c1a8-522b-6e467c15d3b2</OnDemandReminderMailId>
    <OnDemandReminderIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3b3</OnDemandReminderIvrId>
    <AfterSicNotificationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3b4</AfterSicNotificationMailId>
    <AfterSicNotificationIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3b5</AfterSicNotificationIvrId>
    <BeforeDueDatePaymentId>08dd2e50-6178-c1a8-522b-6e467c15d3b6</BeforeDueDatePaymentId>
    <AfterDueDatePaymentId>08dd2e50-6178-c1a8-522b-6e467c15d3b7</AfterDueDatePaymentId>
    <ConsolidatedNotificationMailId>08dd2e50-6178-c1a8-522b-6e467c15d3b8</ConsolidatedNotificationMailId>
    <ConsolidatedNotificationIvrId>08dd2e50-6178-c1a8-522b-6e467c15d3b9</ConsolidatedNotificationIvrId>
    <AfterCrNotificationFrequencyId>64</AfterCrNotificationFrequencyId>
  </data>
</ResponseModelApiOfNotificationSchemaUpdateModelApi>