12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"type": "object",
|
|
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
|
|
"properties": {
|
|
"requestId": { "type": "string" },
|
|
"affiliateCode": { "type": "string" },
|
|
"customerId": { "type": "string" },
|
|
"accountId": { "type": "string" },
|
|
"debtId": { "type": "integer" }
|
|
}
|
|
}
|