POST
/
orders
curl --request POST \
  --url https://api.daraa.io/orders \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "identifiers": [
    {}
  ],
  "generatedMaps": [
    {}
  ],
  "raw": "<any>"
}

Body

application/json · any

The body is of type any.

Response

200 - application/json
Ok

Result object returned by InsertQueryBuilder execution.

identifiers
object[]
required

Contains inserted entity id. Has entity-like structure (not just column database name and values).

Interface of the simple literal object with any string keys.

generatedMaps
object[]
required

Generated values returned by a database. Has entity-like structure (not just column database name and values).

Interface of the simple literal object with any string keys.

raw
any
required

Raw SQL result returned by executed query.