Body
application/json
Response
OK
The response is of type OrderOutputExample · object[]
.
curl --request POST \
--url https://api.sandbox.usenash.com/v1/orders \
--header 'Content-Type: application/json' \
--data '{
"orders": [
"<any>"
]
}'
[
"<any>"
]
curl --request POST \
--url https://api.sandbox.usenash.com/v1/orders \
--header 'Content-Type: application/json' \
--data '{
"orders": [
"<any>"
]
}'
[
"<any>"
]
OK
The response is of type OrderOutputExample · object[]
.