Violation Elimination Report
We have already seen how to get acc_token in Credentials section
As soon as the monitoring in addressed status, its tender owner can provide a report about violation eliminations:
PUT /api/2.5/monitorings/05c8521747ee4ed096200197b78b5990/eliminationReport?acc_token=7df700c867f34f4babc8f5cacfad1d5a HTTP/1.0
Authorization: Basic YnJva2VyOmJyb2tlcg==
Content-Length: 443
Content-Type: application/json
Host: audit-api-sandbox.prozorro.gov.ua
DATA:
{
"data": {
"description": "The procurement requirements have been fixed and the changes are attached.",
"documents": [
{
"title": "requirements.doc",
"url": "http://public-docs-sandbox.prozorro.gov.ua/get/c58a40771f0a41d0880fa3397981d0f7?Signature=QVY7PJHGoIuKekQQa5Krhq%2BgsCPu2c3jQB7fdIwh5ecvQgfbyvNl2miYHg7UHoD%2FDIdLEI3XO6a91eNB7IJ%2BDA%3D%3D&KeyID=a8968c46",
"hash": "md5:00000000000000000000000000000000",
"format": "application/msword"
}
]
}
}
Response: 200 OK
Content-Type: application/json
Set-Cookie: SESSION=eyJvcGVyYXRpb25fdGltZSI6IHsiJHRpbWVzdGFtcCI6IHsidCI6IDE3NjIyNTM5ODksICJpIjogOH19LCAiY2x1c3Rlcl90aW1lIjogeyJjbHVzdGVyVGltZSI6IHsiJHRpbWVzdGFtcCI6IHsidCI6IDE3NjIyNTM5ODksICJpIjogOH19LCAic2lnbmF0dXJlIjogeyJoYXNoIjogeyIkYmluYXJ5IjogeyJiYXNlNjQiOiAiVTVHaDJDcUVVek5VVkEyTEQrNFBrcHhnM1pRPSIsICJzdWJUeXBlIjogIjAwIn19LCAia2V5SWQiOiA3NTY2NjI5NjY4NDY4NTU1NzgzfX19; Path=/
X-Content-Type-Options: nosniff
{
"data": {
"description": "The procurement requirements have been fixed and the changes are attached.",
"documents": [
{
"id": "4820321127804cbda582d5ffc782f838",
"hash": "md5:00000000000000000000000000000000",
"title": "requirements.doc",
"format": "application/msword",
"url": "http://public-docs-sandbox.prozorro.gov.ua/get/c58a40771f0a41d0880fa3397981d0f7?Signature=4coRPCRhZJJYXMLoxQp%2FfVCpbJ3Jyemnu8GiBz90%252Bfaa03hZxCQc9LUMKa7KER0%252BPE01PtDqAyj%2FGb9EQRVSAA%253D%253D&KeyID=a8968c46",
"datePublished": "2018-01-07T02:00:00+02:00",
"dateModified": "2018-01-07T02:00:00+02:00",
"author": "tender_owner"
}
],
"dateCreated": "2018-01-07T02:00:00+02:00",
"datePublished": "2018-01-07T02:00:00+02:00"
}
}
That’s it.

