· 6 years ago · Dec 27, 2019, 09:36 AM
1{
2 "info": {
3 "_postman_id": "41caf5f7-cc9b-42ae-bc17-db5e7f769513",
4 "name": "API Matik Ongkir",
5 "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6 },
7 "item": [
8 {
9 "name": "get province",
10 "request": {
11 "method": "GET",
12 "header": [],
13 "url": {
14 "raw": "https://ongkir.matik.id/province",
15 "protocol": "https",
16 "host": [
17 "ongkir",
18 "matik",
19 "id"
20 ],
21 "path": [
22 "province"
23 ]
24 }
25 },
26 "response": []
27 },
28 {
29 "name": "get city",
30 "request": {
31 "method": "GET",
32 "header": [],
33 "url": {
34 "raw": "https://ongkir.matik.id/city?province_id=1",
35 "protocol": "https",
36 "host": [
37 "ongkir",
38 "matik",
39 "id"
40 ],
41 "path": [
42 "city"
43 ],
44 "query": [
45 {
46 "key": "province_id",
47 "value": "1"
48 }
49 ]
50 }
51 },
52 "response": []
53 },
54 {
55 "name": "get subdistrict",
56 "request": {
57 "method": "GET",
58 "header": [],
59 "url": {
60 "raw": "https://ongkir.matik.id/subdistrict?city_id=1",
61 "protocol": "https",
62 "host": [
63 "ongkir",
64 "matik",
65 "id"
66 ],
67 "path": [
68 "subdistrict"
69 ],
70 "query": [
71 {
72 "key": "city_id",
73 "value": "1"
74 }
75 ]
76 }
77 },
78 "response": []
79 },
80 {
81 "name": "check charge",
82 "request": {
83 "method": "POST",
84 "header": [
85 {
86 "key": "Content-Type",
87 "name": "Content-Type",
88 "value": "application/x-www-form-urlencoded",
89 "type": "text"
90 }
91 ],
92 "body": {
93 "mode": "urlencoded",
94 "urlencoded": [
95 {
96 "key": "subdistrictIdOrigin",
97 "value": "100",
98 "type": "text"
99 },
100 {
101 "key": "subdistrictIdDestination",
102 "value": "1",
103 "type": "text"
104 },
105 {
106 "key": "weightGram",
107 "value": "100",
108 "type": "text"
109 },
110 {
111 "key": "courierCode",
112 "value": "jnt",
113 "description": "Kode kurir: jne, pos, tiki, rpx, esl, pcp, pandu, wahana, sicepat, jnt, pahala, cahaya, sap, jet, indah, dse, slis, first, ncs, star, ninja, lion, idl, rex.",
114 "type": "text"
115 }
116 ]
117 },
118 "url": {
119 "raw": "https://ongkir.matik.id/cost",
120 "protocol": "https",
121 "host": [
122 "ongkir",
123 "matik",
124 "id"
125 ],
126 "path": [
127 "cost"
128 ]
129 }
130 },
131 "response": []
132 },
133 {
134 "name": "check resi",
135 "request": {
136 "method": "POST",
137 "header": [
138 {
139 "key": "Content-Type",
140 "name": "Content-Type",
141 "value": "application/x-www-form-urlencoded",
142 "type": "text"
143 }
144 ],
145 "body": {
146 "mode": "urlencoded",
147 "urlencoded": [
148 {
149 "key": "waybill",
150 "value": "SOCAG00183235715",
151 "type": "text"
152 },
153 {
154 "key": "courierCode",
155 "value": "jne",
156 "description": "Kode kurir: jne, pos, tiki, rpx, esl, pcp, pandu, wahana, sicepat, jnt, pahala, cahaya, sap, jet, indah, dse, slis, first, ncs, star, ninja, lion, idl, rex.",
157 "type": "text"
158 }
159 ]
160 },
161 "url": {
162 "raw": "https://ongkir.matik.id/waybill",
163 "protocol": "https",
164 "host": [
165 "ongkir",
166 "matik",
167 "id"
168 ],
169 "path": [
170 "waybill"
171 ]
172 }
173 },
174 "response": []
175 }
176 ],
177 "protocolProfileBehavior": {}
178}