POST api/MBProgress/GetPanchkarmaAd

Request Information

URI Parameters

None.

Body Parameters

Progress_UserDiet_Request
NameDescriptionTypeAdditional information
UserUUID

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "sample string 1",
  "StartDate": "2026-01-15T19:20:39.8746447+05:30",
  "EndDate": "2026-01-15T19:20:39.8746447+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Progress_UserDiet_Request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.