This commit is contained in:
Akolzin Dmitry 2022-02-03 17:47:48 +03:00
parent a91d42f741
commit 314483fe58
2 changed files with 3 additions and 0 deletions

View file

@ -279,6 +279,8 @@ func (c *Client) APICredentials() (CredentialResponse, int, error) {
// APISystemInfo get info about system
//
// For more information see http://www.retailcrm.pro/docs/Developers/ApiVersion5#get--api-system-info
//
// Example:
//
// var client = retailcrm.New("https://demo.url", "09jIJ")

View file

@ -39,6 +39,7 @@ type CredentialResponse struct {
SitesAvailable []string `json:"sitesAvailable,omitempty"`
}
// SystemInfoResponse return system info.
type SystemInfoResponse struct {
Success bool `json:"success,omitempty"`
SystemVersion string `json:"systemVersion,omitempty"`