| All Verbs | /SignDocumentPDF/{ClientKey} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientKey | path | string | No | |
| AuthorizationID | query | string | No | |
| UserSSN | query | string | No | |
| DocumentId | query | long | No | |
| Message | query | string | No | |
| SigningReason | query | string | No | |
| Location | query | int | No | |
| SigningLocation | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | bool | No | |
| ServiceSuccessResult | form | bool | No | |
| ErrorMesage | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /SignDocumentPDF/{ClientKey} HTTP/1.1
Host: imzagerservices.eyyubiye.bel.tr
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
ClientKey: String,
AuthorizationID: String,
UserSSN: String,
DocumentId: 0,
Message: String,
SigningReason: String,
Location: 0,
SigningLocation: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Result: False,
ServiceSuccessResult: False,
ErrorMesage: String
}