Include uuid in fields returned by /customers API
This commit is contained in:
parent
5cfe69d24b
commit
9081985b08
|
@ -40,6 +40,7 @@ class CustomerView(APIMasterView):
|
||||||
|
|
||||||
def normalize(self, customer):
|
def normalize(self, customer):
|
||||||
return {
|
return {
|
||||||
|
'uuid': customer.uuid,
|
||||||
'id': customer.id,
|
'id': customer.id,
|
||||||
'name': customer.name,
|
'name': customer.name,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue