POST api/eli/categories
Request Information
URI Parameters
None.
Body Parameters
Eli_Categories| Name | 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-11-23T06:06:14.8331188-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.