POST api/Admin/GetCategory
Request Information
URI Parameters
None.
Body Parameters
GetCategoriesListName | Description | Type | Additional information |
---|---|---|---|
Fetch | integer |
Required |
|
Offset | integer |
Required |
|
CategoryId | integer |
None. |
|
CategoryType | integer |
Required |
|
Name | string |
None. |
|
OrderBy | string |
None. |
|
Sorting | integer |
None. |
|
ShortDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Fetch": 1, "Offset": 2, "CategoryId": 3, "CategoryType": 4, "Name": "sample string 5", "OrderBy": "sample string 6", "Sorting": 7, "ShortDescription": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonName | Description | Type | Additional information |
---|---|---|---|
status | string |
None. |
|
message | string |
None. |
|
data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": "sample string 1", "message": "sample string 2", "data": { "$id": "2" } }