Get Tariff
Endpoint
| Endpoint | Authentication |
| http://apiv2.jne.co.id:10102/tracing/api/pricedev | no |
Header
| Parameter | Value |
|---|---|
| Content-Type | application/x-www-form-urlencoded |
| Accept | application/json |
Body request
payload type: x-www-form-urlencoded
{
"username": "TESTAPI",
"api_key": "25c898a9faea1a100859ecd9ef674548",
"from": "CGK10000",
"thru": "BDO10000",
"weight": "1"
}
| Parameter | Value | Desc |
|---|---|---|
| username | CUST_USERNAME | PROVIDED BY EMAIL |
| api_key | CUST_APIKEY | PROVIDED BY EMAIL |
| from | VARCHAR (10 Byte) | Origin Code |
| thru | VARCHAR (10 Byte) | Destination Code |
| weight | Number | Weight in kg |
Result example
Body request example
insert code here
Error example
Body request example
insert code here