POST api/orders
Request Information
URI Parameters
None.
Body Parameters
OrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| CustomerId | string |
None. |
|
| ProductId | string |
None. |
|
| Customer | string |
None. |
|
| Product | string |
None. |
|
| Qty | integer |
None. |
|
| Total | integer |
None. |
|
| Status | string |
None. |
|
| Date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"CustomerId": "sample string 2",
"ProductId": "sample string 3",
"Customer": "sample string 4",
"Product": "sample string 5",
"Qty": 6,
"Total": 7,
"Status": "sample string 8",
"Date": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.