| All Verbs | /GetTimeStampValidation/{UserName} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UserName | path | string | No | |
| Password | query | string | No | |
| LogHash | query | string | No | |
| SignedData | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | TimeStampValidationResult | No | |
| ServiceSuccessResult | form | bool | No | |
| ErrorMesage | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Status | form | string | No | |
| Message | form | string | No | |
| TimeStampDate | form | DateTime | No | |
| TimeStampCertificate | form | DabCertificateClass | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SignerName | form | string | No | |
| SignerUserSSN | form | string | No | |
| SignerProvider | form | string | No | |
| SignerCertStartDate | form | string | No | |
| SignerCertEndDate | form | string | No | |
| SignerCertBase64 | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /GetTimeStampValidation/{UserName} HTTP/1.1
Host: imzagerservices.eyyubiye.bel.tr
Accept: application/json
Content-Type: application/json
Content-Length: length
{"UserName":"String","Password":"String","LogHash":"String","SignedData":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Result":{"Status":"String","Message":"String","TimeStampDate":"\/Date(-62135596800000-0000)\/","TimeStampCertificate":{"SignerName":"String","SignerUserSSN":"String","SignerProvider":"String","SignerCertStartDate":"String","SignerCertEndDate":"String","SignerCertBase64":"String"}},"ServiceSuccessResult":false,"ErrorMesage":"String"}