POST api/print/printcertificate/{requestNumber}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
requestNumber | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "timeStamp": "2025-05-03T20:59:03.8614508+04:00", "responseCode": "Success", "validationErrorsList": null, "response": { "fileURL": "sample string 1", "requestNumber": "sample string 2", "fileName": "sample string 3", "printedDate": "2025-05-03T20:59:03.8614508+04:00", "additionalData": { "sample string 1": {}, "sample string 3": {}, "sample string 5": {} } } }
application/xml, text/xml
Sample:
<ApiResponseOfCertificateIssueResponseoDfteiuJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Eres.Core.Processing.Model"> <Response xmlns:d2p1="http://schemas.datacontract.org/2004/07/Taqyeem.Services.Model.ResponseEntities"> <AdditionalData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 5</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </AdditionalData> <d2p1:FileName>sample string 3</d2p1:FileName> <d2p1:FileURL>sample string 1</d2p1:FileURL> <d2p1:PrintedDate>2025-05-03T20:59:03.8614508+04:00</d2p1:PrintedDate> <d2p1:RequestNumber>sample string 2</d2p1:RequestNumber> </Response> <ResponseCode>Success</ResponseCode> <TimeStamp>2025-05-03T20:59:03.8614508+04:00</TimeStamp> <ValidationErrorsList i:nil="true" /> </ApiResponseOfCertificateIssueResponseoDfteiuJ>