POST API/Fee/NewAllInPay
线上付支付 通联
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| newUnionPayFees | 交费(费用ID集合-FeesIds(英文逗号隔开的GUID)、交费者ID-PayerId、支付通道-PayType(字符串类型:微信0,支付宝1) |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FeesIds": "sample string 1",
"PayerId": "sample string 2",
"PayType": "sample string 3"
}
application/xml, text/xml
Sample:
<NewUnionPayFees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Controllers"> <FeesIds>sample string 1</FeesIds> <PayType>sample string 3</PayType> <PayerId>sample string 2</PayerId> </NewUnionPayFees>
application/x-www-form-urlencoded
Sample:
Sample not available.