Save document folders
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDocumentFoldersRequest_V1">
<ACMP>
<SaveDocumentFolders ActionType="Request" version="1">
<TSaveDocumentFoldersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Folders>
<TFolder_V1 xsi:type="TFolder_V1">
<ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
<Name>Name</Name>
<ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
</TFolder_V1>
<TFolder_V1 xsi:type="TFolder_V1">
<ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
<Name>Name</Name>
<ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
</TFolder_V1>
</Folders>
</TSaveDocumentFoldersRequest_V1>
</SaveDocumentFolders>
</ACMP>
</ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDocumentFoldersResponse_V1">
<ACMP>
<SaveDocumentFolders ActionType="Response" version="1">
<TSaveDocumentFoldersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ResultCode>0</ResultCode>
<ResultMessage>ResultMessage</ResultMessage>
</TSaveDocumentFoldersResponse_V1>
</SaveDocumentFolders>
</ACMP>
</ICQL>
Read document folder
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentFolderListRequest_V1">
<ACMP>
<GetDocumentFolderList ActionType="Request" version="1">
<TGetDocumentFolderListRequest_V1/>
</GetDocumentFolderList>
</ACMP>
</ICQL>
<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentFolderListResponse_V1">
<ACMP>
<GetDocumentFolderList ActionType="Response" version="1">
<TGetDocumentFolderListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Folders>
<TFolder_V1 xsi:type="TFolder_V1">
<ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
<Name>Name</Name>
<ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
</TFolder_V1>
<TFolder_V1 xsi:type="TFolder_V1">
<ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
<Name>Name</Name>
<ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
</TFolder_V1>
</Folders>
<ResultCode>0</ResultCode>
<ResultMessage>ResultMessage</ResultMessage>
</TGetDocumentFolderListResponse_V1>
</GetDocumentFolderList>
</ACMP>
</ICQL>