diff --git a/tailbone/api/customers.py b/tailbone/api/customers.py index da15c2e5..41bc0dad 100644 --- a/tailbone/api/customers.py +++ b/tailbone/api/customers.py @@ -40,6 +40,7 @@ class CustomerView(APIMasterView): def normalize(self, customer): return { + 'uuid': customer.uuid, 'id': customer.id, 'name': customer.name, }