POST api/product/content/add/file/{product_id}?token={token}
Метод добавления содержимого типа "Файл"
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| product_id |
Идентификатор товара |
integer |
Required |
| token |
Токен доступа |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IResultViewModelOldOfListOfFileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| retval | integer |
None. |
|
| retdesc | string |
None. |
|
| errors | Collection of ErrorModel |
None. |
|
| content | Collection of FileModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.