mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
Add Customer.PhotoURL
This commit is contained in:
parent
c9646a529d
commit
3bf278118f
@ -54,6 +54,7 @@ type CustomersFilter struct {
|
||||
KeywordName string `url:"keywordName,omitempty"`
|
||||
AdContentName string `url:"adContentName,omitempty"`
|
||||
MgCustomerID string `url:"mgCustomerId,omitempty"`
|
||||
PhotoURL string `url:"photoUrl,omitempty"`
|
||||
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
||||
}
|
||||
|
||||
|
@ -141,6 +141,7 @@ type Customer struct {
|
||||
LastClientID string `json:"lastClientId,omitempty"`
|
||||
BrowserID string `json:"browserId,omitempty"`
|
||||
MgCustomerID string `json:"mgCustomerId,omitempty"`
|
||||
PhotoURL string `json:"photoUrl,omitempty"`
|
||||
CustomFields []map[string]string `json:"customFields,omitempty,brackets"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user