Update Coin Event Configuration
DevelopingPATCH
/api/v0/enkash-coins/{coinConfigId}Update Coin Event Configuration
Request
Path Params
coinConfigId
string
required
Coin Configuration ID
Example:
WCC12345
Header Params
Content-Type
string
required
Example:
application/json
Cookie
string
required
Example:
_cfuvid=HYP8bzh65tyJdOQA3SszmnkR5ESGtAs.KQDRP5INTTg-1720761030734-0.0.1.1-604800000; JSESSIONID=2965781B20AA96A7AA6BF5631B3BBDD8
Body Params application/json
amount
integer
optional
amount for coins
configuration
object
optional
To be kept as CUSTOM enum.
CUSTOM
string
required
companyId
string
optional
Company Id of the company for which coin event is configured
event
string
optional
Event Name
Example
{
"amount": 10,
"configuration": "DEFAULT"
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
payload
object
required
coinConfigId
string
required
configuration
string
required
event
string
required
amount
integer
required
response_code
integer
required
response_message
string
required
Example
{
"payload": {
"coinConfigId": "WCC024845",
"configuration": "DEFAULT",
"event": "INVOICE_PAYMENT",
"amount": 10
},
"response_code": 0,
"response_message": "Success"
}
Last modified: 3 months ago