v1
latestOpenAPI 3.1.02026-07-2418201.6 MBPAN to UDYAM
post/v2/bytes/converter/pan/udyam
Headers
client_idstring required
ID/identifier that is provided by Decentro to a specific client and environment. Please note, this may change based on the environment you are on.
client_secretstring required
A confidential key used by your application to authenticate itself securely with the API server.
Request body
Response
200
Example response
{
"decentroTxnId": "XXXXXXXXXXXXX",
"status": "SUCCESS",
"responseCode": "S00000",
"message": "Udyam records retrieved Successfully",
"data": {
"result": [
{
"udyamNumber": "UDYAM-TS-01-0001000",
"udyamName": "Madhura A Meal Company",
"panLinkedToUdyam": "AAAAA0001A"
}
]
},
"responseKey": "success_udyam_found"
}