Wiki source code of Nachrichten

Last modified by Steffi F on 2025/06/16 05:49

Show last authors
1 {{aagon.floatingbox/}}
2
3 = Use Case Container Adapter =
4
5 {{apimacro title="SaveContainers"}}
6 {{{<ICQL>
7 <ACMP>
8 <SaveContainers version="1">
9 <TSaveContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10 <Containers>
11 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
12 <Id>Id</Id>
13 <Name>Name</Name>
14 <Path>Path</Path>
15 <ParentId>ParentId</ParentId>
16 </TAcmpContainer_V1>
17 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
18 <Id>Id</Id>
19 <Name>Name</Name>
20 <Path>Path</Path>
21 <ParentId>ParentId</ParentId>
22 </TAcmpContainer_V1>
23 </Containers>
24 </TSaveContainersRequest_V1>
25 </SaveContainers>
26 </ACMP>
27 </ICQL>}}}
28 {{/apimacro}}
29
30 {{apimacro title="DeleteContainer Request"}}
31 {{{<ICQL>
32 <ACMP>
33 <DeleteContainers version="1">
34 <TDeleteContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
35 <ContainerIds>
36 <string>Value 1</string>
37 <string>Value 2</string>
38 </ContainerIds>
39 </TDeleteContainersRequest_V1>
40 </DeleteContainers>
41 </ACMP>
42 </ICQL>}}}
43 {{/apimacro}}
44
45 {{apimacro title="DeleteContainer Response"}}
46 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContainersResponse_V1">
47 <ACMP>
48 <DeleteContainers ActionType="Response" version="1">
49 <TDeleteContainersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
50 <ResultCode>0</ResultCode>
51 <ResultMessage>ResultMessage</ResultMessage>
52 </TDeleteContainersResponse_V1>
53 </DeleteContainers>
54 </ACMP>
55 </ICQL>}}}
56 {{/apimacro}}
57
58 {{apimacro title="Remove Computer from Container"}}
59 {{{<ICQL>
60 <ACMP>
61 <DeleteActiveDirectoryComputersInContainers version="1">
62 <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
63 <ContainerPath>/dotnet.local/OU_A</ContainerPath>
64 <Items>
65 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
66 <ADObjectId>{643F4E58-AD28-4B3B-87CD-44F5A1188BCA}</ADObjectId>
67 <ComputerName>Computer1</ComputerName>
68 <DomainFQDN>dotnet.local</DomainFQDN>
69 </TAcmpContainerItem_V1>
70 </Items>
71 </TDeleteActiveDirectoryComputersInContainersRequest_V1>
72 </DeleteActiveDirectoryComputersInContainers>
73 </ACMP>
74 </ICQL>}}}
75 {{/apimacro}}
76
77 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
78 (((
79 (% class="showhide-header-flex" %)
80 (((
81 (% class="showhide-title" %)
82 (((
83 UpdateActiveDirectoryComputerInContainers
84 )))
85
86 (% class="showhide-arrow" %)
87 (((
88
89 )))
90 )))
91 )))
92
93 (% class="showhidecontent" style="display: none;" %)
94 (((
95 <ICQL>
96 <ACMP>
97 <UpdateActiveDirectoryComputerInContainers version="1">
98 <TUpdateActiveDirectoryComputerInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
99 <Items>
100 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
101 <ContainerId>ContainerId</ContainerId>
102 <ADObjectId>ADObjectId</ADObjectId>
103 <ComputerName>ComputerName</ComputerName>
104 <DomainFQDN>DomainFQDN</DomainFQDN>
105 </TAcmpContainerItem_V1>
106 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
107 <ContainerId>ContainerId</ContainerId>
108 <ADObjectId>ADObjectId</ADObjectId>
109 <ComputerName>ComputerName</ComputerName>
110 <DomainFQDN>DomainFQDN</DomainFQDN>
111 </TAcmpContainerItem_V1>
112 </Items>
113 </TUpdateActiveDirectoryComputerInContainersRequest_V1>
114 </UpdateActiveDirectoryComputerInContainers>
115 </ACMP>
116 </ICQL>
117 )))
118
119 = Use Case Contacts Adapter =
120
121 {{apimacro title="SaveContacts (Request) V1"}}
122 {{{<ICQL>
123 <ACMP>
124 <SaveContacts version="1">
125 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
126 <Contacts>
127 <TContact_V1 xsi:type="TContact_V1">
128 <! Pflichtfeld >
129 <ADobjectId>ADobjectId</ADobjectId>
130 <FirstName>Jane</FirstName>
131 <LastName>LastName</LastName>
132 <Titles>Titles</Titles>
133 <Phone>Phone</Phone>
134 <Phone2>Phone2</Phone2>
135 <Phone3>Phone3</Phone3>
136 <Phone4>Phone4</Phone4>
137 <Fax>Fax</Fax>
138 <EMail>EMail</EMail>
139 <DepartmentName>DepartmentName</DepartmentName>
140 <CostCenterName>CostCenterName</CostCenterName>
141 <CompanyName>CompanyName</CompanyName>
142 <LocationName>LocationName</LocationName>
143 <Address>Address</Address>
144 <ZipCode>ZipCode</ZipCode>
145 <City>City</City>
146 <Country>Country</Country>
147 <Position>Position</Position>
148 </TContact_V1>
149 <TContact_V1 xsi:type="TContact_V1">
150 <! Pflichtfeld >
151 <ADobjectId>ADobjectId</ADobjectId>
152 <FirstName>Jane</FirstName>
153 <LastName>LastName</LastName>
154 <Titles>Titles</Titles>
155 <Phone>Phone</Phone>
156 <Phone2>Phone2</Phone2>
157 <Phone3>Phone3</Phone3>
158 <Phone4>Phone4</Phone4>
159 <Fax>Fax</Fax>
160 <EMail>EMail</EMail>
161 <DepartmentName>DepartmentName</DepartmentName>
162 <CostCenterName>CostCenterName</CostCenterName>
163 <CompanyName>CompanyName</CompanyName>
164 <LocationName>LocationName</LocationName>
165 <Address>Address</Address>
166 <ZipCode>ZipCode</ZipCode>
167 <City>City</City>
168 <Country>Country</Country>
169 <Position>Position</Position>
170 </TContact_V1>
171 </Contacts>
172 </TSaveContactsRequest_V1>
173 </SaveContacts>
174 </ACMP>
175 </ICQL>}}}
176 {{/apimacro}}
177
178 {{apimacro title="SaveContacts (Response) V1"}}
179 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
180 <ACMP>
181 <SaveContacts>
182 <TSaveContactsResponse_V1>
183 <ADObjectIds>
184 <string>AdObjectId1</string>
185 <string>AdObjectId2</string>
186 </ADObjectIds>
187 <ContactIds>
188 <string>ContactId1</string>
189 <string>ContactId2</string>
190 </ContactIds>
191 </TSaveContactsResponse_V1>
192 </SaveContacts>
193 </ACMP>
194 </ICQL>}}}
195 {{/apimacro}}
196
197 {{apimacro title="DeleteContactsByAdObjectIds Response"}}
198 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsByAdObjectIdsResponse_V1">
199 <ACMP>
200 <DeleteContactsByAdObjectIds ActionType="Response" version="1">
201 <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
202 <ResultCode>0</ResultCode>
203 <ResultMessage>ResultMessage</ResultMessage>
204 </TDeleteContactsByAdObjectIdsResponse_V1>
205 </DeleteContactsByAdObjectIds>
206 </ACMP>
207 </ICQL>}}}
208 {{/apimacro}}
209
210 {{apimacro title="DeleteContact (by RequesterID)"}}
211 {{{<ICQL>
212 <ACMP>
213 <SaveContacts>
214 <TSaveContactsRequest>
215 <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
216 <TContact xsi:type="TContact">
217 <Action>eaDelete</Action>
218 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId>
219 </TContact>
220 </Contacts>
221 </TSaveContactsRequest>
222 </SaveContacts>
223 </ACMP>
224 </ICQL>}}}
225 {{/apimacro}}
226
227 {{apimacro title="DisableContactsByAdObjectIds Request"}}
228 {{{<ICQL>
229 <ACMP>
230 <DisableContactsByAdObjectIds version="1">
231 <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
232 <ADObjectIds>
233 <string>Value 1</string>
234 <string>Value 2</string>
235 </ADObjectIds>
236 </TDisableContactsByAdObjectIdsRequest_V1>
237 </DisableContactsByAdObjectIds>
238 </ACMP>
239 </ICQL>}}}
240 {{/apimacro}}
241
242 {{apimacro title="DisableContactsByAdObjectIds Response"}}
243 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DisableContactsByAdObjectIdsResponse_V1">
244 <ACMP>
245 <DisableContactsByAdObjectIds ActionType="Response" version="1">
246 <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
247 <ResultCode>0</ResultCode>
248 <ResultMessage>ResultMessage</ResultMessage>
249 </TDisableContactsByAdObjectIdsResponse_V1>
250 </DisableContactsByAdObjectIds>
251 </ACMP>
252 </ICQL>}}}
253 {{/apimacro}}
© Aagon GmbH 2025
Besuchen Sie unsere neue Aagon-Community