GET api/Order/GetAllDetailsByOrder/{id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "OrderId": 2, "OrderNumber": "sample string 3", "ProductId": 4, "ProductName": "sample string 5", "Quantity": 6, "SalePrice": 7.1, "IsMonthlyBillActive": true }, { "$ref": "1" }, { "$ref": "1" } ]