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

GenerateGeneralTransferBuyer() public method

Сгенерировать контент титула покупателя универсального передаточного документа
public GenerateGeneralTransferBuyer ( string boxId, string documentId, ObjectModel model, DocumentGenerationOptions options ) : GeneratedContent
boxId string Ящик организации
documentId string Ид титула покупателя
model ObjectModel Модель
options DocumentGenerationOptions Опции генерации
return GeneratedContent
        public GeneratedContent GenerateGeneralTransferBuyer(string boxId,
                                                    string documentId,
                                                    ObjectModel.GeneralTransferBuyer model,
                                                    DocumentGenerationOptions options)
        {
            return client.GenerateGeneralTransferBuyer(Token, boxId, documentId, model, options);
        }
Client