PUT v2.0/delayedDispath
Добавляет рассылку документа.
Request Information
URI Parameters
None.
Body Parameters
Рассылка документа.
Korus.Eds.Api.DelayedDispatchName | Description | Type | Additional information |
---|---|---|---|
From | date |
None. |
|
To | date |
None. |
|
IsNeedSign | boolean |
None. |
|
Receivers | Collection of Korus.Eds.Api.ClientQuery |
None. |
|
Number | string |
None. |
|
FileName | string |
None. |
|
TypeCode | string |
None. |
|
MimeType | string |
None. |
|
Content | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "from": "2025-04-29T11:20:35.8629331+03:00", "to": "2025-04-29T11:20:35.8629331+03:00", "isNeedSign": true, "receivers": [ { "id": 1, "inn": "sample string 1", "kpp": "sample string 2" }, { "id": 1, "inn": "sample string 1", "kpp": "sample string 2" } ], "number": "sample string 5", "fileName": "sample string 6", "typeCode": "sample string 7", "mimeType": "sample string 8", "content": "QEA=" }
application/xml, text/xml
Sample:
<DelayedDispatch 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 6</FileName> <From>2025-04-29T11:20:35.8629331+03:00</From> <IsNeedSign>true</IsNeedSign> <MimeType>sample string 8</MimeType> <Number>sample string 5</Number> <Receivers> <ClientQuery> <Id>1</Id> <Inn>sample string 1</Inn> <Kpp>sample string 2</Kpp> </ClientQuery> <ClientQuery> <Id>1</Id> <Inn>sample string 1</Inn> <Kpp>sample string 2</Kpp> </ClientQuery> </Receivers> <To>2025-04-29T11:20:35.8629331+03:00</To> <TypeCode>sample string 7</TypeCode> </DelayedDispatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HTTP код 201, если рассылка добавлена успешно.
None.