POST
/
v1
/
orders
Create Orders
curl --request POST \
  --url https://api.sandbox.usenash.com/v1/orders \
  --header 'Content-Type: application/json' \
  --data '{
  "orders": [
    "<any>"
  ]
}'
[
  "<any>"
]

Body

application/json

Response

OK

The response is of type OrderOutputExample · object[].