Interest reconciliation failed
This event occurs when there is a failure in processing the close request with product interest-management.
Type: object
Domain: interest-management
Event: interest_reconciliation_failure
Version: 1
|
cid required
Title: CID
Description: Identification Number.
Type: string
Example:
6104253a-qt53-41m0-a630-2z1h2761e3f8
operation_date required
Title: Operation date
Description: Operation date, represents the day to be closed.
Type: string
Format: date
Example:
2023-12-01
message required
Title: Message
Description: Return message about the request
Type: string
Example:
Status of day is not allowed to process this operation
created_at
Title: Created date
Description: Creation date closure operation
Type: string
Format: date-time
Example:
2020-12-29T19:48:25
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"title": "Interest reconciliation failed",
"description": "This event occurs when there is a failure in processing the close request with product interest-management.",
"required": [
"cid",
"operation_date",
"message"
],
"properties": {
"cid": {
"type": "string",
"title": "CID ",
"description": "Identification Number.",
"examples": [
"6104253a-qt53-41m0-a630-2z1h2761e3f8"
]
},
"operation_date": {
"type": "string",
"title": "Operation date",
"description": "Operation date, represents the day to be closed.",
"format": "date",
"examples": [
"2023-12-01"
]
},
"message": {
"type": "string",
"title": "Message",
"description": "Return message about the request",
"examples": [
"Status of day is not allowed to process this operation"
]
},
"created_at": {
"type": "string",
"title": "Created date",
"description": "Creation date closure operation",
"format": "date-time",
"examples": [
"2020-12-29T19:48:25"
]
}
}
}
{
"cid": "6104253a-qt53-41m0-a630-2z1h2761e3f8",
"operation_date": "2023-12-01",
"message": "Status of day is not allowed to process this operation",
"created_at": "2020-12-29T19:48:25"
}
Updated 23 days ago