Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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 in the pending state.

 

Parameters

Name
Description
Type
Presence
Location
reviewer_idID of user belonging to brokerageIntegerRequiredBody
seatsArray of the actual seat numbers you will be delivering.ArrayOptionalBody

 

Examples

RequestResponse
 
{
  "reviewer_id":12345,
  "seats":[12,13,14,15]
}

 

See Orders / Show

  • No labels