POST api/Order/CreateOrder
Request Information
URI Parameters
None.
Body Parameters
OrderName | Description | Type | Additional information |
---|---|---|---|
User_Id | integer |
None. |
|
User_IP | string |
None. |
|
User_Name | string |
None. |
|
User_Description | string |
None. |
|
User_Address | string |
None. |
|
User_PostCode | string |
None. |
|
User_Phone | string |
None. |
|
User_Email | string |
None. |
|
Description | string |
None. |
|
OrderDate | date |
None. |
|
IsTrueInfo | boolean |
None. |
|
PaymentStatus | boolean |
None. |
|
StepsOfOrder | string |
None. |
|
FinalPrice | decimal number |
None. |
|
body | string |
None. |
|
IsNew | boolean |
None. |
|
IsClosed | boolean |
None. |
|
Tax | integer |
None. |
|
IsDeleted | boolean |
None. |
|
LogTime | string |
None. |
|
ExitTime | string |
None. |
|
User | User |
None. |
|
OrderState_Id | integer |
None. |
|
OrderType | string |
None. |
|
OrderState | OrderState |
None. |
|
OrderRooms | Collection of OrderRoom |
None. |
|
OrderFlights | Collection of OrderFlight |
None. |
|
OrderOptionss | Collection of OrderOptions |
None. |
|
UserPayments | Collection of UserPayment |
None. |
|
OrderTravelCafes | Collection of OrderTravelCafe |
None. |
|
Id | integer |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>