POST api/NewAndHot/CategoriesOrder
Set Order for Categories Per User
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CategoryModels |
Category Models |
Collection of CategoryModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "categoryModels": [ { "id": 1, "orderId": 2, "enable": true }, { "id": 1, "orderId": 2, "enable": true } ] }
Response Information
Response Formats
application/json, text/json
Sample:
true