- Logistics
- Admin
- user
- transaction
- transport
- Tax
- create state feePOST
- update tax ratePOST
- update fee distancePOST
- update fee per kgPOST
- update value feePOST
- update service feePOST
- update service charge statusPOST
- update taxPOST
- update value fee statusPOST
- update base pricePOST
- Errand stausGET
- get interstate pricingGET
- update inter state pricingPUT
- get fee by state idGET
- get all feesGET
- get operational statesGET
- get mode of transportationGET
- delete accountDELETE
- checkoutPOST
- calculate pricePOST
update intra state tax
Developing
PUT
/admin/tax/inter-state
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
object {0}
Example
{
"value" :7.5
}
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 PUT '/admin/tax/inter-state' \
--header 'Content-Type: application/json' \
--data-raw '{
"value" :7.5
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-12-02 11:03:42