POST api/product/content/add/files/{product_id}/{count}?token={token}
Метод добавления содержимого типа "Файл" из архива (до 200)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| product_id |
Идентификатор товара |
integer |
Required |
| token |
Токен доступа |
string |
Required |
| count |
Проверка количества товаров. |
integer |
None. |
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.