POST API/Vehicles/PayTempCarFee

临停支付

Request Information

Parameters

NameDescriptionAdditional information
param

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ParkingId": "sample string 1",
  "CarPlateNo": "sample string 2",
  "PayType": 3,
  "ResidentId": "sample string 4",
  "ResidentName": "sample string 5"
}

application/xml, text/xml

Sample:
<TempCarPayRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models.VehiclesModel">
  <CarPlateNo>sample string 2</CarPlateNo>
  <ParkingId>sample string 1</ParkingId>
  <PayType>3</PayType>
  <ResidentId>sample string 4</ResidentId>
  <ResidentName>sample string 5</ResidentName>
</TempCarPayRequest>

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 'TempCarPayRequest'.