- Process Claim
- Reports
- Converse
- Policy Management
- Insights
- Tariff Management
- Provider Management
- Neural Center
- IndexGET
Update Tariff By Percentage
POST
/tariffs/update/charge/percent
Tariff Management
Request
Body Params application/json
increase
number
Increase
currency
enum<string>
Currency
Allowed values:
ZiGUSDall
tariff_type
enum<string>
Tariff Type
Allowed values:
ZRVSTPHAU
Example
{
"increase": 0,
"currency": "ZiG",
"tariff_type": "ZRVS"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/tariffs/update/charge/percent' \
--header 'Content-Type: application/json' \
--data-raw '{
"increase": 0,
"currency": "ZiG",
"tariff_type": "ZRVS"
}'
Responses
🟢200OK
application/json
Body
No schema defined
Example
null
🟠422Parameter Error
Modified at 2024-12-07 17:10:47