Class XII Marksheet
POST
/hscer/certificate
APIs
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apisetu.gov.in/pseb/v3/hscer/certificate' \
--header 'Content-Type: application/json' \
--data-raw '{
"certificateParameters": {
"FullName": "Sunil Kumar",
"UID": "123412341234",
"rollno": "102012xxxx",
"year": "2018,2019,2020"
},
"consentArtifact": {
"consent": {
"consentId": "ea9c43aa-7f5a-4bf3-a0be-e1caa24737ba",
"data": {
"id": "string"
},
"dataConsumer": {
"id": "string"
},
"dataProvider": {
"id": "string"
},
"permission": {
"access": "string",
"dateRange": {
"from": "2019-08-24T14:15:22Z",
"to": "2019-08-24T14:15:22Z"
},
"frequency": {
"repeats": 0,
"unit": "string",
"value": 0
}
},
"purpose": {
"description": "string"
},
"timestamp": "2019-08-24T14:15:22Z",
"user": {
"email": "string",
"idNumber": "string",
"idType": "string",
"mobile": "string"
}
},
"signature": {
"signature": "string"
}
},
"format": "pdf",
"txnId": "f7f1469c-29b0-4325-9dfc-c567200a70f7"
}'
Response Response Example
200 - Example 1
{}
Request
Body Params application/json
Responses
Modified at 2022-09-14 06:55:16