mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
commit
c9646a529d
@ -53,6 +53,7 @@ type CustomersFilter struct {
|
|||||||
CampaignName string `url:"campaignName,omitempty"`
|
CampaignName string `url:"campaignName,omitempty"`
|
||||||
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"`
|
||||||
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
CustomFields map[string]string `url:"customFields,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -140,6 +140,7 @@ type Customer struct {
|
|||||||
FirstClientID string `json:"firstClientId,omitempty"`
|
FirstClientID string `json:"firstClientId,omitempty"`
|
||||||
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"`
|
||||||
CustomFields []map[string]string `json:"customFields,omitempty,brackets"`
|
CustomFields []map[string]string `json:"customFields,omitempty,brackets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user