Добавил обновление компаний и контактов

This commit is contained in:
Dmitry Dmitriev 2021-01-25 14:23:52 +03:00
parent 4a5b36626e
commit 1c9da2073b

View file

@ -26,6 +26,11 @@ type Links struct {
Self Self `json:"self"`
}
type Embedded struct {
Tags []interface{} `json:"tags"`
type Contacts struct {
ID int `json:"id"`
}
type Embedded struct {
Tags []interface{} `json:"tags"`
Contacts []*Contacts `json:"contacts"`
}