{ "cardAccountId": "CAQL8YCV3", "companyId" : "CEK1PU9AOO", "enKashCardId": "EKC9MKS5RM" }
curl --location --request POST '/api/v0/partner/enKashCard/search' \ --header 'partnerId: CRMXWB3ZM' \ --header 'Authorization: Bearer SuzhOaF6K64ztA4rSmDOgl9yMlI' \ --header 'Cookie: JSESSIONID=526FAFE391FEC276549D84FEF5FC5BE7; JSESSIONID=B01764303CD3DEFC3C0699B3EF351505' \ --header 'Content-Type: application/json' \ --data-raw '{ "cardAccountId": "CAQL8YCV3", "companyId" : "CEK1PU9AOO", "enKashCardId": "EKC9MKS5RM" }'
{ "code": 0, "message": "Success", "payload": { "recordsCount": 1, "data": [ { "enKashCardId": "EKC9MKS5RM", "userId": "EKPDC37K", "cardAccountId": "CAQL8YCV3", "expiryMonth": "", "expiryYear": "", "email": "[email protected]", "mobile": "6667778889", "title": "Mr", "firstName": "Test", "lastName": "Company", "otbBalance": 321.00, "companyId": "CEK1PU9AOO" } ] } }