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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
product_id

integer

Default value is 0

variant_id

integer

None.

token

string

None.

Body Parameters

None.

Response Information

Resource Description

IResultViewModelOldOfCodeCountResponse
NameDescriptionTypeAdditional information
retval

integer

None.

retdesc

string

None.

errors

Collection of ErrorModel

None.

content

CodeCountResponse

None.

Response Formats

application/json, text/json

Sample:

Sample not available.