GET api/product/platform/category/add/{product_id}/{category_id}?token={token}
Добавление товара в подкатегорию торговой площадки
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
Токен авторизации |
string |
Required |
| product_id |
Идентификатор товара |
integer |
Required |
| category_id |
Идентификатор подкатегории |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IResultViewModelOldOfResponseViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| retval | integer |
None. |
|
| retdesc | string |
None. |
|
| errors | Collection of ErrorModel |
None. |
|
| content | ResponseViewModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.