PUT api/TeacherSalary/UpdateTeacherSalary

Request Information

URI Parameters

None.

Body Parameters

TeacherSalary
NameDescriptionTypeAdditional information
Id

integer

None.

T_Id

integer

None.

AmountAnum

string

None.

AmountMonth

string

None.

BonusAmount

string

None.

Date

date

None.

Year

integer

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "T_Id": 2,
  "AmountAnum": "sample string 3",
  "AmountMonth": "sample string 4",
  "BonusAmount": "sample string 5",
  "Date": "2024-12-01T07:58:25.1707148+05:30",
  "Year": 7,
  "CreatedBy": "sample string 8",
  "CreatedDate": "2024-12-01T07:58:25.1707148+05:30",
  "UpdatedBy": "sample string 10",
  "UpdatedDate": "2024-12-01T07:58:25.1707148+05:30"
}

application/octet-stream

Sample:
{"$id":"1","Id":1,"T_Id":2,"AmountAnum":"sample string 3","AmountMonth":"sample string 4","BonusAmount":"sample string 5","Date":"2024-12-01T07:58:25.1707148+05:30","Year":7,"CreatedBy":"sample string 8","CreatedDate":"2024-12-01T07:58:25.1707148+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T07:58:25.1707148+05:30"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.