GET api/OrderDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OrderDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderDetailId | integer |
None. |
|
| OrderId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Quantity | integer |
None. |
|
| UnitPrice | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderDetailId": 1,
"OrderId": 1,
"ProductId": 1,
"Quantity": 1,
"UnitPrice": 1.0
},
{
"OrderDetailId": 1,
"OrderId": 1,
"ProductId": 1,
"Quantity": 1,
"UnitPrice": 1.0
}
]