Lock Card
This api Lock Card
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/card-kit/lock | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"entityId": "PaysackCust011",
"kitNo": "000000220003",
"flag": "L",
"reason": "card lost"
}
Success
Error
Lock=”L”, Unlock=”UL”, only lock and unlock supported in the api.