Orders / Accept
Name | Order Accept |
|---|---|
Description | Accept an order that belongs to you and is in the |
Type | POST |
URL | /v9/orders/:order_id/accept |
API|User |
Long Description
Accept an order that belongs to you and is the pending state.
Parameters
Name | Description | Type | Presence | Location |
|---|---|---|---|---|
| ID of the User who is accepting this order. | Integer | Required | Body |
| Array of the actual seat numbers you will be delivering. | Array of Integers | Optional | Body |
Examples
Request | Response |
|---|---|
|
|
{
"reviewer_id":12345,
"seats":[12,13,14,15]
} |
See Orders / Show |