POST api/MBProgress/AddDietSubCategory

Request Information

URI Parameters

None.

Body Parameters

Progress_DietSubCategoryMst
NameDescriptionTypeAdditional information
Id

integer

None.

DietSubCategory

string

Max length: -1

DietCategoryMstId

integer

None.

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

string

Required

Max length: 50

ModifiedOn

date

None.

ModifiedBy

string

Max length: 50

DietCategory

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DietSubCategory": "sample string 2",
  "DietCategoryMstId": 1,
  "IsActive": true,
  "CreatedOn": "2025-05-10T16:23:55.4265799+05:30",
  "CreatedBy": "sample string 3",
  "ModifiedOn": "2025-05-10T16:23:55.4265799+05:30",
  "ModifiedBy": "sample string 4",
  "DietCategory": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.