mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 12:56:04 +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"`
|
KeywordName string `url:"keywordName,omitempty"`
|
||||||
AdContentName string `url:"adContentName,omitempty"`
|
AdContentName string `url:"adContentName,omitempty"`
|
||||||
MgCustomerID string `url:"mgCustomerId,omitempty"`
|
MgCustomerID string `url:"mgCustomerId,omitempty"`
|
||||||
|
PhotoURL string `url:"photoUrl,omitempty"`
|
||||||
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -141,6 +141,7 @@ type Customer struct {
|
|||||||
LastClientID string `json:"lastClientId,omitempty"`
|
LastClientID string `json:"lastClientId,omitempty"`
|
||||||
BrowserID string `json:"browserId,omitempty"`
|
BrowserID string `json:"browserId,omitempty"`
|
||||||
MgCustomerID string `json:"mgCustomerId,omitempty"`
|
MgCustomerID string `json:"mgCustomerId,omitempty"`
|
||||||
|
PhotoURL string `json:"photoUrl,omitempty"`
|
||||||
CustomFields []map[string]string `json:"customFields,omitempty,brackets"`
|
CustomFields []map[string]string `json:"customFields,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user