POST API/Vehicles/PayCarFee_AllInPay

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "CommunityId": "sample string 2",
  "PaymentCycle": 3,
  "ResidentId": "sample string 4",
  "PayType": 5
}

application/xml, text/xml

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

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