POST api/topup/GetCountDonation
Request Information
URI Parameters
None.
Body Parameters
GetCountDonation| Name | Description | Type | Additional information |
|---|---|---|---|
| WaterQuantity | decimal number |
None. |
|
| TopUpPFId | string |
None. |
|
| Pay | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"WaterQuantity": 1.0,
"TopUpPFId": "sample string 2",
"Pay": 3.0
}
application/xml, text/xml
Sample:
<GetCountDonation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YuXun.WebAPI.Models"> <Pay>3</Pay> <TopUpPFId>sample string 2</TopUpPFId> <WaterQuantity>1</WaterQuantity> </GetCountDonation>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |