{ | |
"data": { | |
"user": { | |
"customer_number": "", | |
"vat_number": "", | |
"is_b2b": "1", | |
"is_b2b_validated": "1", | |
"price_list": "default", | |
"custom_discount": "50", | |
"user_login": "b2b-test", | |
"user_email": "test@foobar.com", | |
"user_registered": "2016-01-01 08:43:14", | |
"allow_payment_by_cheque": "1", | |
"allow_payment_by_invoice": "1", | |
"billing_address": { | |
"first_name": "", | |
"last_name": "", | |
"company": "", | |
"address_1": "", | |
"address_2": "", | |
"city": "", | |
"state": "", | |
"postcode": "", | |
"country": "", | |
"email": "", | |
"phone": "" | |
}, | |
"shipping_address": { | |
"first_name": "", | |
"last_name": "", | |
"company": "", | |
"address_1": "", | |
"address_2": "", | |
"city": "", | |
"state": "", | |
"postcode": "", | |
"country": "" | |
} | |
} | |
}, | |
"shop": "demo-shop" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment