Updated the Request
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"customerId",
|
||||
"transactionId",
|
||||
"productId",
|
||||
"debtId",
|
||||
"resultCode",
|
||||
@@ -13,6 +14,11 @@
|
||||
"description": "Unique identifier of a user",
|
||||
"example": "CN621868"
|
||||
},
|
||||
"transactionId": {
|
||||
"type": "string",
|
||||
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
|
||||
"example": "Tr201712RK9232P115"
|
||||
},
|
||||
"productId": {
|
||||
"type": "string",
|
||||
"description": "Identifier of a product that user is payed for",
|
||||
|
||||
Reference in New Issue
Block a user