Note:
|
Request Body Parameters
Parameter | Parameter description with validations and examples | Data type |
apiusername | API User name | String |
client_ref_id | Client reference ID | String |
name | Name of the user | String |
place | Place name | String |
reason | Reason of Document creation | String |
transID | Transaction ID | String |
filename | File name | String |
status | Status Operation | String |
statusCode | Status code | String |
statusDesc | Status Description | String |
downloadURL | download the file using this URL. | String |
createdDate | Date of Creation | String |
updatedDate | Updated Date | String |
Response Body Parameters
Parameter | Parameter description | Data type |
status | Status of the Operation | String |
statusCode | Status code for status Operation | String |
statusDesc | Status Description | String |
data | Containing data | String |
For Successful Operation.
Sample Request Body:
{
"apiusername": "isutest", "client_ref_id": "AdOZaGcsQqq38Dk5RA4VU1sMbxTeYXtAEPbcobapuu9MhGij", "name": "Roshan Das", "place": "Bhubaneswar", "reason": "Official", "transID": "ESIGN20250113165003144", "filename": "276368.pdf", "status": "SUCCESS", "statusCode": 0, "statusDesc": "SIGN SUCCESS", "downloadURL": "https://services.iserveu.online/isu/esign/downloadFile?transID=e59a920ad39179f876c33083d9182215:ba95 7bba8e0c1ced8d94b3422751366da908bad7b9ec405faa0d7283c59f8501", "createdDate": "2025-01-13 16:50:03", "updatedDate": "2025-01-13 16:51:08" } |
Sample Response Body:
{
"status": "SUCCESS", "statusCode": 0, "statusDesc": "DATA RECEIVED SUCCESSFULLY!!", "data": {} } |
For Failed Operation.
Sample Request Body:
{
"apiusername": "isutest", "client_ref_id": "AdOZaGcsQqq38Dk5RA4VU1sMbxTeYXtAEPbcobapuu9MhGij", "name": "Roshan Das", "place": "Bhubaneswar", "reason": "Official", "transID": "ESIGN20250113171754987", "filename": "tickets.pdf", "status": "FAILED", "statusCode": 1, "statusDesc": "User terminated eKYC process", "createdDate": "2025-01-13 17:17:54", "updatedDate": "2025-01-13 17:18:06" } |
Sample Response Body:
{
"status": "SUCCESS", "statusCode": 0, "statusDesc": "DATA RECEIVED SUCCESSFULLY!!", "data": {} } |