GET api/TeacherSalary/GetTeacherSalaryById/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TeacherSalaryName | Description | Type | Additional 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. |
Response 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-01T09:40:28.9511116+05:30", "Year": 7, "CreatedBy": "sample string 8", "CreatedDate": "2024-12-01T09:40:28.9511116+05:30", "UpdatedBy": "sample string 10", "UpdatedDate": "2024-12-01T09:40:28.9511116+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-01T09:40:28.9511116+05:30","Year":7,"CreatedBy":"sample string 8","CreatedDate":"2024-12-01T09:40:28.9511116+05:30","UpdatedBy":"sample string 10","UpdatedDate":"2024-12-01T09:40:28.9511116+05:30"}