GET api/YearMasters/GetYearMaster/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
YearMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Year | string |
None. |
|
| LastUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Year": "sample string 2",
"LastUpdated": "2026-07-31T15:21:11.0296212-07:00"
}
application/xml, text/xml
Sample:
<YearMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BILLING.DAL.DataModel"> <Id>1</Id> <LastUpdated>2026-07-31T15:21:11.0296212-07:00</LastUpdated> <Year>sample string 2</Year> </YearMaster>