Body
Media type: application/json
Type:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"description": "Fee/fine with loan is closed event",
"properties": {
"feeFineId": {
"description": "Fee/fine id that was closed",
"type": "string",
"$ref": "../raml-util/schemas/uuid.schema"
},
"loanId": {
"description": "Associated loan id",
"type": "string",
"$ref": "../raml-util/schemas/uuid.schema"
}
},
"required": [
"loanId"
]
}
Example:
{
"loanId": "89105c06-dbdb-4aa0-9695-d4d19c733270",
"feeFineId": "4c6e1fb0-2ef1-4666-bd15-f9190ff89060"
}
HTTP status code 204
Event handled successfully