Midway.ServiceClient.Client.AcceptRegulation C# (CSharp) Method

AcceptRegulation() public method

Принятие правил работы в Synerdocs организацией
public AcceptRegulation ( string boxId, bool acceptRegulation ) : bool
boxId string Ящик организации
acceptRegulation bool Признак принятия регламента организацией
return bool
        public bool AcceptRegulation(string boxId, bool acceptRegulation)
        {
            return Invoke(() => client.AcceptRegulation(Token, boxId, acceptRegulation));
        }
Client