POST api/MasterProductCategory

Request Information

URI Parameters

None.

Body Parameters

Collection of MasterProductCategoryBL
NameDescriptionTypeAdditional information
MasterProductCategoryId

integer

None.

ProjectId

integer

None.

MasterProductCategoryName

string

None.

ProjectName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "MasterProductCategoryId": 1,
    "ProjectId": 1,
    "MasterProductCategoryName": "sample string 2",
    "ProjectName": "sample string 3",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:38:12.953606Z"
  },
  {
    "MasterProductCategoryId": 1,
    "ProjectId": 1,
    "MasterProductCategoryName": "sample string 2",
    "ProjectName": "sample string 3",
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:38:12.953606Z"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MasterProductCategoryBL
NameDescriptionTypeAdditional information
MasterProductCategoryId

integer

None.

ProjectId

integer

None.

MasterProductCategoryName

string

None.

ProjectName

string

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "MasterProductCategoryId": 1,
  "ProjectId": 1,
  "MasterProductCategoryName": "sample string 2",
  "ProjectName": "sample string 3",
  "IsActive": true,
  "NeedsToDelete": true,
  "CreatedDate": "2025-12-06T04:38:12.953606Z"
}