GET api/dictionary/categories/{id_seller}/{rootId}

Get seller categories

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_seller

Seller ID

integer

Required

rootId

Parent category ID. Set to 0 to return the entire category tree.

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

IResultViewModelOldOfListOfSellerTreeCategoryViewModel
NameDescriptionTypeAdditional information
retval

integer

None.

retdesc

string

None.

errors

Collection of ErrorModel

None.

content

Collection of SellerTreeCategoryViewModel

None.

Response Formats

application/json, text/json

Sample:

Sample not available.