Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_orders
NameOrder Accept
DescriptionAccept an order that belongs to you and is in the pending state.
TypePOST
URL/v9/orders/:order_id/accept
Credential TypeAPI|User

Long Description

Accept an order that belongs to you and is

...

the pending state.

...

 


Parameters

Name
Description
Type
Presence
Location
reviewer_idID of user belonging to brokeragethe User who is accepting this order.IntegerRequiredBody
seatsArray of the actual seat numbers you will be delivering.ArrayOptionalBody

 

Examples

RequestResponse
POST /v9/orders/867530 
Code Block
themeConfluence
languageruby
{
  "reviewer_id":12345,
  "seats":[12,13,14,15]
}

 

See Orders / Show