16 lines
556 B
JSON
16 lines
556 B
JSON
{
|
|
"type": "object",
|
|
"required": ["requestId", "affiliateCode", "debtId", "productId", "customerId", "accountId", "provideAmount", "collectAmount", "interestRate"],
|
|
"properties": {
|
|
"requestId": { "type": "string" },
|
|
"affiliateCode": { "type": "string" },
|
|
"debtId": { "type": "integer" },
|
|
"productId": { "type": "string" },
|
|
"customerId": { "type": "string" },
|
|
"accountId": { "type": "string" },
|
|
"provideAmount": { "type": "number" },
|
|
"collectAmount": { "type": "number" },
|
|
"interestRate": { "type": "number" }
|
|
}
|
|
}
|