Wiki source code of Nachrichten

Last modified by Steffi F on 2025/06/27 11:03

Hide last authors
jklein 30.1 1 {{aagon.floatingbox/}}
2
Steffi F 51.1 3 = Use Case Container Adapter =
jklein 30.1 4
Steffi F 31.1 5 {{apimacro title="SaveContainers"}}
Steffi F 49.1 6 {{{<ICQL>
Steffi F 32.1 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>
Steffi F 33.1 27 </ICQL>}}}
Steffi F 31.1 28 {{/apimacro}}
Steffi F 34.1 29
Steffi F 57.1 30 {{apimacro title="DeleteContainer Request"}}
Steffi F 46.1 31 {{{<ICQL>
Steffi F 34.1 32 <ACMP>
33 <DeleteContainers version="1">
Steffi F 46.1 34 <TDeleteContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 34.1 35 <ContainerIds>
36 <string>Value 1</string>
37 <string>Value 2</string>
38 </ContainerIds>
39 </TDeleteContainersRequest_V1>
40 </DeleteContainers>
41 </ACMP>
Steffi F 46.1 42 </ICQL>}}}
Steffi F 34.1 43 {{/apimacro}}
44
Steffi F 57.1 45 {{apimacro title="DeleteContainer Response"}}
Steffi F 46.1 46 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContainersResponse_V1">
Steffi F 34.1 47 <ACMP>
48 <DeleteContainers ActionType="Response" version="1">
Steffi F 46.1 49 <TDeleteContainersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 34.1 50 <ResultCode>0</ResultCode>
51 <ResultMessage>ResultMessage</ResultMessage>
52 </TDeleteContainersResponse_V1>
53 </DeleteContainers>
54 </ACMP>
Steffi F 46.1 55 </ICQL>}}}
Steffi F 34.1 56 {{/apimacro}}
57
Steffi F 57.1 58 {{apimacro title="Remove Computer from Container"}}
Steffi F 46.1 59 {{{<ICQL>
Steffi F 34.1 60 <ACMP>
61 <DeleteActiveDirectoryComputersInContainers version="1">
Steffi F 46.1 62 <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 34.1 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>
Steffi F 46.1 74 </ICQL>}}}
Steffi F 34.1 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
Steffi F 51.1 119 = Use Case Contacts Adapter =
Steffi F 34.1 120
Steffi F 43.1 121 {{apimacro title="SaveContacts (Request) V1"}}
Steffi F 46.1 122 {{{<ICQL>
Steffi F 43.1 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">
Steffi F 46.1 128 <! Pflichtfeld >
Steffi F 43.1 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">
Steffi F 46.1 150 <! Pflichtfeld >
Steffi F 43.1 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>
Steffi F 46.1 175 </ICQL>}}}
Steffi F 43.1 176 {{/apimacro}}
177
Steffi F 44.1 178 {{apimacro title="SaveContacts (Response) V1"}}
Steffi F 46.1 179 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 44.1 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>
Steffi F 46.1 194 </ICQL>}}}
Steffi F 44.1 195 {{/apimacro}}
196
Steffi F 57.1 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
Steffi F 40.1 210 {{apimacro title="DeleteContact (by RequesterID)"}}
Steffi F 46.1 211 {{{<ICQL>
Steffi F 40.1 212 <ACMP>
213 <SaveContacts>
214 <TSaveContactsRequest>
Steffi F 46.1 215 <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 40.1 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>
Steffi F 46.1 224 </ICQL>}}}
Steffi F 40.1 225 {{/apimacro}}
226
Steffi F 57.1 227 {{apimacro title="DisableContactsByAdObjectIds Request"}}
Steffi F 46.1 228 {{{<ICQL>
Steffi F 40.1 229 <ACMP>
230 <DisableContactsByAdObjectIds version="1">
Steffi F 46.1 231 <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 40.1 232 <ADObjectIds>
233 <string>Value 1</string>
234 <string>Value 2</string>
235 </ADObjectIds>
236 </TDisableContactsByAdObjectIdsRequest_V1>
237 </DisableContactsByAdObjectIds>
238 </ACMP>
Steffi F 46.1 239 </ICQL>}}}
Steffi F 40.1 240 {{/apimacro}}
241
Steffi F 57.1 242 {{apimacro title="DisableContactsByAdObjectIds Response"}}
Steffi F 46.1 243 {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DisableContactsByAdObjectIdsResponse_V1">
Steffi F 40.1 244 <ACMP>
245 <DisableContactsByAdObjectIds ActionType="Response" version="1">
Steffi F 46.1 246 <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Steffi F 40.1 247 <ResultCode>0</ResultCode>
248 <ResultMessage>ResultMessage</ResultMessage>
249 </TDisableContactsByAdObjectIdsResponse_V1>
250 </DisableContactsByAdObjectIds>
251 </ACMP>
Steffi F 46.1 252 </ICQL>}}}
Steffi F 40.1 253 {{/apimacro}}
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community