POST api/utipan/PsaRegistrationRequest
UTI PAN CARD PSA Registration Request Pass "Token" in header
Request Information
URI Parameters
None.
Body Parameters
UTIPANREGISTRATIONName | Description | Type | Additional information |
---|---|---|---|
name |
Member or Merchant Name |
string |
None. |
Member or Merchant email |
string |
None. |
|
mobile |
Member or Merchant mobile |
string |
None. |
aadharurl |
Member or Merchant Aadhar Card Clean image and both Side in single page url |
string |
None. |
panurl |
Member or Merchant Pan Card Clean image url |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "name": "sample string 1", "email": "sample string 2", "mobile": "sample string 3", "aadharurl": "sample string 4", "panurl": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UTIPANName | Description | Type | Additional information |
---|---|---|---|
statuscode |
statuscode |
string |
None. |
status |
status |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "statuscode": "sample string 1", "status": "sample string 2" }