{ "type": "object", "required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"], "properties": { "requestId": { "type": "string" }, "affiliateCode": { "type": "string" }, "customerId": { "type": "string" }, "accountId": { "type": "string" }, "debtId": { "type": "integer" } } }