POST api/MBProgress/GetActiveProgessReportforUser

Request Information

URI Parameters

None.

Body Parameters

Progress_CategoryMst
NameDescriptionTypeAdditional information
Id

integer

None.

ImageIcon

string

Max length: -1

ProgressCategory

string

Max length: -1

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

string

Required

Max length: 50

ModifiedOn

date

None.

ModifiedBy

string

Max length: 50

ProgressStatusID

integer

None.

ProgressRate

decimal number

None.

UserId

integer

None.

UserUUID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ImageIcon": "sample string 2",
  "ProgressCategory": "sample string 3",
  "IsActive": true,
  "CreatedOn": "2025-05-10T16:11:20.0465142+05:30",
  "CreatedBy": "sample string 4",
  "ModifiedOn": "2025-05-10T16:11:20.0465142+05:30",
  "ModifiedBy": "sample string 5",
  "ProgressStatusID": 1,
  "ProgressRate": 1.1,
  "UserId": 1,
  "UserUUID": "sample string 6"
}

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.