GET api/Order/CreateWalletOrder?money={money}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
money | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
JSON_ResultName | Description | Type | Additional information |
---|---|---|---|
F | boolean |
None. |
|
D | Object |
None. |
|
E | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "F": true, "D": {}, "E": "sample string 3" }
application/xml, text/xml
Sample:
<JSON_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Model"> <D /> <E>sample string 3</E> <F>true</F> </JSON_Result>