The Rail
string · required
string · requiredstringstringstring
Calls made at Submit. Taught at /rail/stops/Submit.
Run every gate and return all failures at once.
POST
https://api-dev.slade360edi.com/orchestrator
/api/v1/visits/{visit_id}/claim/preflight
Run every gate and return all failures at once.
Not implemented yet. Not registered on this path. The registered preflight is POST /api/v2/visits/{visit_ref}/preauths/preflight, which is a preauth check rather than a claim one.
Keep from the response: reasons[]
Taught in: 08 · Submit
path Parameters
visit_idvisit id
Run every gate and return all failures at once. › Responses
200
Returns reasons[].
No data returned
Close the visit and submit. Idempotent on external_id.
POST
https://api-dev.slade360edi.com/orchestrator
/api/v1/visits/{visit_id}/claim/close
Close the visit and submit. Idempotent on external_id.
Not implemented yet. Not registered on this path. The nearest registered routes are POST /api/v1/claims/close and POST /api/v1/visits/{visit_id}/close.
Keep from the response: claim_id
Taught in: 08 · Submit
path Parameters
visit_idvisit id
Close the visit and submit. Idempotent on external_id. › Request Body
external_iddischarge_reasonclosing_authorization_refClose the visit and submit. Idempotent on external_id. › Responses
200
Returns claim_id.
No data returned

