GET api/HR/GetTripRepository?FromArea={FromArea}&ToArea={ToArea}&InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| FromArea | No documentation available. |
Define this parameter in the request URI. |
| ToArea | No documentation available. |
Define this parameter in the request URI. |
| InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"FromArea": 1,
"ToArea": 2,
"TripPrice": 3,
"FixedPrice": true,
"CreatedEmpId": 1,
"CreatedDate": "2025-12-17T21:56:55.0549465+02:00",
"UpdatedEmpId": 1,
"UpdatedDate": "2025-12-17T21:56:55.0549465+02:00",
"DeletedEmpId": 1,
"DeletedDate": "2025-12-17T21:56:55.0549465+02:00",
"IsDeleted": true,
"Id": 6
}
application/xml, text/xml
Sample:
<Acc_FromToTripPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>6</Id> <CreatedDate>2025-12-17T21:56:55.0549465+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-12-17T21:56:55.0549465+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-12-17T21:56:55.0549465+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <FixedPrice>true</FixedPrice> <FromArea>1</FromArea> <ToArea>2</ToArea> <TripPrice>3</TripPrice> </Acc_FromToTripPrice>