orders
Place an order for a device
post/orders
Request body
Example request
{
"id": 1,
"deviceId": 1,
"quantity": 5,
"shipDate": "2020-06-17T04:40:55.605Z",
"status": "placed",
"complete": false
}Response
successfully created the order
Example response
{
"id": 1,
"deviceId": 1,
"quantity": 5,
"shipDate": "2020-06-17T04:40:55.605Z",
"status": "placed",
"complete": false
}