POST
/
vendor
/
reservations
{
  "reservation": {
    "id": "<string>",
    "line_item_id": "<string>",
    "location_id": "<string>",
    "quantity": 123,
    "external_id": "<string>",
    "description": "<string>",
    "inventory_item_id": "<string>",
    "created_by": "<string>",
    "deleted_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fields
string

Comma-separated fields to include in the response.

Body

application/json

Response

201 - application/json

OK

The response is of type object.