12 lines
442 B
JSON
12 lines
442 B
JSON
{
|
|
"type": "object",
|
|
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
|
|
"properties": {
|
|
"requestId": { "type": "string", "example": "req-12345" },
|
|
"affiliateCode": { "type": "string", "example": "aff-67890" },
|
|
"customerId": { "type": "string", "example": "cust-54321" },
|
|
"accountId": { "type": "string", "example": "acc-98765" },
|
|
"debtId": { "type": "integer", "example": 123456 }
|
|
}
|
|
}
|