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