Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time handling on backend requests #116

Open
WolfusFlow opened this issue Oct 1, 2024 · 0 comments
Open

Time handling on backend requests #116

WolfusFlow opened this issue Oct 1, 2024 · 0 comments
Labels

Comments

@WolfusFlow
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Inbox
Development

No branches or pull requests

1 participant