POST api/Newswap/insert-new-swap-transaction
Request Information
URI Parameters
None.
Body Parameters
SwapTransactionRequests| Name | Description | Type | Additional information |
|---|---|---|---|
| Nc_id | integer |
None. |
|
| Member_address | string |
None. |
|
| symbol | string |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Nc_id": 1,
"Member_address": "sample string 2",
"symbol": "sample string 3",
"Amount": 4.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.