Interest daily closure succeeded
This event occurs when the steps in processing the closing request are successful with product interest-management.
Type: object
Domain: interest-management
Event: interest_daily_closure_success
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:
The file is available
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 daily closure succeeded",
"description": "This event occurs when the steps in processing the closing request are successful 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": [
"The file is available"
]
},
"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": "The file is available",
"created_at": "2020-12-29T19:48:25"
}
Updated 21 days ago