POST api/OrderController/AddOrderDetails
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ListOrder | Collection of Order |
None. |
|
| id | string |
None. |
|
| name | string |
None. |
|
| price | string |
None. |
|
| quantity | string |
None. |
|
| image | string |
None. |
|
| OrderId | integer |
None. |
|
| SerialNo | integer |
None. |
|
| IsActive | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
|
| No | string |
None. |
|
| TotalCart | string |
None. |
|
| TotalCartQty | string |
None. |
|
| CustID | string |
None. |
|
| CustAddressID | string |
None. |
|
| UniqueID | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.