POST api/Altcoin?mode={mode}&key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mode | string |
Required |
|
| key | string |
Default value is |
Body Parameters
altcoindata| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CoinName | string |
None. |
|
| Code | string |
None. |
|
| MarketCap | integer |
None. |
|
| MarketCapLink | string |
None. |
|
| Status | string |
None. |
|
| Note | string |
None. |
|
| Token | string |
None. |
|
| Ledger | boolean |
None. |
|
| Trezor1 | boolean |
None. |
|
| TrezorT | boolean |
None. |
|
| SafepalS1 | boolean |
None. |
|
| SafepalX1 | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CoinName": "sample string 2",
"Code": "sample string 3",
"MarketCap": 4,
"MarketCapLink": "sample string 5",
"Status": "sample string 6",
"Note": "sample string 7",
"Token": "sample string 8",
"Ledger": true,
"Trezor1": true,
"TrezorT": true,
"SafepalS1": true,
"SafepalX1": true
}
application/xml, text/xml
Sample:
<altcoindata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApp.Models"> <Code>sample string 3</Code> <CoinName>sample string 2</CoinName> <Id>1</Id> <Ledger>true</Ledger> <MarketCap>4</MarketCap> <MarketCapLink>sample string 5</MarketCapLink> <Note>sample string 7</Note> <SafepalS1>true</SafepalS1> <SafepalX1>true</SafepalX1> <Status>sample string 6</Status> <Token>sample string 8</Token> <Trezor1>true</Trezor1> <TrezorT>true</TrezorT> </altcoindata>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.