POST api/OrderController/ShowOrderStatus
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ListOrder | Collection of Order |
None. |
|
| OrderId | integer |
None. |
|
| CustID | integer |
None. |
|
| Prod_ID | integer |
None. |
|
| Count | integer |
None. |
|
| ProdName | string |
None. |
|
| SubTotal | string |
None. |
|
| Price | string |
None. |
|
| TotalCart | string |
None. |
|
| No | string |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| SerialNo | integer |
None. |
|
| IsActive | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | string |
None. |
|
| Prod_Img1 | string |
None. |
|
| CustName | string |
None. |
|
| CustLastName | string |
None. |
|
| CustEmail | string |
None. |
|
| MobileNo | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| Zip | string |
None. |
|
| Country | 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.