POST v2.0/document/{id}/fixationCancel
Отправка отмены фиксации в ГИСМТ.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Идентификатор документа. |
integer |
Required |
Body Parameters
Запрос на отправку отмены фиксации в ГИСМТ.
Korus.Eds.Api.FixationCancelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Document | Collection of byte |
None. |
|
| Signature | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"document": "QEA=",
"signature": "QEA="
}
application/xml, text/xml
Sample:
<FixationCancelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Korus.Eds.Api"> <Document>QEA=</Document> <Signature>QEA=</Signature> </FixationCancelRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Результат выполнения операции.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>