The first thing vets-api needs to do to start a mileage submission is to find an appointment by appt date time for a user.
Impact
Doing this will allow us to kickoff the submission process.
Notes
I'm not positive an endpoint exists on the TravelPay API to find an appointment by datetime, which may mean we need to get the ext appt id sooner rather than later
This may change once we have direct access to the external (VistA or OracleHealth) appt ID - may just be able to pass that in
Issue Description
Context
The first thing vets-api needs to do to start a mileage submission is to find an appointment by appt date time for a user.
Impact
Doing this will allow us to kickoff the submission process.
Notes
Endpoint Path
http://localhost:3000/travel_pay/v0/appointments?date=<appt_datetime>
https://staging-api.va.gov/travel_pay/v0/appointments?date=<appt_datetime>
https://api.va.gov/travel_pay/v0/appointments?date=<appt_datetime>
Response Schema
Back end tasks
Acceptance Criteria