POST api/User/CreateCoinAddress

Request Information

URI Parameters

None.

Body Parameters

CoinAddress
NameDescriptionTypeAdditional information
UserId

integer

Required

Result

integer

None.

JoinCoinAddress

string

None.

CoinoCoinAddress

string

None.

BTCAddress

string

None.

CrytopiaExchangeUserName

string

None.

TradeSatoshiExchangeUserName

string

None.

Mined_block

boolean

Required

Tx_Id_Hash

string

Required

Date_Of_Tx

string

Required

Is_Payout

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "Result": 1,
  "JoinCoinAddress": "sample string 2",
  "CoinoCoinAddress": "sample string 3",
  "BTCAddress": "sample string 4",
  "CrytopiaExchangeUserName": "sample string 5",
  "TradeSatoshiExchangeUserName": "sample string 6",
  "Mined_block": true,
  "Tx_Id_Hash": "sample string 8",
  "Date_Of_Tx": "sample string 9",
  "Is_Payout": true
}

application/xml, text/xml

Sample:
<CoinAddress xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KingChan.Model">
  <BTCAddress>sample string 4</BTCAddress>
  <CoinoCoinAddress>sample string 3</CoinoCoinAddress>
  <CrytopiaExchangeUserName>sample string 5</CrytopiaExchangeUserName>
  <Date_Of_Tx>sample string 9</Date_Of_Tx>
  <Is_Payout>true</Is_Payout>
  <JoinCoinAddress>sample string 2</JoinCoinAddress>
  <Mined_block>true</Mined_block>
  <Result>1</Result>
  <TradeSatoshiExchangeUserName>sample string 6</TradeSatoshiExchangeUserName>
  <Tx_Id_Hash>sample string 8</Tx_Id_Hash>
  <UserId>1</UserId>
</CoinAddress>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CoinAddress'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.