POST v2.0/document/{id}/createAvoidanceRequestClarificationNotice?reason={reason}
Формирует ответную квитанцию отказ от предложения на аннулирование документа (УОУ).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Идентификатор документа. |
integer |
Required |
reason |
Причина формирования отказа аннулирования документа. |
string |
Required |
Body Parameters
Данные по МЧД для создания квитанций.
Korus.Eds.Api.MchdDataName | Description | Type | Additional information |
---|---|---|---|
Uuid | string |
None. |
|
StartDate | date |
None. |
|
InternalRegistrationNumber | string |
None. |
|
InternalRegistrationDate | date |
None. |
|
MchdViewType | Korus.Eds.Core.MchdViewType |
None. |
|
AccessMode | string |
None. |
|
MchdInn | string |
None. |
|
MchdConfidantInn | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "uuid": "sample string 1", "startDate": "2025-04-29T17:04:30.314735+03:00", "internalRegistrationNumber": "sample string 2", "internalRegistrationDate": "2025-04-29T17:04:30.314735+03:00", "mchdViewType": 0, "accessMode": "sample string 3", "mchdInn": "sample string 4", "mchdConfidantInn": "sample string 5" }
application/xml, text/xml
Sample:
<MchdData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Korus.Eds.Api"> <AccessMode>sample string 3</AccessMode> <InternalRegistrationDate>2025-04-29T17:04:30.314735+03:00</InternalRegistrationDate> <InternalRegistrationNumber>sample string 2</InternalRegistrationNumber> <MchdConfidantInn>sample string 5</MchdConfidantInn> <MchdInn>sample string 4</MchdInn> <MchdViewType>None</MchdViewType> <StartDate>2025-04-29T17:04:30.314735+03:00</StartDate> <Uuid>sample string 1</Uuid> </MchdData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Возвращает сформированную квитанцию для аннулирования документа.
Korus.Eds.Api.FileContentName | Description | Type | Additional information |
---|---|---|---|
Filename | string |
None. |
|
MimeType | string |
None. |
|
Content | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "filename": "sample string 1", "mimeType": "sample string 2", "content": "QEA=" }
application/xml, text/xml
Sample:
<FileContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Korus.Eds.Api"> <Content>QEA=</Content> <Filename>sample string 1</Filename> <MimeType>sample string 2</MimeType> </FileContent>