POST api/SettingsAndPolicy/SaveNCFCharge
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ncfObj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "packageId": "sample string 1", "charges": "sample string 2", "percentage": 3.1, "userId": 4, "status": "sample string 5" }
application/xml, text/xml
Sample:
<PackNCFCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto"> <charges>sample string 2</charges> <packageId>sample string 1</packageId> <percentage>3.1</percentage> <status>sample string 5</status> <userId>4</userId> </PackNCFCharges>
application/x-www-form-urlencoded
Sample: