POST api/ProductCategory

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductCategoryBL
NameDescriptionTypeAdditional information
ProductCategoryId

integer

None.

MasterProductCategoryId

integer

None.

ProductCategoryName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

MasterProductCategoryName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ProductCategoryId": 1,
    "MasterProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:36:39.0002105Z",
    "MasterProductCategoryName": "sample string 4"
  },
  {
    "ProductCategoryId": 1,
    "MasterProductCategoryId": 1,
    "ProductCategoryName": "sample string 2",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:36:39.0002105Z",
    "MasterProductCategoryName": "sample string 4"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductCategoryBL
NameDescriptionTypeAdditional information
ProductCategoryId

integer

None.

MasterProductCategoryId

integer

None.

ProductCategoryName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

MasterProductCategoryName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ProductCategoryId": 1,
  "MasterProductCategoryId": 1,
  "ProductCategoryName": "sample string 2",
  "IsActive": true,
  "NeedsToDelete": true,
  "CreatedDate": "2025-12-06T04:36:39.2970464Z",
  "MasterProductCategoryName": "sample string 4"
}