get https://phoenix-qa.egovernments.org/restapi/banks?ulbCode=
Get Banks code and name defined in the system, to be used in collection API's.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
$.get('http://yoursite.com/test/' + id, function(data) {
console.log(data);
});
Response Key/value | Data Type | Description |
---|---|---|
JSON Key : Bank code (e.g 1, 2, 3 ...) | String | Bank code( To be used in collection API's) |
JSON Value : Bank Name (e.g Allahabad UP Gramin Bank, State Bank of India, Axis Bank ...) | String | Name of Bank |