Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "code": 200,
- "status": 1,
- "data": {
- "address_list": [
- {
- "address_id": 123456789,
- "region": "TH",
- "state": "จังหวัดกรุงเทพมหานคร",
- "city": "เขตธนบุรี",
- "address": "111/111 รัชดาท่าพระ อาคาร C ถนนราชพฤกษ์ แขวงดาวคะนอง",
- "zipcode": "10600",
- "district": "แขวงดาวคะนอง",
- "town": "",
- "address_type": []
- },
- {
- "address_id": 123456789,
- "region": "TH",
- "state": "จังหวัดปัตตานี",
- "city": "อำเภอโคกโพธิ์",
- "address": "11 ม.1 ต.บางโกระ",
- "zipcode": "94120",
- "district": "ตำบลบางโกระ",
- "town": "",
- "address_type": []
- },
- {
- "address_id": 223456789,
- "region": "TH",
- "state": "จังหวัดนนทบุรี",
- "city": "อำเภอบางบัวทอง",
- "address": "test 11/111",
- "zipcode": "11110",
- "district": "ตำบลพิมลราช",
- "town": "",
- "address_type": [
- "DEFAULT_ADDRESS",
- "PICKUP_ADDRESS",
- "RETURN_ADDRESS"
- ]
- }
- ],
- "message": "success"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement