Wiki-Quellcode von Nachrichten

Version 40.1 von Steffi F am 2025/06/06 06:55

Zeige letzte Bearbeiter
1 {{aagon.floatingbox/}}
2
3 = APIMacro =
4
5 {{apimacro title="APIMacro"}}
6 {{code language="java" layout="LINENUMBERS"}}
7 Code
8 Code
9 Code
10 {{/code}}
11 {{/apimacro}}
12
13 = APIMacro 2 =
14
15 {{apimacro title="APIMacro"}}
16 {{code language="java" layout="LINENUMBERS"}}
17 Code
18 Code
19 Code
20 {{/code}}
21 {{/apimacro}}
22
23 Use Case Container Adapter
24
25 {{apimacro title="SaveContainers"}}
26 {{{<ICQL>
27 <ACMP>
28 <SaveContainers version="1">
29 <TSaveContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
30 <Containers>
31 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
32 <Id>Id</Id>
33 <Name>Name</Name>
34 <Path>Path</Path>
35 <ParentId>ParentId</ParentId>
36 </TAcmpContainer_V1>
37 <TAcmpContainer_V1 xsi:type="TAcmpContainer_V1">
38 <Id>Id</Id>
39 <Name>Name</Name>
40 <Path>Path</Path>
41 <ParentId>ParentId</ParentId>
42 </TAcmpContainer_V1>
43 </Containers>
44 </TSaveContainersRequest_V1>
45 </SaveContainers>
46 </ACMP>
47 </ICQL>}}}
48 {{/apimacro}}
49
50 {{apimacro title="DeleteContainer Request"}}
51 <ICQL>
52 <ACMP>
53 <DeleteContainers version="1">
54 <TDeleteContainersRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
55 <ContainerIds>
56 <string>Value 1</string>
57 <string>Value 2</string>
58 </ContainerIds>
59 </TDeleteContainersRequest_V1>
60 </DeleteContainers>
61 </ACMP>
62 </ICQL>
63 {{/apimacro}}
64
65 {{apimacro title="DeleteContainer Response"}}
66 <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContainersResponse_V1">
67 <ACMP>
68 <DeleteContainers ActionType="Response" version="1">
69 <TDeleteContainersResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
70 <ResultCode>0</ResultCode>
71 <ResultMessage>ResultMessage</ResultMessage>
72 </TDeleteContainersResponse_V1>
73 </DeleteContainers>
74 </ACMP>
75 </ICQL>
76 {{/apimacro}}
77
78 {{apimacro title="Remove Computer from Container"}}
79 <ICQL>
80 <ACMP>
81 <DeleteActiveDirectoryComputersInContainers version="1">
82 <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
83 <ContainerPath>/dotnet.local/OU_A</ContainerPath>
84 <Items>
85 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
86 <ADObjectId>{643F4E58-AD28-4B3B-87CD-44F5A1188BCA}</ADObjectId>
87 <ComputerName>Computer1</ComputerName>
88 <DomainFQDN>dotnet.local</DomainFQDN>
89 </TAcmpContainerItem_V1>
90 </Items>
91 </TDeleteActiveDirectoryComputersInContainersRequest_V1>
92 </DeleteActiveDirectoryComputersInContainers>
93 </ACMP>
94 </ICQL>
95 {{/apimacro}}
96
97 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
98 (((
99 (% class="showhide-header-flex" %)
100 (((
101 (% class="showhide-title" %)
102 (((
103 UpdateActiveDirectoryComputerInContainers
104 )))
105
106 (% class="showhide-arrow" %)
107 (((
108
109 )))
110 )))
111 )))
112
113 (% class="showhidecontent" style="display: none;" %)
114 (((
115 <ICQL>
116 <ACMP>
117 <UpdateActiveDirectoryComputerInContainers version="1">
118 <TUpdateActiveDirectoryComputerInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
119 <Items>
120 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
121 <ContainerId>ContainerId</ContainerId>
122 <ADObjectId>ADObjectId</ADObjectId>
123 <ComputerName>ComputerName</ComputerName>
124 <DomainFQDN>DomainFQDN</DomainFQDN>
125 </TAcmpContainerItem_V1>
126 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1">
127 <ContainerId>ContainerId</ContainerId>
128 <ADObjectId>ADObjectId</ADObjectId>
129 <ComputerName>ComputerName</ComputerName>
130 <DomainFQDN>DomainFQDN</DomainFQDN>
131 </TAcmpContainerItem_V1>
132 </Items>
133 </TUpdateActiveDirectoryComputerInContainersRequest_V1>
134 </UpdateActiveDirectoryComputerInContainers>
135 </ACMP>
136 </ICQL>
137 )))
138
139 Use Case Contacts Adapter
140 {{apimacro title="SaveContacts (Request) V1"}}<ICQL>
141 <ACMP>
142 <SaveContacts version="1">
143 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
144 <Contacts>
145 <TContact_V1 xsi:type="TContact_V1">
146 <!-- Pflichtfeld -->
147 <ADobjectId>ADobjectId</ADobjectId>
148 <FirstName>Jane</FirstName>
149 <LastName>LastName</LastName>
150 <Titles>Titles</Titles>
151 <Phone>Phone</Phone>
152 <Phone2>Phone2</Phone2>
153 <Phone3>Phone3</Phone3>
154 <Phone4>Phone4</Phone4>
155 <Fax>Fax</Fax>
156 <EMail>EMail</EMail>
157 <DepartmentName>DepartmentName</DepartmentName>
158 <CostCenterName>CostCenterName</CostCenterName>
159 <CompanyName>CompanyName</CompanyName>
160 <LocationName>LocationName</LocationName>
161 <Address>Address</Address>
162 <ZipCode>ZipCode</ZipCode>
163 <City>City</City>
164 <Country>Country</Country>
165 <Position>Position</Position>
166 </TContact_V1>
167 <TContact_V1 xsi:type="TContact_V1">
168 <!-- Pflichtfeld -->
169 <ADobjectId>ADobjectId</ADobjectId>
170 <FirstName>Jane</FirstName>
171 <LastName>LastName</LastName>
172 <Titles>Titles</Titles>
173 <Phone>Phone</Phone>
174 <Phone2>Phone2</Phone2>
175 <Phone3>Phone3</Phone3>
176 <Phone4>Phone4</Phone4>
177 <Fax>Fax</Fax>
178 <EMail>EMail</EMail>
179 <DepartmentName>DepartmentName</DepartmentName>
180 <CostCenterName>CostCenterName</CostCenterName>
181 <CompanyName>CompanyName</CompanyName>
182 <LocationName>LocationName</LocationName>
183 <Address>Address</Address>
184 <ZipCode>ZipCode</ZipCode>
185 <City>City</City>
186 <Country>Country</Country>
187 <Position>Position</Position>
188 </TContact_V1>
189 </Contacts>
190 </TSaveContactsRequest_V1>
191 </SaveContacts>
192 </ACMP>
193 </ICQL>{{/apimacro}}
194
195 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
196 (((
197 (% class="showhide-header-flex" %)
198 (((
199 (% class="showhide-title" %)
200 (((
201 SaveContacts (Request) V1
202 )))
203
204 (% class="showhide-arrow" %)
205 (((
206
207 )))
208 )))
209 )))
210
211 (% class="showhidecontent" style="display: none;" %)
212 (((
213 <ICQL>
214 <ACMP>
215 <SaveContacts version="1">
216 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
217 <Contacts>
218 <TContact_V1 xsi:type="TContact_V1">
219 <!--  Pflichtfeld  -->
220 <ADobjectId>ADobjectId</ADobjectId>
221 <FirstName>Jane</FirstName>
222 <LastName>LastName</LastName>
223 <Titles>Titles</Titles>
224 <Phone>Phone</Phone>
225 <Phone2>Phone2</Phone2>
226 <Phone3>Phone3</Phone3>
227 <Phone4>Phone4</Phone4>
228 <Fax>Fax</Fax>
229 <EMail>EMail</EMail>
230 <DepartmentName>DepartmentName</DepartmentName>
231 <CostCenterName>CostCenterName</CostCenterName>
232 <CompanyName>CompanyName</CompanyName>
233 <LocationName>LocationName</LocationName>
234 <Address>Address</Address>
235 <ZipCode>ZipCode</ZipCode>
236 <City>City</City>
237 <Country>Country</Country>
238 <Position>Position</Position>
239 </TContact_V1>
240 <TContact_V1 xsi:type="TContact_V1">
241 <!--  Pflichtfeld  -->
242 <ADobjectId>ADobjectId</ADobjectId>
243 <FirstName>Jane</FirstName>
244 <LastName>LastName</LastName>
245 <Titles>Titles</Titles>
246 <Phone>Phone</Phone>
247 <Phone2>Phone2</Phone2>
248 <Phone3>Phone3</Phone3>
249 <Phone4>Phone4</Phone4>
250 <Fax>Fax</Fax>
251 <EMail>EMail</EMail>
252 <DepartmentName>DepartmentName</DepartmentName>
253 <CostCenterName>CostCenterName</CostCenterName>
254 <CompanyName>CompanyName</CompanyName>
255 <LocationName>LocationName</LocationName>
256 <Address>Address</Address>
257 <ZipCode>ZipCode</ZipCode>
258 <City>City</City>
259 <Country>Country</Country>
260 <Position>Position</Position>
261 </TContact_V1>
262 </Contacts>
263 </TSaveContactsRequest_V1>
264 </SaveContacts>
265 </ACMP>
266 </ICQL>
267 )))
268
269
270 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
271 (((
272 (% class="showhide-header-flex" %)
273 (((
274 (% class="showhide-title" %)
275 (((
276 SaveContacts (Request) V1
277 )))
278
279 (% class="showhide-arrow" %)
280 (((
281
282 )))
283 )))
284 )))
285
286 (% class="showhidecontent" style="display: none;" %)
287 (((
288 <ICQL>
289 <ACMP>
290 <SaveContacts version="1">
291 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
292 <Contacts>
293 <TContact_V1 xsi:type="TContact_V1">
294 <!  Pflichtfeld  >
295 <ADobjectId>ADobjectId</ADobjectId>
296 <FirstName>Jane</FirstName>
297 <LastName>LastName</LastName>
298 <Titles>Titles</Titles>
299 <Phone>Phone</Phone>
300 <Phone2>Phone2</Phone2>
301 <Phone3>Phone3</Phone3>
302 <Phone4>Phone4</Phone4>
303 <Fax>Fax</Fax>
304 <EMail>EMail</EMail>
305 <DepartmentName>DepartmentName</DepartmentName>
306 <CostCenterName>CostCenterName</CostCenterName>
307 <CompanyName>CompanyName</CompanyName>
308 <LocationName>LocationName</LocationName>
309 <Address>Address</Address>
310 <ZipCode>ZipCode</ZipCode>
311 <City>City</City>
312 <Country>Country</Country>
313 <Position>Position</Position>
314 </TContact_V1>
315 <TContact_V1 xsi:type="TContact_V1">
316 <!  Pflichtfeld  >
317 <ADobjectId>ADobjectId</ADobjectId>
318 <FirstName>Jane</FirstName>
319 <LastName>LastName</LastName>
320 <Titles>Titles</Titles>
321 <Phone>Phone</Phone>
322 <Phone2>Phone2</Phone2>
323 <Phone3>Phone3</Phone3>
324 <Phone4>Phone4</Phone4>
325 <Fax>Fax</Fax>
326 <EMail>EMail</EMail>
327 <DepartmentName>DepartmentName</DepartmentName>
328 <CostCenterName>CostCenterName</CostCenterName>
329 <CompanyName>CompanyName</CompanyName>
330 <LocationName>LocationName</LocationName>
331 <Address>Address</Address>
332 <ZipCode>ZipCode</ZipCode>
333 <City>City</City>
334 <Country>Country</Country>
335 <Position>Position</Position>
336 </TContact_V1>
337 </Contacts>
338 </TSaveContactsRequest_V1>
339 </SaveContacts>
340 </ACMP>
341 </ICQL>
342 )))
343
344
345 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
346 (((
347 (% class="showhide-header-flex" %)
348 (((
349 (% class="showhide-title" %)
350 (((
351 SaveContacts (Request) V1
352 )))
353
354 (% class="showhide-arrow" %)
355 (((
356
357 )))
358 )))
359 )))
360
361 (% class="showhidecontent" style="display: none;" %)
362 (((
363 <ICQL>
364 <ACMP>
365 <SaveContacts version="1">
366 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
367 <Contacts>
368 <TContact_V1 xsi:type="TContact_V1">
369 <!--  Pflichtfeld  -->
370 <ADobjectId>ADobjectId</ADobjectId>
371 <FirstName>Jane</FirstName>
372 <LastName>LastName</LastName>
373 <Titles>Titles</Titles>
374 <Phone>Phone</Phone>
375 <Phone2>Phone2</Phone2>
376 <Phone3>Phone3</Phone3>
377 <Phone4>Phone4</Phone4>
378 <Fax>Fax</Fax>
379 <EMail>EMail</EMail>
380 <DepartmentName>DepartmentName</DepartmentName>
381 <CostCenterName>CostCenterName</CostCenterName>
382 <CompanyName>CompanyName</CompanyName>
383 <LocationName>LocationName</LocationName>
384 <Address>Address</Address>
385 <ZipCode>ZipCode</ZipCode>
386 <City>City</City>
387 <Country>Country</Country>
388 <Position>Position</Position>
389 </TContact_V1>
390 <TContact_V1 xsi:type="TContact_V1">
391 <!--  Pflichtfeld  -->
392 <ADobjectId>ADobjectId</ADobjectId>
393 <FirstName>Jane</FirstName>
394 <LastName>LastName</LastName>
395 <Titles>Titles</Titles>
396 <Phone>Phone</Phone>
397 <Phone2>Phone2</Phone2>
398 <Phone3>Phone3</Phone3>
399 <Phone4>Phone4</Phone4>
400 <Fax>Fax</Fax>
401 <EMail>EMail</EMail>
402 <DepartmentName>DepartmentName</DepartmentName>
403 <CostCenterName>CostCenterName</CostCenterName>
404 <CompanyName>CompanyName</CompanyName>
405 <LocationName>LocationName</LocationName>
406 <Address>Address</Address>
407 <ZipCode>ZipCode</ZipCode>
408 <City>City</City>
409 <Country>Country</Country>
410 <Position>Position</Position>
411 </TContact_V1>
412 </Contacts>
413 </TSaveContactsRequest_V1>
414 </SaveContacts>
415 </ACMP>
416 </ICQL>
417 )))
418
419
420 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
421 (((
422 (% class="showhide-header-flex" %)
423 (((
424 (% class="showhide-title" %)
425 (((
426 SaveContacts (Request) V1
427 )))
428
429 (% class="showhide-arrow" %)
430 (((
431
432 )))
433 )))
434 )))
435
436 (% class="showhidecontent" style="display: none;" %)
437 (((
438 <ICQL>
439 <ACMP>
440 <SaveContacts version="1">
441 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
442 <Contacts>
443 <TContact_V1 xsi:type="TContact_V1">
444 <!  Pflichtfeld  >
445 <ADobjectId>ADobjectId</ADobjectId>
446 <FirstName>Jane</FirstName>
447 <LastName>LastName</LastName>
448 <Titles>Titles</Titles>
449 <Phone>Phone</Phone>
450 <Phone2>Phone2</Phone2>
451 <Phone3>Phone3</Phone3>
452 <Phone4>Phone4</Phone4>
453 <Fax>Fax</Fax>
454 <EMail>EMail</EMail>
455 <DepartmentName>DepartmentName</DepartmentName>
456 <CostCenterName>CostCenterName</CostCenterName>
457 <CompanyName>CompanyName</CompanyName>
458 <LocationName>LocationName</LocationName>
459 <Address>Address</Address>
460 <ZipCode>ZipCode</ZipCode>
461 <City>City</City>
462 <Country>Country</Country>
463 <Position>Position</Position>
464 </TContact_V1>
465 <TContact_V1 xsi:type="TContact_V1">
466 <!  Pflichtfeld  >
467 <ADobjectId>ADobjectId</ADobjectId>
468 <FirstName>Jane</FirstName>
469 <LastName>LastName</LastName>
470 <Titles>Titles</Titles>
471 <Phone>Phone</Phone>
472 <Phone2>Phone2</Phone2>
473 <Phone3>Phone3</Phone3>
474 <Phone4>Phone4</Phone4>
475 <Fax>Fax</Fax>
476 <EMail>EMail</EMail>
477 <DepartmentName>DepartmentName</DepartmentName>
478 <CostCenterName>CostCenterName</CostCenterName>
479 <CompanyName>CompanyName</CompanyName>
480 <LocationName>LocationName</LocationName>
481 <Address>Address</Address>
482 <ZipCode>ZipCode</ZipCode>
483 <City>City</City>
484 <Country>Country</Country>
485 <Position>Position</Position>
486 </TContact_V1>
487 </Contacts>
488 </TSaveContactsRequest_V1>
489 </SaveContacts>
490 </ACMP>
491 </ICQL>
492 )))
493
494
495 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
496 (((
497 (% class="showhide-header-flex" %)
498 (((
499 (% class="showhide-title" %)
500 (((
501 SaveContacts (Request) V1
502 )))
503
504 (% class="showhide-arrow" %)
505 (((
506
507 )))
508 )))
509 )))
510
511 (% class="showhidecontent" style="display: none;" %)
512 (((
513 <ICQL>
514 <ACMP>
515 <SaveContacts version="1">
516 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
517 <Contacts>
518 <TContact_V1 xsi:type="TContact_V1">
519 <!  Pflichtfeld  >
520 <ADobjectId>ADobjectId</ADobjectId>
521 <FirstName>Jane</FirstName>
522 <LastName>LastName</LastName>
523 <Titles>Titles</Titles>
524 <Phone>Phone</Phone>
525 <Phone2>Phone2</Phone2>
526 <Phone3>Phone3</Phone3>
527 <Phone4>Phone4</Phone4>
528 <Fax>Fax</Fax>
529 <EMail>EMail</EMail>
530 <DepartmentName>DepartmentName</DepartmentName>
531 <CostCenterName>CostCenterName</CostCenterName>
532 <CompanyName>CompanyName</CompanyName>
533 <LocationName>LocationName</LocationName>
534 <Address>Address</Address>
535 <ZipCode>ZipCode</ZipCode>
536 <City>City</City>
537 <Country>Country</Country>
538 <Position>Position</Position>
539 </TContact_V1>
540 <TContact_V1 xsi:type="TContact_V1">
541 <!  Pflichtfeld  >
542 <ADobjectId>ADobjectId</ADobjectId>
543 <FirstName>Jane</FirstName>
544 <LastName>LastName</LastName>
545 <Titles>Titles</Titles>
546 <Phone>Phone</Phone>
547 <Phone2>Phone2</Phone2>
548 <Phone3>Phone3</Phone3>
549 <Phone4>Phone4</Phone4>
550 <Fax>Fax</Fax>
551 <EMail>EMail</EMail>
552 <DepartmentName>DepartmentName</DepartmentName>
553 <CostCenterName>CostCenterName</CostCenterName>
554 <CompanyName>CompanyName</CompanyName>
555 <LocationName>LocationName</LocationName>
556 <Address>Address</Address>
557 <ZipCode>ZipCode</ZipCode>
558 <City>City</City>
559 <Country>Country</Country>
560 <Position>Position</Position>
561 </TContact_V1>
562 </Contacts>
563 </TSaveContactsRequest_V1>
564 </SaveContacts>
565 </ACMP>
566 </ICQL>
567 )))
568
569
570 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
571 (((
572 (% class="showhide-header-flex" %)
573 (((
574 (% class="showhide-title" %)
575 (((
576 SaveContacts (Request) V1
577 )))
578
579 (% class="showhide-arrow" %)
580 (((
581
582 )))
583 )))
584 )))
585
586 (% class="showhidecontent" style="display: none;" %)
587 (((
588 <ICQL>
589 <ACMP>
590 <SaveContacts version="1">
591 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
592 <Contacts>
593 <TContact_V1 xsi:type="TContact_V1">
594 <!  Pflichtfeld  >
595 <ADobjectId>ADobjectId</ADobjectId>
596 <FirstName>Jane</FirstName>
597 <LastName>LastName</LastName>
598 <Titles>Titles</Titles>
599 <Phone>Phone</Phone>
600 <Phone2>Phone2</Phone2>
601 <Phone3>Phone3</Phone3>
602 <Phone4>Phone4</Phone4>
603 <Fax>Fax</Fax>
604 <EMail>EMail</EMail>
605 <DepartmentName>DepartmentName</DepartmentName>
606 <CostCenterName>CostCenterName</CostCenterName>
607 <CompanyName>CompanyName</CompanyName>
608 <LocationName>LocationName</LocationName>
609 <Address>Address</Address>
610 <ZipCode>ZipCode</ZipCode>
611 <City>City</City>
612 <Country>Country</Country>
613 <Position>Position</Position>
614 </TContact_V1>
615 <TContact_V1 xsi:type="TContact_V1">
616 <!  Pflichtfeld  >
617 <ADobjectId>ADobjectId</ADobjectId>
618 <FirstName>Jane</FirstName>
619 <LastName>LastName</LastName>
620 <Titles>Titles</Titles>
621 <Phone>Phone</Phone>
622 <Phone2>Phone2</Phone2>
623 <Phone3>Phone3</Phone3>
624 <Phone4>Phone4</Phone4>
625 <Fax>Fax</Fax>
626 <EMail>EMail</EMail>
627 <DepartmentName>DepartmentName</DepartmentName>
628 <CostCenterName>CostCenterName</CostCenterName>
629 <CompanyName>CompanyName</CompanyName>
630 <LocationName>LocationName</LocationName>
631 <Address>Address</Address>
632 <ZipCode>ZipCode</ZipCode>
633 <City>City</City>
634 <Country>Country</Country>
635 <Position>Position</Position>
636 </TContact_V1>
637 </Contacts>
638 </TSaveContactsRequest_V1>
639 </SaveContacts>
640 </ACMP>
641 </ICQL>
642 )))
643
644
645 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %)
646 (((
647 (% class="showhide-header-flex" %)
648 (((
649 (% class="showhide-title" %)
650 (((
651 SaveContacts (Request) V1
652 )))
653
654 (% class="showhide-arrow" %)
655 (((
656
657 )))
658 )))
659 )))
660
661 (% class="showhidecontent" style="display: none;" %)
662 (((
663 <ICQL>
664 <ACMP>
665 <SaveContacts version="1">
666 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
667 <Contacts>
668 <TContact_V1 xsi:type="TContact_V1">
669 <!--  Pflichtfeld  -->
670 <ADobjectId>ADobjectId</ADobjectId>
671 <FirstName>Jane</FirstName>
672 <LastName>LastName</LastName>
673 <Titles>Titles</Titles>
674 <Phone>Phone</Phone>
675 <Phone2>Phone2</Phone2>
676 <Phone3>Phone3</Phone3>
677 <Phone4>Phone4</Phone4>
678 <Fax>Fax</Fax>
679 <EMail>EMail</EMail>
680 <DepartmentName>DepartmentName</DepartmentName>
681 <CostCenterName>CostCenterName</CostCenterName>
682 <CompanyName>CompanyName</CompanyName>
683 <LocationName>LocationName</LocationName>
684 <Address>Address</Address>
685 <ZipCode>ZipCode</ZipCode>
686 <City>City</City>
687 <Country>Country</Country>
688 <Position>Position</Position>
689 </TContact_V1>
690 <TContact_V1 xsi:type="TContact_V1">
691 <!--  Pflichtfeld  -->
692 <ADobjectId>ADobjectId</ADobjectId>
693 <FirstName>Jane</FirstName>
694 <LastName>LastName</LastName>
695 <Titles>Titles</Titles>
696 <Phone>Phone</Phone>
697 <Phone2>Phone2</Phone2>
698 <Phone3>Phone3</Phone3>
699 <Phone4>Phone4</Phone4>
700 <Fax>Fax</Fax>
701 <EMail>EMail</EMail>
702 <DepartmentName>DepartmentName</DepartmentName>
703 <CostCenterName>CostCenterName</CostCenterName>
704 <CompanyName>CompanyName</CompanyName>
705 <LocationName>LocationName</LocationName>
706 <Address>Address</Address>
707 <ZipCode>ZipCode</ZipCode>
708 <City>City</City>
709 <Country>Country</Country>
710 <Position>Position</Position>
711 </TContact_V1>
712 </Contacts>
713 </TSaveContactsRequest_V1>
714 </SaveContacts>
715 </ACMP>
716 </ICQL>
717 )))
718
719
720 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" id="showhideheaderxwiki-select-eIj" %)
721 (((
722 (% class="showhide-header-flex" %)
723 (((
724 (% class="showhide-title" %)
725 (((
726 SaveContacts (Request) V1
727 )))
728
729 (% class="showhide-arrow" %)
730 (((
731
732 )))
733 )))
734 )))
735
736 (% class="showhidecontent" id="showhidecontentxwiki-select-eIj" %)
737 (((
738 <ICQL>
739 <ACMP>
740 <SaveContacts version="1">
741 <TSaveContactsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
742 <Contacts>
743 <TContact_V1 xsi:type="TContact_V1">
744 <!  Pflichtfeld  >
745 <ADobjectId>ADobjectId</ADobjectId>
746 <FirstName>Jane</FirstName>
747 <LastName>LastName</LastName>
748 <Titles>Titles</Titles>
749 <Phone>Phone</Phone>
750 <Phone2>Phone2</Phone2>
751 <Phone3>Phone3</Phone3>
752 <Phone4>Phone4</Phone4>
753 <Fax>Fax</Fax>
754 <EMail>EMail</EMail>
755 <DepartmentName>DepartmentName</DepartmentName>
756 <CostCenterName>CostCenterName</CostCenterName>
757 <CompanyName>CompanyName</CompanyName>
758 <LocationName>LocationName</LocationName>
759 <Address>Address</Address>
760 <ZipCode>ZipCode</ZipCode>
761 <City>City</City>
762 <Country>Country</Country>
763 <Position>Position</Position>
764 </TContact_V1>
765 <TContact_V1 xsi:type="TContact_V1">
766 <!  Pflichtfeld  >
767 <ADobjectId>ADobjectId</ADobjectId>
768 <FirstName>Jane</FirstName>
769 <LastName>LastName</LastName>
770 <Titles>Titles</Titles>
771 <Phone>Phone</Phone>
772 <Phone2>Phone2</Phone2>
773 <Phone3>Phone3</Phone3>
774 <Phone4>Phone4</Phone4>
775 <Fax>Fax</Fax>
776 <EMail>EMail</EMail>
777 <DepartmentName>DepartmentName</DepartmentName>
778 <CostCenterName>CostCenterName</CostCenterName>
779 <CompanyName>CompanyName</CompanyName>
780 <LocationName>LocationName</LocationName>
781 <Address>Address</Address>
782 <ZipCode>ZipCode</ZipCode>
783 <City>City</City>
784 <Country>Country</Country>
785 <Position>Position</Position>
786 </TContact_V1>
787 </Contacts>
788 </TSaveContactsRequest_V1>
789 </SaveContacts>
790 </ACMP>
791 </ICQL>
792 )))
793
794 {{apimacro title="SaveContacts (Response) V1"}}
795 <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance">
796 <ACMP>
797 <SaveContacts>
798 <TSaveContactsResponse_V1>
799 <ADObjectIds>
800 <string>AdObjectId1</string>
801 <string>AdObjectId2</string>
802 </ADObjectIds>
803 <ContactIds>
804 <string>ContactId1</string>
805 <string>ContactId2</string>
806 </ContactIds>
807 </TSaveContactsResponse_V1>
808 </SaveContacts>
809 </ACMP>
810 </ICQL>
811 {{/apimacro}}
812
813 {{apimacro title="DeleteContactsByAdObjectIds Request"}}
814 <ICQL>
815 <ACMP>
816 <DeleteContactsByAdObjectIds version="1">
817 <TDeleteContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
818 <ADObjectIds>
819 <string>Value 1</string>
820 <string>Value 2</string>
821 </ADObjectIds>
822 </TDeleteContactsByAdObjectIdsRequest_V1>
823 </DeleteContactsByAdObjectIds>
824 </ACMP>
825 </ICQL>
826 {{/apimacro}}
827
828 {{apimacro title="DeleteContactsByAdObjectIds Response"}}
829 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsByAdObjectIdsResponse_V1">
830 <ACMP>
831 <DeleteContactsByAdObjectIds ActionType="Response" version="1">
832 <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
833 <ResultCode>0</ResultCode>
834 <ResultMessage>ResultMessage</ResultMessage>
835 </TDeleteContactsByAdObjectIdsResponse_V1>
836 </DeleteContactsByAdObjectIds>
837 </ACMP>
838 </ICQL>
839 {{/apimacro}}
840
841 {{apimacro title="DeleteContact (by RequesterID)"}}
842 <ICQL>
843 <ACMP>
844 <SaveContacts>
845 <TSaveContactsRequest>
846 <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
847 <TContact xsi:type="TContact">
848 <Action>eaDelete</Action>
849 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId>
850 </TContact>
851 </Contacts>
852 </TSaveContactsRequest>
853 </SaveContacts>
854 </ACMP>
855 </ICQL>
856 {{/apimacro}}
857
858 {{apimacro title="DisableContactsByAdObjectIds Request"}}
859 <ICQL>
860 <ACMP>
861 <DisableContactsByAdObjectIds version="1">
862 <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
863 <ADObjectIds>
864 <string>Value 1</string>
865 <string>Value 2</string>
866 </ADObjectIds>
867 </TDisableContactsByAdObjectIdsRequest_V1>
868 </DisableContactsByAdObjectIds>
869 </ACMP>
870 </ICQL>
871 {{/apimacro}}
872
873 {{apimacro title="DisableContactsByAdObjectIds Response"}}
874 <ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DisableContactsByAdObjectIdsResponse_V1">
875 <ACMP>
876 <DisableContactsByAdObjectIds ActionType="Response" version="1">
877 <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
878 <ResultCode>0</ResultCode>
879 <ResultMessage>ResultMessage</ResultMessage>
880 </TDisableContactsByAdObjectIdsResponse_V1>
881 </DisableContactsByAdObjectIds>
882 </ACMP>
883 </ICQL>
884 {{/apimacro}}
885
886 fhd
© Aagon GmbH 2025
Besuchen Sie unsere Aagon-Community