GET api/MileAgeRate
Get a current MileAgeRate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MileAgeRateDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Rate | decimal number |
None. |
|
InsertDate | date |
None. |
|
InsertBy | integer |
None. |
|
UpdateDate | date |
None. |
|
UpdateBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Rate": 2.0, "InsertDate": "2025-04-29T10:09:44.2701793-06:00", "InsertBy": 1, "UpdateDate": "2025-04-29T10:09:44.2701793-06:00", "UpdateBy": 1 }, { "Id": 1, "Rate": 2.0, "InsertDate": "2025-04-29T10:09:44.2701793-06:00", "InsertBy": 1, "UpdateDate": "2025-04-29T10:09:44.2701793-06:00", "UpdateBy": 1 } ]
text/html
Sample:
[{"Id":1,"Rate":2.0,"InsertDate":"2025-04-29T10:09:44.2701793-06:00","InsertBy":1,"UpdateDate":"2025-04-29T10:09:44.2701793-06:00","UpdateBy":1},{"Id":1,"Rate":2.0,"InsertDate":"2025-04-29T10:09:44.2701793-06:00","InsertBy":1,"UpdateDate":"2025-04-29T10:09:44.2701793-06:00","UpdateBy":1}]
application/xml, text/xml
Sample:
<ArrayOfMileAgeRateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <MileAgeRateDTO> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T10:09:44.2701793-06:00</InsertDate> <Rate>2</Rate> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T10:09:44.2701793-06:00</UpdateDate> </MileAgeRateDTO> <MileAgeRateDTO> <Id>1</Id> <InsertBy>1</InsertBy> <InsertDate>2025-04-29T10:09:44.2701793-06:00</InsertDate> <Rate>2</Rate> <UpdateBy>1</UpdateBy> <UpdateDate>2025-04-29T10:09:44.2701793-06:00</UpdateDate> </MileAgeRateDTO> </ArrayOfMileAgeRateDTO>