PUT api/ProductCategories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ProductCategoryBL
NameDescriptionTypeAdditional information
ProductCategoryId

integer

None.

ProductCategoryName

string

None.

MasterProductCategoryName

string

None.

MasterProductCategoryId

integer

None.

IsNeedsToDelete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductCategoryId": 1,
  "ProductCategoryName": "sample string 2",
  "MasterProductCategoryName": "sample string 3",
  "MasterProductCategoryId": 1,
  "IsNeedsToDelete": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.