POST api/eli/categories
Request Information
URI Parameters
None.
Body Parameters
Eli_CategoriesName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
None. |
|
CollectionId | integer |
None. |
|
Name | string |
None. |
|
Position | integer |
None. |
|
Description | string |
None. |
|
Image | string |
None. |
|
CreateTS | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "categoryId": 1, "collectionId": 2, "name": "sample string 3", "position": 4, "description": "sample string 5", "image": "sample string 6", "createTS": "2025-01-22T11:01:05.4725604-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.