mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
commit
10a7a0451b
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue