Checkpoint 2 (C2) Copy
PUT {{bookingBaseUri}}/order-quotes/{{uuid}}
Request Body
{"@context"=>"https://openactive.io/", "@type"=>"OrderQuote", "brokerRole"=>"https://openactive.io/AgentBroker", "broker"=>{"@type"=>"Organization", "name"=>"Example Broker", "url"=>"https://broker.example.com", "description"=>"A fitness app for imaginary people", "logo"=>{"@type"=>"ImageObject", "url"=>"http://broker.example.com/images/logo.png"}, "address"=>{"@type"=>"PostalAddress", "streetAddress"=>"Alan Peacock Way", "addressLocality"=>"Village East", "addressRegion"=>"Middlesbrough", "postalCode"=>"TS4 3AE", "addressCountry"=>"GB"}}, "customer"=>{"@type"=>"Person", "email"=>"geoffcapes@example.com", "telephone"=>"020 811 8055", "givenName"=>"Geoff", "familyName"=>"Capes"}, "seller"=>"{{sellerIdForTests}}", "orderedItem"=>[{"@type"=>"OrderItem", "position"=>0, "acceptedOffer"=>"{{acceptedOfferId}}", "orderedItem"=>"{{opportunityId}}"}], "payment"=>{"@type"=>"stripe:PaymentIntent", "stripe:paymentPageUrl"=>"https://example.com/checkout"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |