POST API/Fee/NewAllInPay

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
newUnionPayFees
No documentation available.

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewUnionPayFees'.