Assign Card Kit to Student
this api Registers student's card kit with the bank
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/loop/card-kit | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M | access_token of admin |
Request
{
"kitNo": "000000222222",
"member_id": "598024db0532e4xxxxxxxxxx",
"last_digits": "0456",
"specialDate": "1987-07-26",
"address": "b-4/8 rajouri garden",
"address1": "2nd floor",
"gender": "M",
"country": "India",
"city": "New Delhi",
"state": "New Delhi",
"pincode": "110027",
“idType”:”PAN”,
“idNumber”:”4212”
“countryofIssue”:”IND”
}
Success
{
"_id":"598024db05",
"kitNo": "000000222222",
"employee": "598024db0532e4xxxxxxxxxx",
"member_id": "598024db0532e4xxxxxxxxxx",
"specialDate": "1987-07-26",
"address": "b-4/8 rajouri garden",
"address1": "2nd floor",
"gender": "M",
"country": "India",
"city": "New Delhi",
"state": "New Delhi",
"pincode": "110027",
“idType”:”PAN”,
“idNumber”:”4212”
“countryofIssue”:”IND”
}
Error