CSR-LC / csr-be

Back-end application for CSR project
0 stars 1 forks source link

Time handling on backend requests #116

Open WolfusFlow opened 3 weeks ago

WolfusFlow commented 3 weeks ago

In the body of endpoints: post/equipment/{equipmentId}/blocking

{ ... end_date start_date: ... ... }

post/v1/orders

{ ... rent_end: ... rent_start: ... ... }

Mentioned fields are send as date time object type and should be changed to int time format of unix nano