POST api/NearShopApi/CredBullAutoBotCommission
Request Information
URI Parameters
None.
Body Parameters
CredBullRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNumber | string |
None. |
|
| TransactionHash | string |
None. |
|
| CredCoin | decimal number |
None. |
|
| CoinLivePrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNumber": "sample string 1",
"TransactionHash": "sample string 2",
"CredCoin": 3.0,
"CoinLivePrice": 4.0
}
application/xml, text/xml
Sample:
<NearShopApiController.CredBullRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NearShopWebApi.Controllers"> <CoinLivePrice>4</CoinLivePrice> <CredCoin>3</CredCoin> <MobileNumber>sample string 1</MobileNumber> <TransactionHash>sample string 2</TransactionHash> </NearShopApiController.CredBullRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |