- Process Claim
- Reports
- Converse
- Policy Management
- Insights
- Tariff Management
- Provider Management
- Neural Center
- IndexGET
Update Tariff Pricing
POST
/tariffs/update/charge/single
Tariff Management
Request
Body Params application/json
tariff_code
string
Tariff Code
fee
object (FeeSchema)
required
ZiG
number
Zig
USD
number
Usd
tariff_type
enum<string>
Tariff Type
Allowed values:
ZRVSTPHAU
Example
{
"tariff_code": "string",
"fee": {
"ZiG": 0,
"USD": 0
},
"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/single' \
--header 'Content-Type: application/json' \
--data-raw '{
"tariff_code": "string",
"fee": {
"ZiG": 0,
"USD": 0
},
"tariff_type": "ZRVS"
}'
Responses
🟢200OK
application/json
Body
No schema defined
Example
null
🟠422Parameter Error
Modified at 2024-12-07 17:10:47