Container carrying the four downstream submission bodies: cyberSubmissionRequest (base), fullCyberSubmissionRequest (full), quoteRequest (quote), and bindQuoteCyberRequest (bind). Each object is forwarded verbatim to its matching step — use the same JSON the standalone /submission/{base,full,quote,bind} endpoints accept.
GlobalSubmissionRequest
Container carrying the four downstream submission bodies, one per step of the TridentGlobalSubmission state machine. Each object is forwarded verbatim to its matching step — they are the same payloads the standalone /submission/{base,full,quote,bind} endpoints accept. policyKey / policyActivityKey are NOT supplied here; the base step mints them and the state machine propagates them to the full, quote and bind steps.
Base submission body — forwarded to POST /submission/base.
Show Child Parameters
Full submission body — forwarded to POST /submission/full.
Show Child Parameters
Quote body — forwarded to POST /submission/quote.
Show Child Parameters
Bind body — forwarded to POST /submission/bind.