POST services/api/rest/v1/Save_Category

Request Information

URI Parameters

None.

Body Parameters

RestCategory_Master
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Code

string

None.

ImagePath

string

None.

GroupedUnderId

integer

None.

ShowinMenu

boolean

None.

LocId

integer

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Code": "sample string 3",
  "ImagePath": "sample string 4",
  "GroupedUnderId": 1,
  "ShowinMenu": true,
  "LocId": 6,
  "UserId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RestCategory_Master
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Code

string

None.

ImagePath

string

None.

GroupedUnderId

integer

None.

ShowinMenu

boolean

None.

LocId

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Code": "sample string 3",
  "ImagePath": "sample string 4",
  "GroupedUnderId": 1,
  "ShowinMenu": true,
  "LocId": 6,
  "UserId": 1
}