POST api/books/user/pay
Request Information
URI Parameters
None.
Body Parameters
payorder| Name | Description | Type | Additional information |
|---|---|---|---|
| amount | string |
None. |
|
| uid | string |
None. |
|
| userIP | string |
None. |
|
| osType | string |
None. |
|
| goodsname | string |
None. |
|
| detailInfo | string |
None. |
|
| string |
None. |
||
| paycycle | string |
None. |
|
| channelid | string |
None. |
|
| fronturl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"amount": "sample string 1",
"uid": "sample string 2",
"userIP": "sample string 3",
"osType": "sample string 4",
"goodsname": "sample string 5",
"detailInfo": "sample string 6",
"email": "sample string 7",
"paycycle": "sample string 8",
"channelid": "sample string 9",
"fronturl": "sample string 10"
}
application/xml, text/xml
Sample:
<payorder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Books.Model"> <amount>sample string 1</amount> <channelid>sample string 9</channelid> <detailInfo>sample string 6</detailInfo> <email>sample string 7</email> <fronturl>sample string 10</fronturl> <goodsname>sample string 5</goodsname> <osType>sample string 4</osType> <paycycle>sample string 8</paycycle> <uid>sample string 2</uid> <userIP>sample string 3</userIP> </payorder>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Result | Object |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"Result": {},
"Msg": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Books.Model"> <IsSuccess>true</IsSuccess> <Msg>sample string 3</Msg> <Result /> </ApiResult>