POST api/monthlyperformance/monthlyperformancesave

Request Information

URI Parameters

None.

Body Parameters

MonthlyPerformanceSaveRequest
NameDescriptionTypeAdditional information
MonthlyPerformanceId

string

None.

Month

string

None.

Year

string

None.

ProfessionalId

string

None.

RegularReportScore

string

None.

ImprovementsScore

string

None.

GratefulnessScore

string

None.

FollowingInstructionScore

string

None.

FollowingTimelineScore

string

None.

ProductivityPercent

string

None.

PerformancePercent

string

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MonthlyPerformanceId": "sample string 1",
  "Month": "sample string 2",
  "Year": "sample string 3",
  "ProfessionalId": "sample string 4",
  "RegularReportScore": "sample string 5",
  "ImprovementsScore": "sample string 6",
  "GratefulnessScore": "sample string 7",
  "FollowingInstructionScore": "sample string 8",
  "FollowingTimelineScore": "sample string 9",
  "ProductivityPercent": "sample string 10",
  "PerformancePercent": "sample string 11",
  "CreatedBy": "sample string 12"
}

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.