| All Verbs | /SignDocumentEYPV2/ |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| eypImzaType | query | EYPImzaType | No | |
| ClientKey | query | string | No | |
| AuthorizationID | query | string | No | |
| UserSSN | query | string | No | |
| AgentMessage | query | string | No | |
| DocumentId | query | long | No | |
| stampYn | query | bool | No | |
| StampSSN | query | string | No |
| Name | Value | |
|---|---|---|
| ParafOzetiImza | 1 | |
| PaketOzetiImza | 2 | |
| NihaiOzetMuhur | 3 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ServiceSuccessResult | form | bool | No | |
| ErrorMesage | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /SignDocumentEYPV2/ HTTP/1.1
Host: imzagerservices.eyyubiye.bel.tr
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"eypImzaType":"ParafOzetiImza","ClientKey":"String","AuthorizationID":"String","UserSSN":"String","AgentMessage":"String","DocumentId":0,"stampYn":false,"StampSSN":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"Result":false,"ServiceSuccessResult":false,"ErrorMesage":"String"}