POST Discuss/FillPostForm
Request Information
URI Parameters
None.
Body Parameters
DiscissFillPostFormName | Description | Type | Additional information |
---|---|---|---|
ident |
Поле-идентификатор сохраненной формы поста |
DiscussGetFilledPostForm |
None. |
text |
Текст |
string |
None. |
uploadedFileExtId |
Идентификатор добавляемого в форму поста файла, предварительно загнруженного на files.webmoney.ru |
string |
None. |
uploadedFileName |
Имя файла, соответствующего uploadedFileExtId (если не указано, то имя файла будет взято из files.webmoney.ru) |
string |
None. |
extIDremove |
Идентификаторы удаляемых из формы поста файлов, предварительно загнруженных на files.webmoney.ru |
string |
None. |
fileSetPosition | AutosaveFileSetPositionForm |
None. |
|
shareData |
Прикреплённое описание внешней ссылки (заголовок, описание, картинка или видео) |
AutosaveShareForm |
None. |
votingData | VotingForm |
None. |
Request Formats
application/json, text/json
Sample:
{ "ident": { "eventId": 1, "parentDiscussId": 1 }, "text": "sample string 1", "uploadedFileExtId": "sample string 2", "uploadedFileName": "sample string 3", "extIDremove": "sample string 4", "fileSetPosition": { "fileId": "sample string 1", "index": 2 }, "shareData": { "selectedImageId": 1, "update": true, "del": true, "uid": "sample string 4", "title": "sample string 5", "desc": "sample string 6", "without": true }, "votingData": { "options": [ { "optionId": 1, "userId": 2, "votingId": 3, "dateAdded": "2024-11-20T14:01:32.2277862+03:00", "number": 5, "desc": "sample string 6" }, { "optionId": 1, "userId": 2, "votingId": 3, "dateAdded": "2024-11-20T14:01:32.2277862+03:00", "number": 5, "desc": "sample string 6" } ], "del": true, "optionID": 2, "desc": "sample string 3", "free": true, "revote": true, "anonymous": true, "multiple": true } }
Response Information
Resource Description
GetDiscussListViewName | Description | Type | Additional information |
---|---|---|---|
text |
Текст |
string |
None. |
attachments |
Перечень вложений (файлы, картинки) |
Collection of AttachmentView |
None. |
share |
Прикреплённое описание внешней ссылки (заголовок, описание, картинка или видео) |
ShareAutosaveView |
None. |
voting | VotingView |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.