API-json
POST /v1/SignRequest/Create
Request Body
{
"apiKey": "e3e88aaf-eda9-4f0b-b2fc-c083b6d9590c",
"title": "Test Document",
"isForceCreate": false,
"tableId": 1,
"documentId": 17,
"documentIdAsString": "17",
"documentType": "Conclusion",
"signDataTypeId": 2,
"isAllowMultiple": true,
"signData": "test",
"hashAlgorithmId": 1,
"printableLink": "https://drive.google.com/file/d/1nd-Yt8k7ahe7zzTHgmoGKD-GZkdo2bAr/view?usp=sharing",
"printableLinkExt": "pdf",
"templateId": 17,
"isVisibleToOthers": true,
"signatureMethodIds": [1, 2],
"signRequestActionTypes": [
{
"actionTypeId": 2,
"actionTypeName": "Qabul qilish",
"templateId": 17,
"translates": [
{
"languageCode": "RU",
"name": "Принять"
},
{
"languageCode": "UZ_CYRL",
"name": "Қабул қилиш"
}
]
},
{
"actionTypeId": 9,
"actionTypeName": "Rad etish",
"templateId": 17,
"translates": [
{
"languageCode": "RU",
"name": "Отклонить"
},
{
"languageCode": "UZ_CYRL",
"name": "Рад этиш"
}
]
}
],
"signRequestUsers": [
{
"docStatusId": 2,
"userInfo": "Temur Fayzullayev",
"userKey": "501***********",
"userId": 1,
"signPriority": 1,
"ipAddress": "192.168.0.1",
"userAgent": "CHROME main pc",
"userPhoneNumber": "990999999"
}
],
}
200 OK Response
{
"success": true,
"result": {
"requestId": "6d9a11e9-9476-4fe6-8e28-6f5c89949ab0",
"secretKey": "8a977cf3-94b8-4f40-8c0d-695e91d30348",
"smsInformed": true
}
}
Bad Request Response
{
"success": false,
"error": {
"code": "108",
"message": "Имзоланаётган маълумотда ўзгариш юз берган. Имзолаш учун янги сўров юборинг"
}
}
POST /v1/SignRequest/Get
Request Body
{
"apiKey": "e3e88aaf-eda9-4f0b-b2fc-c083b6d9590c",
"requestId": "6d9a11e9-9476-4fe6-8e28-6f5c89949ab0",
"secretKey": "8a977cf3-94b8-4f40-8c0d-695e91d30348"
}
200 OK Response
{
"success": true,
"result": {
"id": "6d9a11e9-9476-4fe6-8e28-6f5c89949ab0",
"secretKey": "8a977cf3-94b8-4f40-8c0d-695e91d30348",
"title": "Test Document",
"tableId": 1,
"documentId": 21,
"documentIdAsString": null,
"documentType": "Conclusion",
"signDataTypeId": 2,
"signData": "test",
"signerUserCount": 1,
"signedUserCount": 1,
"haveMoreSignUser": false,
"previewPrintableLink": null,
"printableLink": "https://drive.google.com/file/d/1nd-Yt8k7ahe7zzTHgmoGKD-GZkdo2bAr/view?usp=sharing",
"printableLinkExt": null,
"isVisibleToOthers": true,
"signRequestUsers": [
{
"id": "a90788b7-d1eb-4531-b476-72675b50ada6",
"userKey": "501***********",
"userInfo": "Temur Fayzullayev",
"userPhoneNumber": "990999999",
"userId": null,
"isSigned": true,
"signPriority": 1,
"docStatusId": 2,
"signedAt": "31.08.2024 18:11:55",
"actionTypeId": 2,
"signatureMethodId": 3,
"signDetails": null
}
],
"signatureMethods": [
{
"signRequestId": "6d9a11e9-9476-4fe6-8e28-6f5c89949ab0",
"signatureMethodId": 1,
"signatureMethodName": "e-imzo orqali imzolash"
},
{
"signRequestId": "6d9a11e9-9476-4fe6-8e28-6f5c89949ab0",
"signatureMethodId": 3,
"signatureMethodName": "SMS kod orqali imzolash"
}
]
}
}
Bad Request Response
{
"success": false,
"error": {
"code": "101",
"message": "'e3e88aaf-eda9-4f0b-b2fc-c083b6d9590c' га боғланган ташқи тизим ва модул топилмади"
}
}