POST services/api/v1/Update_ItemCategory

Request Information

URI Parameters

None.

Body Parameters

Collection of Item_Category_Edit_Master
NameDescriptionTypeAdditional information
SelectItem

boolean

None.

Name

string

None.

Barcode

string

None.

Unit

string

None.

CostPrice

decimal number

None.

SellingPrice

decimal number

None.

Department

string

None.

Category

string

None.

SubCategory

string

None.

ItemCode

string

None.

DepId

integer

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "SelectItem": true,
    "Name": "sample string 2",
    "Barcode": "sample string 3",
    "Unit": "sample string 4",
    "CostPrice": 5.0,
    "SellingPrice": 6.0,
    "Department": "sample string 7",
    "Category": "sample string 8",
    "SubCategory": "sample string 9",
    "ItemCode": "sample string 10",
    "DepId": 11,
    "Id": 12
  },
  {
    "SelectItem": true,
    "Name": "sample string 2",
    "Barcode": "sample string 3",
    "Unit": "sample string 4",
    "CostPrice": 5.0,
    "SellingPrice": 6.0,
    "Department": "sample string 7",
    "Category": "sample string 8",
    "SubCategory": "sample string 9",
    "ItemCode": "sample string 10",
    "DepId": 11,
    "Id": 12
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Item_Category_Edit_Master
NameDescriptionTypeAdditional information
SelectItem

boolean

None.

Name

string

None.

Barcode

string

None.

Unit

string

None.

CostPrice

decimal number

None.

SellingPrice

decimal number

None.

Department

string

None.

Category

string

None.

SubCategory

string

None.

ItemCode

string

None.

DepId

integer

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SelectItem": true,
    "Name": "sample string 2",
    "Barcode": "sample string 3",
    "Unit": "sample string 4",
    "CostPrice": 5.0,
    "SellingPrice": 6.0,
    "Department": "sample string 7",
    "Category": "sample string 8",
    "SubCategory": "sample string 9",
    "ItemCode": "sample string 10",
    "DepId": 11,
    "Id": 12
  },
  {
    "SelectItem": true,
    "Name": "sample string 2",
    "Barcode": "sample string 3",
    "Unit": "sample string 4",
    "CostPrice": 5.0,
    "SellingPrice": 6.0,
    "Department": "sample string 7",
    "Category": "sample string 8",
    "SubCategory": "sample string 9",
    "ItemCode": "sample string 10",
    "DepId": 11,
    "Id": 12
  }
]