Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Save document folders = | ||
2 | |||
3 | {{apimacro title="SaveDocumentFolders_V1 Request"}} | ||
4 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDocumentFoldersRequest_V1"> | ||
5 | <ACMP> | ||
6 | <SaveDocumentFolders ActionType="Request" version="1"> | ||
7 | <TSaveDocumentFoldersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
8 | <Folders> | ||
9 | <TFolder_V1 xsi:type="TFolder_V1"> | ||
10 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
11 | <Name>Name</Name> | ||
12 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
13 | </TFolder_V1> | ||
14 | <TFolder_V1 xsi:type="TFolder_V1"> | ||
15 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
16 | <Name>Name</Name> | ||
17 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
18 | </TFolder_V1> | ||
19 | </Folders> | ||
20 | </TSaveDocumentFoldersRequest_V1> | ||
21 | </SaveDocumentFolders> | ||
22 | </ACMP> | ||
23 | </ICQL>}}} | ||
24 | {{/apimacro}} | ||
25 | |||
26 | {{apimacro title="SaveDocumentFolders_V1 Response"}} | ||
27 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDocumentFoldersResponse_V1"> | ||
28 | <ACMP> | ||
29 | <SaveDocumentFolders ActionType="Response" version="1"> | ||
30 | <TSaveDocumentFoldersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
31 | <ResultCode>0</ResultCode> | ||
32 | <ResultMessage>ResultMessage</ResultMessage> | ||
33 | </TSaveDocumentFoldersResponse_V1> | ||
34 | </SaveDocumentFolders> | ||
35 | </ACMP> | ||
36 | </ICQL>}}} | ||
37 | {{/apimacro}} | ||
38 | |||
39 | = Read document folder = | ||
40 | |||
41 | {{apimacro title="GetDocumentFolderList_V1 Request"}} | ||
42 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentFolderListRequest_V1"> | ||
43 | <ACMP> | ||
44 | <GetDocumentFolderList ActionType="Request" version="1"> | ||
45 | <TGetDocumentFolderListRequest_V1/> | ||
46 | </GetDocumentFolderList> | ||
47 | </ACMP> | ||
48 | </ICQL>}}} | ||
49 | {{/apimacro}} | ||
50 | |||
51 | {{apimacro title="GetDocumentFolderList_V1 Response"}} | ||
52 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDocumentFolderListResponse_V1"> | ||
53 | <ACMP> | ||
54 | <GetDocumentFolderList ActionType="Response" version="1"> | ||
55 | <TGetDocumentFolderListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
56 | <Folders> | ||
57 | <TFolder_V1 xsi:type="TFolder_V1"> | ||
58 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
59 | <Name>Name</Name> | ||
60 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
61 | </TFolder_V1> | ||
62 | <TFolder_V1 xsi:type="TFolder_V1"> | ||
63 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
64 | <Name>Name</Name> | ||
65 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
66 | </TFolder_V1> | ||
67 | </Folders> | ||
68 | <ResultCode>0</ResultCode> | ||
69 | <ResultMessage>ResultMessage</ResultMessage> | ||
70 | </TGetDocumentFolderListResponse_V1> | ||
71 | </GetDocumentFolderList> | ||
72 | </ACMP> | ||
73 | </ICQL>}}} | ||
74 | {{/apimacro}} |