GET api/product/content/add/code/{product_id}/{count}?token={token}

Метод добавления содержимого типа "DigisellerCode", автоматический генерируемый системой

Request Information

URI Parameters

NameDescriptionTypeAdditional information
product_id

Идентификатор товара

integer

Required

count

Количество генерируемых кодов (-1 - неограниченно)

integer

Required

token

Токен доступа

string

None.

Body Parameters

None.

Response Information

Resource Description

IResultViewModelOldOfSuccessAddContentViewModel
NameDescriptionTypeAdditional information
retval

integer

None.

retdesc

string

None.

errors

Collection of ErrorModel

None.

content

SuccessAddContentViewModel

None.

Response Formats

application/json, text/json

Sample:

Sample not available.