Block card
Card owner/member block the card for some reasons.
/card-kit/block
#
Request ParametersFields | Description | Required |
---|---|---|
entityId | string Entity id of the member/card owner | โ |
kitNo | string Kit number assigned to the member/card | โ |
flag | string Flag(L-lock,BL-block,UL-unlock) | โ |
reason | string Reason for blocking card | โ |
#
Request{ "entityId": "PaysackCust011", "kitNo": "000000220003", "flag": "BL", "reason": "card lost"}
#
Response{ "success": true}