Customer Attributes

A list of possible attributes for a customer:

{
	"id": 1,
	"name": "Customer 1",
	"address": null,
	"lat": null,
	"lng": null,
	"phone": null,
	"confirmation_code": "1111",
	"approved": false,
	"push_token": null,
	"uuid": "3155a2e0-9b55-4c34-abce-7f577cd4aeda",
	"email": null,
	"external_id": "1",
	"extras": null,
	"blocked_email": false,
	"address_second_line": null,
	"zipcode": null,
	"allow_login": false,
	"last_open_at": null,
	"last_order_at": null,
	"allow_sending_email": true,
	"allow_sending_sms": true,
	"city": null,
	"borough": null,
	"state": null,
	"language": null,
	"district": null,
	"house_number": null,
	"street": null
}