POST api/Category/Create

Request Information

URI Parameters

None.

Body Parameters

Category
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Parant

integer

None.

CategoryLevel

integer

None.

Active

boolean

None.

Deleted

boolean

None.

Created

date

None.

Updated

date

None.

ColorCode

string

None.

SortOrder

integer

None.

IconId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Parant": 3,
  "CategoryLevel": 4,
  "Active": true,
  "Deleted": true,
  "Created": "2024-05-21T10:47:11.344664+02:00",
  "Updated": "2024-05-21T10:47:11.344664+02:00",
  "ColorCode": "sample string 8",
  "SortOrder": 9,
  "IconId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.