put
https://staging.govisibly.com/api/v2/partners/sessions
Change a prescription or order during an active session.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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": []
} 200Session updated
400Invalid request
401Authentication required
404Session not found
422Session cannot be updated

