Data for the repeal acceptance operation
JSON:
{
"signInfo": {
"certData": [
{
"EDRPOUCode": "",
"isTimeStamp": true,
"ownerName": "ЕДІН Тест ФОП",
"serial": "1A15A67BC8E82F4C040000003AFA04000F890B00",
"signDate": "08.08.2019 13:46 ",
"subjOrg": "ЕДІН Тест ФОП",
"subjTitle": "ЕДІН Тест ФОП"
}
],
"count": 1,
"date": null,
"hash": "3BC3AF062BCC00D51EC20EEDF6D4D7A7"
},
"signs": [
{
"sign": "MIIX0Q...Q5/XCjmk1pXR8mrASIx3U1zV0=",
"type": 1
}
]
}
Table 1 - Description of json parameters
Parameter |
Mandatory/Optional |
Format |
Description |
|---|---|---|---|
signs |
M |
ArrayList<Signs> |
Array of objects; signatures |
signInfo |
M |
Object; information about signatures |
Table 2 - Parameters description of object Signs
Parameter |
Mandatory/Optional |
Format |
Description |
|---|---|---|---|
Object Signs |
|||
sign |
string |
signed data |
|
type |
number |
sign amount in Signs object (number N) |
Table 3 - Parameters description of object SignInfo
Parameter |
Mandatory/Optional |
Format |
Description |
|---|---|---|---|
Object SignInfo |
|||
doc_id |
number |
document id |
|
date |
any |
date of signing |
|
count |
number |
amount of signatures |
|
hash |
string |
signature content hash |
|
certData |
{…} |
object; {} - conditional element of the array with information about signatures that contain data (fields) from the certificate : ownerName, EDRPOUCode, subjTitle, subjOrg, signDate, isTimeStamp, serial |