GET api/product/content/code/count?product_id={product_id}&variant_id={variant_id}&token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
product_id | integer |
Default value is 0 |
|
variant_id | integer |
None. |
|
token | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IResultViewModelOldOfCodeCountResponseName | Description | Type | Additional 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.