Advertisement
pichaya_om

LINE : Course Payment STEP 1

May 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. URL = ""
  2. DATA = {
  3.     "course_type": "course",
  4.     "course_slug": "toeic",
  5.     "student_info": {
  6.         "first_name": "Om",
  7.         "last_name": "Choo",
  8.         "email_contact": "om@choo.com",
  9.         "tel_contact": "112345678",
  10.         "address_street": "20/20",
  11.         "address_province": 10,
  12.         "address_zipcode": 10110
  13.     }
  14.     "invoice" : {
  15.         "tax_name": "name",
  16.         "tax_code": 123456789,
  17.         "tax_address": "20/20",
  18.         "tax_address_delivery": 1,
  19.         "tax_address_zipcode": 12345
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement