[add]: eco endpoints and dummy responses
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["requestId", "affiliateCode", "customerId", "accountId", "debtId"],
|
||||
"properties": {
|
||||
"requestId": { "type": "string" },
|
||||
"affiliateCode": { "type": "string" },
|
||||
"customerId": { "type": "string" },
|
||||
"accountId": { "type": "string" },
|
||||
"debtId": { "type": "integer" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user