Добавления контрольного документа в объект
Метод: CreateTemplateDocument
Передаваемые параметры
Параметр | Описание |
ASPNETSessionId | Идентификатор сессии |
objectId | Идентификато объекта |
documentName | Название контрольного документа, который будет создан |
isNegotiationRequested | Флаг «Нужно ли согласование?» Флаг регулирует опцию «Проверять согласование» у контрольного документа (чекбокс «Контрольный документ» отмечен). По умолчанию false. |
description | Описание (необязательный) |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateTemplateDocument xmlns="http://tempuri.org/">
<ASPNETSessionId>string</ASPNETSessionId>
<objectId>string</objectId>
<documentName>string</documentName>
<isNegotiationRequested>boolean</isNegotiationRequested>
<description>string</description>
</CreateTemplateDocument>
</soap:Body>
</soap:Envelope>
Возвращаемые параметры
Параметр | Описание |
CreateTemplateDocumentResult | ID созданного документа |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<CreateTemplateDocumentResponse xmlns="http://tempuri.org/">
<CreateTemplateDocumentResult>string</CreateTemplateDocumentResult>
</CreateTemplateDocumentResponse>
</soap:Body>
</soap:Envelope>