PUT api/MasterProductCategories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

MasterProductCategoryBL
NameDescriptionTypeAdditional information
MasterProductCategoryId

integer

None.

MasterProductCategoryName

string

None.

IsNeedsToDelete

boolean

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.