put https://staging.govisibly.com/api/v2/partners/sessions
Change a prescription or order during an active session.
SUMMARY
Update a session when a user has non-terminal changes such as products ordered or prescriptions renewed. All of the fields required during creation are also required here, as the associated records will be replaced in their entirety.
This should not be called when a session/order is being cancelled.
You cannot update prescriptions and products once a user has begun the exam.
JSON
{
"user_key": "user1",
"session_key": "session1",
"user": {},
"order": {},
"prescriptions": []
}