Assign Card Kit to Student

this api Registers student's card kit with the bank


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/loop/card-kitM
METHODstringPOSTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenMaccess_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