POST Registration/SellOrder
Request Information
URI Parameters
None.
Body Parameters
OrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| Amount | decimal number |
None. |
|
| minAmount | decimal number |
None. |
|
| perAmount | decimal number |
None. |
|
| AmountType | string |
None. |
|
| PaymentId | integer |
None. |
|
| Paymenttype | integer |
None. |
|
| TradeType | string |
None. |
|
| ResponseTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"Amount": 2.0,
"minAmount": 3.0,
"perAmount": 4.0,
"AmountType": "sample string 5",
"PaymentId": 6,
"Paymenttype": 7,
"TradeType": "sample string 8",
"ResponseTime": "sample string 9"
}
application/xml, text/xml
Sample:
<DataModels.OrderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyHaatApiSolution.Models"> <Amount>2</Amount> <AmountType>sample string 5</AmountType> <PaymentId>6</PaymentId> <Paymenttype>7</Paymenttype> <ResponseTime>sample string 9</ResponseTime> <TradeType>sample string 8</TradeType> <UserId>sample string 1</UserId> <minAmount>3</minAmount> <perAmount>4</perAmount> </DataModels.OrderModel>
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.