Änderungen von Dokument Master Data

Zuletzt geändert von Steffi F am 2025/08/25 10:04

Von Version 1.2
bearbeitet von Steffi F
am 2025/05/26 13:28
Änderungskommentar: Update document after refactoring.
Auf Version 2.1
bearbeitet von Steffi F
am 2025/06/13 07:58
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,0 +1,2889 @@
1 +{{aagon.floatingbox/}}
2 +
3 += Master Data Objekte speichern =
4 +
5 +{{apimacro title="SaveCompanyList_V1 Request"}}
6 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompanyListRequest_V1">
7 + <ACMP>
8 + <SaveCompanyList ActionType="Request" version="1">
9 + <TSaveCompanyListRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
10 + <CompanyList>
11 + <TCompany_V1 xsi:type="TCompany_V1">
12 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
13 + <Name>Name</Name>
14 + <PostalCode>PostalCode</PostalCode>
15 + <Street>Street</Street>
16 + <City>City</City>
17 + <Country>Country</Country>
18 + <Description>Description</Description>
19 + <CustomerId>{59387FFD-B171-47C5-B735-041FA132CA39}</CustomerId>
20 + <CompanyKinds/>
21 + <IsManufacturer>false</IsManufacturer>
22 + <IsVendor>false</IsVendor>
23 + <IsServicePartner>false</IsServicePartner>
24 + </TCompany_V1>
25 + <TCompany_V1 xsi:type="TCompany_V1">
26 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
27 + <Name>Name</Name>
28 + <PostalCode>PostalCode</PostalCode>
29 + <Street>Street</Street>
30 + <City>City</City>
31 + <Country>Country</Country>
32 + <Description>Description</Description>
33 + <CustomerId>{59387FFD-B171-47C5-B735-041FA132CA39}</CustomerId>
34 + <CompanyKinds/>
35 + <IsManufacturer>false</IsManufacturer>
36 + <IsVendor>false</IsVendor>
37 + <IsServicePartner>false</IsServicePartner>
38 + </TCompany_V1>
39 + </CompanyList>
40 + </TSaveCompanyListRequest_V1>
41 + </SaveCompanyList>
42 + </ACMP>
43 +</ICQL>
44 +{{/apimacro}}
45 +
46 +{{apimacro title="SaveCompanyList_V1 Response"}}
47 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompanyListResponse_V1">
48 + <ACMP>
49 + <SaveCompanyList ActionType="Response" version="1">
50 + <TSaveCompanyListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
51 + <ResultCode>0</ResultCode>
52 + <ResultMessage>ResultMessage</ResultMessage>
53 + </TSaveCompanyListResponse_V1>
54 + </SaveCompanyList>
55 + </ACMP>
56 +</ICQL>
57 +{{/apimacro}}
58 +
59 +{{apimacro title="SaveCompanies_V2 Request"}}
60 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompaniesRequest_V2">
61 + <ACMP>
62 + <SaveCompanies ActionType="Request" version="2">
63 + <TSaveCompaniesRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
64 + <Companies>
65 + <TCompany_V2 xsi:type="TCompany_V2">
66 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
67 + <Name>Name</Name>
68 + <PostalCode>PostalCode</PostalCode>
69 + <Street>Street</Street>
70 + <City>City</City>
71 + <Country>Country</Country>
72 + <Description>Description</Description>
73 + <CustomerId>CustomerId</CustomerId>
74 + <CompanyKinds>
75 + <option>ckVendor</option>
76 + <option>ckServicePartner</option>
77 + <option>ckManufacturer</option>
78 + </CompanyKinds>
79 + <IsManufacturer>true</IsManufacturer>
80 + <IsVendor>true</IsVendor>
81 + <IsServicePartner>true</IsServicePartner>
82 + <ContactLinkCollection>
83 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
84 + <Contact xsi:type="TContactInfo_V1">
85 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
86 + </Contact>
87 + <Responsibility>Responsibility</Responsibility>
88 + </TMasterDataContactLink_V1>
89 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
90 + <Contact xsi:type="TContactInfo_V1">
91 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
92 + </Contact>
93 + <Responsibility>Responsibility</Responsibility>
94 + </TMasterDataContactLink_V1>
95 + </ContactLinkCollection>
96 + <MemberLinkCollection>
97 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
98 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
99 + </TContactInfo_V1>
100 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
101 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
102 + </TContactInfo_V1>
103 + </MemberLinkCollection>
104 + </TCompany_V2>
105 + <TCompany_V2 xsi:type="TCompany_V2">
106 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
107 + <Name>Name</Name>
108 + <PostalCode>PostalCode</PostalCode>
109 + <Street>Street</Street>
110 + <City>City</City>
111 + <Country>Country</Country>
112 + <Description>Description</Description>
113 + <CustomerId>CustomerId</CustomerId>
114 + <CompanyKinds/>
115 + <IsManufacturer>true</IsManufacturer>
116 + <IsVendor>true</IsVendor>
117 + <IsServicePartner>true</IsServicePartner>
118 + <ContactLinkCollection>
119 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
120 + <Contact xsi:type="TContactInfo_V1">
121 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
122 + </Contact>
123 + <Responsibility>Responsibility</Responsibility>
124 + </TMasterDataContactLink_V1>
125 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
126 + <Contact xsi:type="TContactInfo_V1">
127 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
128 + </Contact>
129 + <Responsibility>Responsibility</Responsibility>
130 + </TMasterDataContactLink_V1>
131 + </ContactLinkCollection>
132 + <MemberLinkCollection>
133 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
134 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
135 + </TContactInfo_V1>
136 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
137 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
138 + </TContactInfo_V1>
139 + </MemberLinkCollection>
140 + </TCompany_V2>
141 + </Companies>
142 + </TSaveCompaniesRequest_V2>
143 + </SaveCompanies>
144 + </ACMP>
145 +</ICQL>
146 +{{/apimacro}}
147 +
148 +{{apimacro title="SaveCompanies_V2 Response"}}
149 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCompaniesResponse_V2">
150 + <ACMP>
151 + <SaveCompanies ActionType="Response" version="2">
152 + <TSaveCompaniesResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
153 + <ResultCode>0</ResultCode>
154 + <ResultMessage>ResultMessage</ResultMessage>
155 + </TSaveCompaniesResponse_V2>
156 + </SaveCompanies>
157 + </ACMP>
158 +</ICQL>
159 +{{/apimacro}}
160 +
161 +{{apimacro title="SaveContacts Request V2"}}
162 +<?xml version="1.0" encoding="utf-8"?>
163 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsRequest_V2">
164 + <ACMP>
165 + <SaveContacts ActionType="Request" version="2">
166 + <TSaveContactsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
167 + <Contacts>
168 + <TContact_V2 xsi:type="TContact_V2">
169 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
170 + <Titles>Titles</Titles>
171 + <Name>Name</Name>
172 + <FamilyName>FamilyName</FamilyName>
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 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
180 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
181 + <DepartmentName>DepartmentName</DepartmentName>
182 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
183 + <CostCenterName>CostCenterName</CostCenterName>
184 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
185 + <CompanyName>CompanyName</CompanyName>
186 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
187 + <LocationName>LocationName</LocationName>
188 + <HasDeleteFlag>false</HasDeleteFlag>
189 + <HTMLComment>HTMLComment</HTMLComment>
190 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
191 + <Address>Address</Address>
192 + <Zipcode>Zipcode</Zipcode>
193 + <City>City</City>
194 + <Country>Country</Country>
195 + <Position>Position</Position>
196 + <IsUser>false</IsUser>
197 + <FullName>FullName</FullName>
198 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
199 + <ClientLinkCollection>
200 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
201 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
202 + <ComputerName>ComputerName</ComputerName>
203 + <ComputerDomain>ComputerDomain</ComputerDomain>
204 + </TClientInfo_V1>
205 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
206 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
207 + <ComputerName>ComputerName</ComputerName>
208 + <ComputerDomain>ComputerDomain</ComputerDomain>
209 + </TClientInfo_V1>
210 + </ClientLinkCollection>
211 + <HasPhoneNumber>false</HasPhoneNumber>
212 + <AssetCount>0</AssetCount>
213 + <Department xsi:type="TDepartmentInfo_V1">
214 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
215 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
216 + <Name>Name</Name>
217 + <Abbreviation>Abbreviation</Abbreviation>
218 + <Path>Path</Path>
219 + <FullPath>FullPath</FullPath>
220 + <AssetCount>0</AssetCount>
221 + </Department>
222 + <CostCenter xsi:type="TCostCenterInfo_V1">
223 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
224 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
225 + <Name>Name</Name>
226 + <Abbreviation>Abbreviation</Abbreviation>
227 + <Path>Path</Path>
228 + <FullPath>FullPath</FullPath>
229 + <AssetCount>0</AssetCount>
230 + </CostCenter>
231 + <Company xsi:type="TCompanyInfo_V1">
232 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
233 + <Name>Name</Name>
234 + <Description>Description</Description>
235 + <CompanyKinds/>
236 + </Company>
237 + <Location xsi:type="TLocationInfo_V1">
238 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
239 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
240 + <Name>Name</Name>
241 + <LocationKind>lkLocation</LocationKind>
242 + <AssetCount>0</AssetCount>
243 + <HasSubLocations>false</HasSubLocations>
244 + <Path>Path</Path>
245 + <FullPath>FullPath</FullPath>
246 + </Location>
247 + </TContact_V2>
248 + <TContact_V2 xsi:type="TContact_V2">
249 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
250 + <Titles>Titles</Titles>
251 + <Name>Name</Name>
252 + <FamilyName>FamilyName</FamilyName>
253 + <Phone>Phone</Phone>
254 + <Phone2>Phone2</Phone2>
255 + <Phone3>Phone3</Phone3>
256 + <Phone4>Phone4</Phone4>
257 + <Fax>Fax</Fax>
258 + <Email>Email</Email>
259 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
260 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
261 + <DepartmentName>DepartmentName</DepartmentName>
262 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
263 + <CostCenterName>CostCenterName</CostCenterName>
264 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
265 + <CompanyName>CompanyName</CompanyName>
266 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
267 + <LocationName>LocationName</LocationName>
268 + <HasDeleteFlag>false</HasDeleteFlag>
269 + <HTMLComment>HTMLComment</HTMLComment>
270 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
271 + <Address>Address</Address>
272 + <Zipcode>Zipcode</Zipcode>
273 + <City>City</City>
274 + <Country>Country</Country>
275 + <Position>Position</Position>
276 + <IsUser>false</IsUser>
277 + <FullName>FullName</FullName>
278 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
279 + <ClientLinkCollection>
280 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
281 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
282 + <ComputerName>ComputerName</ComputerName>
283 + <ComputerDomain>ComputerDomain</ComputerDomain>
284 + </TClientInfo_V1>
285 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
286 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
287 + <ComputerName>ComputerName</ComputerName>
288 + <ComputerDomain>ComputerDomain</ComputerDomain>
289 + </TClientInfo_V1>
290 + </ClientLinkCollection>
291 + <HasPhoneNumber>false</HasPhoneNumber>
292 + <AssetCount>0</AssetCount>
293 + <Department xsi:type="TDepartmentInfo_V1">
294 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
295 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
296 + <Name>Name</Name>
297 + <Abbreviation>Abbreviation</Abbreviation>
298 + <Path>Path</Path>
299 + <FullPath>FullPath</FullPath>
300 + <AssetCount>0</AssetCount>
301 + </Department>
302 + <CostCenter xsi:type="TCostCenterInfo_V1">
303 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
304 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
305 + <Name>Name</Name>
306 + <Abbreviation>Abbreviation</Abbreviation>
307 + <Path>Path</Path>
308 + <FullPath>FullPath</FullPath>
309 + <AssetCount>0</AssetCount>
310 + </CostCenter>
311 + <Company xsi:type="TCompanyInfo_V1">
312 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
313 + <Name>Name</Name>
314 + <Description>Description</Description>
315 + <CompanyKinds/>
316 + </Company>
317 + <Location xsi:type="TLocationInfo_V1">
318 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
319 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
320 + <Name>Name</Name>
321 + <LocationKind>lkLocation</LocationKind>
322 + <AssetCount>0</AssetCount>
323 + <HasSubLocations>false</HasSubLocations>
324 + <Path>Path</Path>
325 + <FullPath>FullPath</FullPath>
326 + </Location>
327 + </TContact_V2>
328 + </Contacts>
329 + </TSaveContactsRequest_V2>
330 + </SaveContacts>
331 + </ACMP>
332 +</ICQL>
333 +{{/apimacro}}
334 +
335 +{{apimacro title="SaveContacts Response V2"}}
336 +<?xml version="1.0" encoding="utf-8"?>
337 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsResponse_V2">
338 + <ACMP>
339 + <SaveContacts ActionType="Response" version="2">
340 + <TSaveContactsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
341 + <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg>
342 + <ResultCode>0</ResultCode>
343 + <ResultMessage>ResultMessage</ResultMessage>
344 + </TSaveContactsResponse_V2>
345 + </SaveContacts>
346 + </ACMP>
347 +</ICQL>
348 +{{/apimacro}}
349 +
350 +{{aagon.infobox}}
351 +In SaveContacts Request V3 ist die ID kein Pflichtfeld!
352 +{{/aagon.infobox}}
353 +
354 +{{apimacro title="SaveContacts Request V3"}}
355 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsRequest_V3">
356 + <ACMP>
357 + <SaveContacts ActionType="Request" version="3">
358 + <TSaveContactsRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
359 + <Contacts>
360 + <TContact_V3 xsi:type="TContact_V3">
361 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
362 + <Titles>Titles</Titles>
363 + <Name>Name</Name>
364 + <FamilyName>FamilyName</FamilyName>
365 + <Phone>Phone</Phone>
366 + <Phone2>Phone2</Phone2>
367 + <Phone3>Phone3</Phone3>
368 + <Phone4>Phone4</Phone4>
369 + <Fax>Fax</Fax>
370 + <Email>Email</Email>
371 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
372 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
373 + <DepartmentName>DepartmentName</DepartmentName>
374 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
375 + <CostCenterName>CostCenterName</CostCenterName>
376 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
377 + <CompanyName>CompanyName</CompanyName>
378 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
379 + <LocationName>LocationName</LocationName>
380 + <HasDeleteFlag>false</HasDeleteFlag>
381 + <HTMLComment>HTMLComment</HTMLComment>
382 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
383 + <Address>Address</Address>
384 + <Zipcode>Zipcode</Zipcode>
385 + <City>City</City>
386 + <Country>Country</Country>
387 + <Position>Position</Position>
388 + <IsUser>false</IsUser>
389 + <FullName>FullName</FullName>
390 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
391 + <ClientLinkCollection>
392 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
393 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
394 + <ComputerName>ComputerName</ComputerName>
395 + <ComputerDomain>ComputerDomain</ComputerDomain>
396 + </TClientInfo_V1>
397 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
398 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
399 + <ComputerName>ComputerName</ComputerName>
400 + <ComputerDomain>ComputerDomain</ComputerDomain>
401 + </TClientInfo_V1>
402 + </ClientLinkCollection>
403 + <HasPhoneNumber>false</HasPhoneNumber>
404 + <AssetCount>0</AssetCount>
405 + <Department xsi:type="TDepartmentInfo_V1">
406 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
407 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
408 + <Name>Name</Name>
409 + <Abbreviation>Abbreviation</Abbreviation>
410 + <Path>Path</Path>
411 + <FullPath>FullPath</FullPath>
412 + <AssetCount>0</AssetCount>
413 + </Department>
414 + <CostCenter xsi:type="TCostCenterInfo_V1">
415 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
416 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
417 + <Name>Name</Name>
418 + <Abbreviation>Abbreviation</Abbreviation>
419 + <Path>Path</Path>
420 + <FullPath>FullPath</FullPath>
421 + <AssetCount>0</AssetCount>
422 + </CostCenter>
423 + <Company xsi:type="TCompanyInfo_V1">
424 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
425 + <Name>Name</Name>
426 + <Description>Description</Description>
427 + <CompanyKinds/>
428 + </Company>
429 + <Location xsi:type="TLocationInfo_V1">
430 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
431 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
432 + <Name>Name</Name>
433 + <LocationKind>lkLocation</LocationKind>
434 + <AssetCount>0</AssetCount>
435 + <HasSubLocations>false</HasSubLocations>
436 + <Path>Path</Path>
437 + <FullPath>FullPath</FullPath>
438 + </Location>
439 + <SingleFieldValues>
440 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
441 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
442 + <Value>Value</Value>
443 + </TCustomFieldValue_V1>
444 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
445 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
446 + <Value>Value</Value>
447 + </TCustomFieldValue_V1>
448 + </SingleFieldValues>
449 + </TContact_V3>
450 + <TContact_V3 xsi:type="TContact_V3">
451 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
452 + <Titles>Titles</Titles>
453 + <Name>Name</Name>
454 + <FamilyName>FamilyName</FamilyName>
455 + <Phone>Phone</Phone>
456 + <Phone2>Phone2</Phone2>
457 + <Phone3>Phone3</Phone3>
458 + <Phone4>Phone4</Phone4>
459 + <Fax>Fax</Fax>
460 + <Email>Email</Email>
461 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
462 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
463 + <DepartmentName>DepartmentName</DepartmentName>
464 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
465 + <CostCenterName>CostCenterName</CostCenterName>
466 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
467 + <CompanyName>CompanyName</CompanyName>
468 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
469 + <LocationName>LocationName</LocationName>
470 + <HasDeleteFlag>false</HasDeleteFlag>
471 + <HTMLComment>HTMLComment</HTMLComment>
472 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
473 + <Address>Address</Address>
474 + <Zipcode>Zipcode</Zipcode>
475 + <City>City</City>
476 + <Country>Country</Country>
477 + <Position>Position</Position>
478 + <IsUser>false</IsUser>
479 + <FullName>FullName</FullName>
480 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
481 + <ClientLinkCollection>
482 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
483 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
484 + <ComputerName>ComputerName</ComputerName>
485 + <ComputerDomain>ComputerDomain</ComputerDomain>
486 + </TClientInfo_V1>
487 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
488 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
489 + <ComputerName>ComputerName</ComputerName>
490 + <ComputerDomain>ComputerDomain</ComputerDomain>
491 + </TClientInfo_V1>
492 + </ClientLinkCollection>
493 + <HasPhoneNumber>false</HasPhoneNumber>
494 + <AssetCount>0</AssetCount>
495 + <Department xsi:type="TDepartmentInfo_V1">
496 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
497 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
498 + <Name>Name</Name>
499 + <Abbreviation>Abbreviation</Abbreviation>
500 + <Path>Path</Path>
501 + <FullPath>FullPath</FullPath>
502 + <AssetCount>0</AssetCount>
503 + </Department>
504 + <CostCenter xsi:type="TCostCenterInfo_V1">
505 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
506 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
507 + <Name>Name</Name>
508 + <Abbreviation>Abbreviation</Abbreviation>
509 + <Path>Path</Path>
510 + <FullPath>FullPath</FullPath>
511 + <AssetCount>0</AssetCount>
512 + </CostCenter>
513 + <Company xsi:type="TCompanyInfo_V1">
514 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
515 + <Name>Name</Name>
516 + <Description>Description</Description>
517 + <CompanyKinds/>
518 + </Company>
519 + <Location xsi:type="TLocationInfo_V1">
520 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
521 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
522 + <Name>Name</Name>
523 + <LocationKind>lkLocation</LocationKind>
524 + <AssetCount>0</AssetCount>
525 + <HasSubLocations>false</HasSubLocations>
526 + <Path>Path</Path>
527 + <FullPath>FullPath</FullPath>
528 + </Location>
529 + <SingleFieldValues>
530 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
531 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
532 + <Value>Value</Value>
533 + </TCustomFieldValue_V1>
534 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
535 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
536 + <Value>Value</Value>
537 + </TCustomFieldValue_V1>
538 + </SingleFieldValues>
539 + </TContact_V3>
540 + </Contacts>
541 + </TSaveContactsRequest_V3>
542 + </SaveContacts>
543 + </ACMP>
544 +</ICQL>
545 +{{/apimacro}}
546 +
547 +{{apimacro title="SaveContacts Response V3"}}
548 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContactsResponse_V3">
549 + <ACMP>
550 + <SaveContacts ActionType="Response" version="3">
551 + <TSaveContactsResponse_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
552 + <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg>
553 + <ResultCode>0</ResultCode>
554 + <ResultMessage>ResultMessage</ResultMessage>
555 + </TSaveContactsResponse_V3>
556 + </SaveContacts>
557 + </ACMP>
558 +</ICQL>
559 +{{/apimacro}}
560 +
561 +{{apimacro title="SaveCostCenters_V1 Request"}}
562 +<?xml version="1.0" encoding="utf-8"?>
563 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersRequest_V1">
564 + <ACMP>
565 + <SaveCostCenters ActionType="Request" version="1">
566 + <TSaveCostCentersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
567 + <CostCenters>
568 + <TCostCenter_V1 xsi:type="TCostCenter_V1">
569 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
570 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
571 + <Name>Name</Name>
572 + <Abbreviation>Abbreviation</Abbreviation>
573 + <Description>Description</Description>
574 + <Path>Path</Path>
575 + <FullPath>FullPath</FullPath>
576 + <AssetCount>0</AssetCount>
577 + </TCostCenter_V1>
578 + <TCostCenter_V1 xsi:type="TCostCenter_V1">
579 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
580 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
581 + <Name>Name</Name>
582 + <Abbreviation>Abbreviation</Abbreviation>
583 + <Description>Description</Description>
584 + <Path>Path</Path>
585 + <FullPath>FullPath</FullPath>
586 + <AssetCount>0</AssetCount>
587 + </TCostCenter_V1>
588 + </CostCenters>
589 + </TSaveCostCentersRequest_V1>
590 + </SaveCostCenters>
591 + </ACMP>
592 +</ICQL>
593 +{{/apimacro}}
594 +
595 +{{apimacro title="SaveCostCenters_V1 Response"}}
596 +<?xml version="1.0" encoding="utf-8"?>
597 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersResponse_V1">
598 + <ACMP>
599 + <SaveCostCenters ActionType="Response" version="1">
600 + <TSaveCostCentersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
601 + <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg>
602 + <ResultCode>0</ResultCode>
603 + <ResultMessage>ResultMessage</ResultMessage>
604 + </TSaveCostCentersResponse_V1>
605 + </SaveCostCenters>
606 + </ACMP>
607 +</ICQL>
608 +{{/apimacro}}
609 +
610 +{{apimacro title="SaveCostCenters_V2 Request"}}
611 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersRequest_V2">
612 + <ACMP>
613 + <SaveCostCenters ActionType="Request" version="2">
614 + <TSaveCostCentersRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
615 + <CostCenters>
616 + <TCostCenter_V2 xsi:type="TCostCenter_V2">
617 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
618 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
619 + <Name>Name</Name>
620 + <Abbreviation>Abbreviation</Abbreviation>
621 + <Description>Description</Description>
622 + <ContactLinkCollection>
623 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
624 + <Contact xsi:type="TContactInfo_V1">
625 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
626 + </Contact>
627 + <Responsibility>Responsibility</Responsibility>
628 + </TMasterDataContactLink_V1>
629 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
630 + <Contact xsi:type="TContactInfo_V1">
631 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
632 + </Contact>
633 + <Responsibility>Responsibility</Responsibility>
634 + </TMasterDataContactLink_V1>
635 + </ContactLinkCollection>
636 + <MemberLinkCollection>
637 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
638 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
639 + </TContactInfo_V1>
640 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
641 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
642 + </TContactInfo_V1>
643 + </MemberLinkCollection>
644 + </TCostCenter_V2>
645 + <TCostCenter_V2 xsi:type="TCostCenter_V2">
646 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
647 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
648 + <Name>Name</Name>
649 + <Abbreviation>Abbreviation</Abbreviation>
650 + <Description>Description</Description>
651 + <ContactLinkCollection>
652 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
653 + <Contact xsi:type="TContactInfo_V1">
654 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
655 + </Contact>
656 + <Responsibility>Responsibility</Responsibility>
657 + </TMasterDataContactLink_V1>
658 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
659 + <Contact xsi:type="TContactInfo_V1">
660 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
661 + </Contact>
662 + <Responsibility>Responsibility</Responsibility>
663 + </TMasterDataContactLink_V1>
664 + </ContactLinkCollection>
665 + <MemberLinkCollection>
666 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
667 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
668 + </TContactInfo_V1>
669 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
670 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
671 + </TContactInfo_V1>
672 + </MemberLinkCollection>
673 + </TCostCenter_V2>
674 + </CostCenters>
675 + </TSaveCostCentersRequest_V2>
676 + </SaveCostCenters>
677 + </ACMP>
678 +</ICQL>
679 +{{/apimacro}}
680 +
681 +{{apimacro title="SaveCostCenters_V2 Response"}}
682 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveCostCentersResponse_V2">
683 + <ACMP>
684 + <SaveCostCenters ActionType="Response" version="2">
685 + <TSaveCostCentersResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
686 + <ResultCode>0</ResultCode>
687 + <ResultMessage>ResultMessage</ResultMessage>
688 + </TSaveCostCentersResponse_V2>
689 + </SaveCostCenters>
690 + </ACMP>
691 +</ICQL>
692 +{{/apimacro}}
693 +
694 +{{apimacro title="SaveDepartments_V1 Request"}}
695 +<?xml version="1.0" encoding="utf-8"?>
696 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsRequest_V1">
697 + <ACMP>
698 + <SaveDepartments ActionType="Request" version="1">
699 + <TSaveDepartmentsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
700 + <Departments>
701 + <TDepartment_V1 xsi:type="TDepartment_V1">
702 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
703 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
704 + <Name>Name</Name>
705 + <Abbreviation>Abbreviation</Abbreviation>
706 + <Description>Description</Description>
707 + </TDepartment_V1>
708 + <TDepartment_V1 xsi:type="TDepartment_V1">
709 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
710 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
711 + <Name>Name</Name>
712 + <Abbreviation>Abbreviation</Abbreviation>
713 + <Description>Description</Description>
714 + </TDepartment_V1>
715 + </Departments>
716 + </TSaveDepartmentsRequest_V1>
717 + </SaveDepartments>
718 + </ACMP>
719 +</ICQL>
720 +{{/apimacro}}
721 +
722 +{{apimacro title="SaveDepartments_V1 Response"}}
723 +<?xml version="1.0" encoding="utf-8"?>
724 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsResponse_V1">
725 + <ACMP>
726 + <SaveDepartments ActionType="Response" version="1">
727 + <TSaveDepartmentsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
728 + <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg>
729 + <ResultCode>0</ResultCode>
730 + <ResultMessage>ResultMessage</ResultMessage>
731 + </TSaveDepartmentsResponse_V1>
732 + </SaveDepartments>
733 + </ACMP>
734 +</ICQL>
735 +{{/apimacro}}
736 +
737 +{{apimacro title="SaveDepartments_V2 Request"}}
738 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsRequest_V2">
739 + <ACMP>
740 + <SaveDepartments ActionType="Request" version="2">
741 + <TSaveDepartmentsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
742 + <Departments>
743 + <TDepartment_V2 xsi:type="TDepartment_V2">
744 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
745 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
746 + <Name>Name</Name>
747 + <Abbreviation>Abbreviation</Abbreviation>
748 + <Description>Description</Description>
749 + <ContactLinkCollection>
750 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
751 + <Contact xsi:type="TContactInfo_V1">
752 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
753 + </Contact>
754 + <Responsibility>Responsibility</Responsibility>
755 + </TMasterDataContactLink_V1>
756 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
757 + <Contact xsi:type="TContactInfo_V1">
758 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
759 + </Contact>
760 + <Responsibility>Responsibility</Responsibility>
761 + </TMasterDataContactLink_V1>
762 + </ContactLinkCollection>
763 + <MemberLinkCollection>
764 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
765 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
766 + </TContactInfo_V1>
767 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
768 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
769 + </TContactInfo_V1>
770 + </MemberLinkCollection>
771 + </TDepartment_V2>
772 + <TDepartment_V2 xsi:type="TDepartment_V2">
773 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
774 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
775 + <Name>Name</Name>
776 + <Abbreviation>Abbreviation</Abbreviation>
777 + <Description>Description</Description>
778 + <ContactLinkCollection>
779 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
780 + <Contact xsi:type="TContactInfo_V1">
781 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
782 + </Contact>
783 + <Responsibility>Responsibility</Responsibility>
784 + </TMasterDataContactLink_V1>
785 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
786 + <Contact xsi:type="TContactInfo_V1">
787 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
788 + </Contact>
789 + <Responsibility>Responsibility</Responsibility>
790 + </TMasterDataContactLink_V1>
791 + </ContactLinkCollection>
792 + <MemberLinkCollection>
793 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
794 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
795 + </TContactInfo_V1>
796 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
797 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
798 + </TContactInfo_V1>
799 + </MemberLinkCollection>
800 + </TDepartment_V2>
801 + </Departments>
802 + </TSaveDepartmentsRequest_V2>
803 + </SaveDepartments>
804 + </ACMP>
805 +</ICQL>
806 +{{/apimacro}}
807 +
808 +{{apimacro title="SaveDepartments_V2 Response"}}
809 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveDepartmentsResponse_V2">
810 + <ACMP>
811 + <SaveDepartments ActionType="Response" version="2">
812 + <TSaveDepartmentsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
813 + <ResultCode>0</ResultCode>
814 + <ResultMessage>ResultMessage</ResultMessage>
815 + </TSaveDepartmentsResponse_V2>
816 + </SaveDepartments>
817 + </ACMP>
818 +</ICQL>
819 +{{/apimacro}}
820 +
821 +{{apimacro title="SaveLocations_V1 Request"}}
822 +<?xml version="1.0" encoding="utf-8"?>
823 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLocationsRequest_V1">
824 + <ACMP>
825 + <SaveLocations ActionType="Request" version="1">
826 + <TSaveLocationsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
827 + <Locations>
828 + <TLocation_V1 xsi:type="TLocation_V1">
829 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
830 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
831 + <Name>Name</Name>
832 + <Description>Description</Description>
833 + <Street>Street</Street>
834 + <City>City</City>
835 + <PostalCode>PostalCode</PostalCode>
836 + <Country>Country</Country>
837 + <Path>Path</Path>
838 + <FullPath>FullPath</FullPath>
839 + <LocationKind>lkLocation</LocationKind>
840 + <AssetCount>0</AssetCount>
841 + <HasSubLocations>false</HasSubLocations>
842 + </TLocation_V1>
843 + <TLocation_V1 xsi:type="TLocation_V1">
844 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
845 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
846 + <Name>Name</Name>
847 + <Description>Description</Description>
848 + <Street>Street</Street>
849 + <City>City</City>
850 + <PostalCode>PostalCode</PostalCode>
851 + <Country>Country</Country>
852 + <Path>Path</Path>
853 + <FullPath>FullPath</FullPath>
854 + <LocationKind>lkLocation</LocationKind>
855 + <AssetCount>0</AssetCount>
856 + <HasSubLocations>false</HasSubLocations>
857 + </TLocation_V1>
858 + </Locations>
859 + </TSaveLocationsRequest_V1>
860 + </SaveLocations>
861 + </ACMP>
862 +</ICQL>
863 +{{/apimacro}}
864 +
865 +{{apimacro title="SaveLocations_V1 Response"}}
866 +<?xml version="1.0" encoding="utf-8"?>
867 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLocationsResponse_V1">
868 + <ACMP>
869 + <SaveLocations ActionType="Response" version="1">
870 + <TSaveLocationsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
871 + <FirstErrorMsg>FirstErrorMsg</FirstErrorMsg>
872 + <ResultCode>0</ResultCode>
873 + <ResultMessage>ResultMessage</ResultMessage>
874 + </TSaveLocationsResponse_V1>
875 + </SaveLocations>
876 + </ACMP>
877 +</ICQL>
878 +{{/apimacro}}
879 +
880 +{{apimacro title="SaveLocations_V2 Request"}}
881 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLocationsRequest_V2">
882 + <ACMP>
883 + <SaveLocations ActionType="Request" version="2">
884 + <TSaveLocationsRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
885 + <Locations>
886 + <TLocation_V2 xsi:type="TLocation_V2">
887 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
888 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
889 + <Name>Name</Name>
890 + <Description>Description</Description>
891 + <Street>Street</Street>
892 + <City>City</City>
893 + <PostalCode>PostalCode</PostalCode>
894 + <Country>Country</Country>
895 + <LocationKind>lkLocation</LocationKind>
896 + <ContactLinkCollection>
897 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
898 + <Contact xsi:type="TContactInfo_V1">
899 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
900 + </Contact>
901 + <Responsibility>Responsibility</Responsibility>
902 + </TMasterDataContactLink_V1>
903 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
904 + <Contact xsi:type="TContactInfo_V1">
905 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
906 + </Contact>
907 + <Responsibility>Responsibility</Responsibility>
908 + </TMasterDataContactLink_V1>
909 + </ContactLinkCollection>
910 + <MemberLinkCollection>
911 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
912 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
913 + </TContactInfo_V1>
914 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
915 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
916 + </TContactInfo_V1>
917 + </MemberLinkCollection>
918 + </TLocation_V2>
919 + <TLocation_V2 xsi:type="TLocation_V2">
920 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
921 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
922 + <Name>Name</Name>
923 + <Description>Description</Description>
924 + <Street>Street</Street>
925 + <City>City</City>
926 + <PostalCode>PostalCode</PostalCode>
927 + <Country>Country</Country>
928 + <LocationKind>lkLocation</LocationKind>
929 + <ContactLinkCollection>
930 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
931 + <Contact xsi:type="TContactInfo_V1">
932 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
933 + </Contact>
934 + <Responsibility>Responsibility</Responsibility>
935 + </TMasterDataContactLink_V1>
936 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
937 + <Contact xsi:type="TContactInfo_V1">
938 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
939 + </Contact>
940 + <Responsibility>Responsibility</Responsibility>
941 + </TMasterDataContactLink_V1>
942 + </ContactLinkCollection>
943 + <MemberLinkCollection>
944 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
945 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
946 + </TContactInfo_V1>
947 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
948 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
949 + </TContactInfo_V1>
950 + </MemberLinkCollection>
951 + </TLocation_V2>
952 + </Locations>
953 + </TSaveLocationsRequest_V2>
954 + </SaveLocations>
955 + </ACMP>
956 +</ICQL>
957 +{{/apimacro}}
958 +
959 +{{apimacro title="SaveLocations_V2 Response"}}
960 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveLocationsResponse_V2">
961 + <ACMP>
962 + <SaveLocations ActionType="Response" version="2">
963 + <TSaveLocationsResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
964 + <ResultCode>0</ResultCode>
965 + <ResultMessage>ResultMessage</ResultMessage>
966 + </TSaveLocationsResponse_V2>
967 + </SaveLocations>
968 + </ACMP>
969 +</ICQL>
970 +{{/apimacro}}
971 +
972 +Das SaveContracts Command hat einige Felder, die speziell validiert werden:
973 +
974 +* Das StartDate darf keinen Datumswert beinhalten, der später ist als das ExpirationDate.
975 +* ParentId muss die Id eines existierenden Ordners beinhalten.
976 +* Der Name darf bei einem neuen Contract nicht leer sein.
977 +
978 +Die angegebene Duration wird nicht übernommen, sondern vom Server ausgerechnet.
979 +
980 +Für ExternalContractPartner und InternalContractPartner wird nur die Id berücksichtigt.
981 +
982 +Der ContractType kann nur über das Feld ContractTypeId setzen.
983 +
984 +Path und FullPath werden nicht berücksichtigt. Den Pfad kann man verändern, indem der Vertrag verschoben oder umbenannt wird.
985 +
986 +Bei den Relations, ContactPersons und Beneficiaries wird die ContractId ignoriert und die Id von dem zu speichernden Vertrag genommen.
987 +
988 +Wenn der Vertrag mit einem Dokument verlinkt werden soll, dann sind die DocumentLinks ID und DocumentID Pflichtfelder. ItemId muss dann auch gleich der ID des zu speichernden Vertrages sein.
989 +
990 +{{apimacro title="SaveContracts Request"}}
991 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContractsRequest_V1">
992 + <ACMP>
993 + <SaveContracts ActionType="Request" version="1">
994 + <TSaveContractsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
995 + <Contracts>
996 + <TContract_V2 xsi:type="TContract_V2">
997 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
998 + <Name>Name</Name>
999 + <Description>Description</Description>
1000 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1001 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1002 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1003 + <ExternalContractPartner xsi:type="TCompanyInfo_V1">
1004 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1005 + <Name>Name</Name>
1006 + <Description>Description</Description>
1007 + <CompanyKinds/>
1008 + </ExternalContractPartner>
1009 + <InternalContractPartner xsi:type="TCompanyInfo_V1">
1010 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1011 + <Name>Name</Name>
1012 + <Description>Description</Description>
1013 + <CompanyKinds/>
1014 + </InternalContractPartner>
1015 + <DocumentLinks>
1016 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1017 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1018 + <Name>Name</Name>
1019 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1020 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1021 + <ItemKind>aiHDQuery</ItemKind>
1022 + <FileName>FileName</FileName>
1023 + <FileSize>0</FileSize>
1024 + </TDocumentLink_V1>
1025 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1026 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1027 + <Name>Name</Name>
1028 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1029 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1030 + <ItemKind>aiHDQuery</ItemKind>
1031 + <FileName>FileName</FileName>
1032 + <FileSize>0</FileSize>
1033 + </TDocumentLink_V1>
1034 + </DocumentLinks>
1035 + <ContractNumber>ContractNumber</ContractNumber>
1036 + <State>csActive</State>
1037 + <Tags>
1038 + <string>Value 1</string>
1039 + <string>Value 2</string>
1040 + </Tags>
1041 + <Duration>0</Duration>
1042 + <DurationTimeUnit>tuDays</DurationTimeUnit>
1043 + <IsTerminable>true</IsTerminable>
1044 + <IsAutoExtended>true</IsAutoExtended>
1045 + <ExtensionPeriod>0</ExtensionPeriod>
1046 + <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit>
1047 + <TermOfNotice>0</TermOfNotice>
1048 + <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit>
1049 + <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine>
1050 + <IsTerminated>true</IsTerminated>
1051 + <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate>
1052 + <ReasonForTermination>ReasonForTermination</ReasonForTermination>
1053 + <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId>
1054 + <ContractType xsi:type="TContractType_V1">
1055 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1056 + <Caption_en>Caption_en</Caption_en>
1057 + <Caption_de>Caption_de</Caption_de>
1058 + </ContractType>
1059 + <Beneficiaries>
1060 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1061 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1062 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1063 + <Name>Name</Name>
1064 + <MasterDataKind>mdContact</MasterDataKind>
1065 + </TContractMasterDataLink_V1>
1066 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1067 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1068 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1069 + <Name>Name</Name>
1070 + <MasterDataKind>mdContact</MasterDataKind>
1071 + </TContractMasterDataLink_V1>
1072 + </Beneficiaries>
1073 + <ContactPersons>
1074 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1075 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1076 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1077 + <Responsibility>Responsibility</Responsibility>
1078 + </TContractContactLink_V1>
1079 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1080 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1081 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1082 + <Responsibility>Responsibility</Responsibility>
1083 + </TContractContactLink_V1>
1084 + </ContactPersons>
1085 + <Relations>
1086 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1087 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1088 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1089 + <RelationKind>rkSuccessor</RelationKind>
1090 + <Name>Name</Name>
1091 + <ContractState>csActive</ContractState>
1092 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1093 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1094 + </TContractRelationLink_V1>
1095 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1096 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1097 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1098 + <RelationKind>rkSuccessor</RelationKind>
1099 + <Name>Name</Name>
1100 + <ContractState>csActive</ContractState>
1101 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1102 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1103 + </TContractRelationLink_V1>
1104 + </Relations>
1105 + <Path>Path</Path>
1106 + <FullPath>FullPath</FullPath>
1107 + </TContract_V2>
1108 + <TContract_V2 xsi:type="TContract_V2">
1109 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1110 + <Name>Name</Name>
1111 + <Description>Description</Description>
1112 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1113 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1114 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1115 + <ExternalContractPartner xsi:type="TCompanyInfo_V1">
1116 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1117 + <Name>Name</Name>
1118 + <Description>Description</Description>
1119 + <CompanyKinds/>
1120 + </ExternalContractPartner>
1121 + <InternalContractPartner xsi:type="TCompanyInfo_V1">
1122 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1123 + <Name>Name</Name>
1124 + <Description>Description</Description>
1125 + <CompanyKinds/>
1126 + </InternalContractPartner>
1127 + <DocumentLinks>
1128 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1129 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1130 + <Name>Name</Name>
1131 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1132 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1133 + <ItemKind>aiHDQuery</ItemKind>
1134 + <FileName>FileName</FileName>
1135 + <FileSize>0</FileSize>
1136 + </TDocumentLink_V1>
1137 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1138 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1139 + <Name>Name</Name>
1140 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1141 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1142 + <ItemKind>aiHDQuery</ItemKind>
1143 + <FileName>FileName</FileName>
1144 + <FileSize>0</FileSize>
1145 + </TDocumentLink_V1>
1146 + </DocumentLinks>
1147 + <ContractNumber>ContractNumber</ContractNumber>
1148 + <State>csActive</State>
1149 + <Tags>
1150 + <string>Value 1</string>
1151 + <string>Value 2</string>
1152 + </Tags>
1153 + <Duration>0</Duration>
1154 + <DurationTimeUnit>tuDays</DurationTimeUnit>
1155 + <IsTerminable>true</IsTerminable>
1156 + <IsAutoExtended>true</IsAutoExtended>
1157 + <ExtensionPeriod>0</ExtensionPeriod>
1158 + <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit>
1159 + <TermOfNotice>0</TermOfNotice>
1160 + <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit>
1161 + <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine>
1162 + <IsTerminated>true</IsTerminated>
1163 + <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate>
1164 + <ReasonForTermination>ReasonForTermination</ReasonForTermination>
1165 + <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId>
1166 + <ContractType xsi:type="TContractType_V1">
1167 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1168 + <Caption_en>Caption_en</Caption_en>
1169 + <Caption_de>Caption_de</Caption_de>
1170 + </ContractType>
1171 + <Beneficiaries>
1172 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1173 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1174 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1175 + <Name>Name</Name>
1176 + <MasterDataKind>mdContact</MasterDataKind>
1177 + </TContractMasterDataLink_V1>
1178 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1179 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1180 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1181 + <Name>Name</Name>
1182 + <MasterDataKind>mdContact</MasterDataKind>
1183 + </TContractMasterDataLink_V1>
1184 + </Beneficiaries>
1185 + <ContactPersons>
1186 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1187 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1188 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1189 + <Responsibility>Responsibility</Responsibility>
1190 + </TContractContactLink_V1>
1191 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1192 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1193 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1194 + <Responsibility>Responsibility</Responsibility>
1195 + </TContractContactLink_V1>
1196 + </ContactPersons>
1197 + <Relations>
1198 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1199 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1200 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1201 + <RelationKind>rkSuccessor</RelationKind>
1202 + <Name>Name</Name>
1203 + <ContractState>csActive</ContractState>
1204 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1205 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1206 + </TContractRelationLink_V1>
1207 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1208 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1209 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1210 + <RelationKind>rkSuccessor</RelationKind>
1211 + <Name>Name</Name>
1212 + <ContractState>csActive</ContractState>
1213 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1214 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1215 + </TContractRelationLink_V1>
1216 + </Relations>
1217 + <Path>Path</Path>
1218 + <FullPath>FullPath</FullPath>
1219 + </TContract_V2>
1220 + </Contracts>
1221 + </TSaveContractsRequest_V1>
1222 + </SaveContracts>
1223 + </ACMP>
1224 +</ICQL>
1225 +{{/apimacro}}
1226 +
1227 +{{apimacro title="SaveContracts Response"}}
1228 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveContractsResponse_V1">
1229 + <ACMP>
1230 + <SaveContracts ActionType="Response" version="1">
1231 + <TSaveContractsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1232 + <ResultCode>0</ResultCode>
1233 + <ResultMessage>ResultMessage</ResultMessage>
1234 + </TSaveContractsResponse_V1>
1235 + </SaveContracts>
1236 + </ACMP>
1237 +</ICQL>
1238 +{{/apimacro}}
1239 +
1240 += Master Data Objekte löschen =
1241 +
1242 +{{apimacro title="DeleteCompanyList Request V1"}}
1243 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteCompanyListRequest_V1">
1244 + <ACMP>
1245 + <DeleteCompanyList ActionType="Request" version="1">
1246 + <TDeleteCompanyListRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1247 + <CompanyIds>
1248 + <string>Value 1</string>
1249 + <string>Value 2</string>
1250 + </CompanyIds>
1251 + </TDeleteCompanyListRequest_V1>
1252 + </DeleteCompanyList>
1253 + </ACMP>
1254 +</ICQL>
1255 +{{/apimacro}}
1256 +
1257 +{{apimacro title="DeleteCompanyList Response V1"}}
1258 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteCompanyListResponse_V1">
1259 + <ACMP>
1260 + <DeleteCompanyList ActionType="Response" version="1">
1261 + <TDeleteCompanyListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1262 + <ResultCode>0</ResultCode>
1263 + <ResultMessage>ResultMessage</ResultMessage>
1264 + </TDeleteCompanyListResponse_V1>
1265 + </DeleteCompanyList>
1266 + </ACMP>
1267 +</ICQL>
1268 +{{/apimacro}}
1269 +
1270 +{{apimacro title="DeleteContacts Request"}}
1271 +<?xml version="1.0" encoding="utf-8"?>
1272 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsRequest_V1">
1273 + <ACMP>
1274 + <DeleteContacts ActionType="Request" version="1">
1275 + <TDeleteContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1276 + <ContactIds>
1277 + <string>Value 1</string>
1278 + <string>Value 2</string>
1279 + </ContactIds>
1280 + </TDeleteContactsRequest_V1>
1281 + </DeleteContacts>
1282 + </ACMP>
1283 +</ICQL>
1284 +{{/apimacro}}
1285 +
1286 +{{apimacro title="DeleteContacts Response"}}
1287 +<?xml version="1.0" encoding="utf-8"?>
1288 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsResponse_V1">
1289 + <ACMP>
1290 + <DeleteContacts ActionType="Response" version="1">
1291 + <TDeleteContactsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1292 + <ResultCode>0</ResultCode>
1293 + <ResultMessage>ResultMessage</ResultMessage>
1294 + </TDeleteContactsResponse_V1>
1295 + </DeleteContacts>
1296 + </ACMP>
1297 +</ICQL>
1298 +{{/apimacro}}
1299 +
1300 +{{apimacro title="DeleteCostCenters Request"}}
1301 +<?xml version="1.0" encoding="utf-8"?>
1302 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteCostCentersRequest_V1">
1303 + <ACMP>
1304 + <DeleteCostCenters ActionType="Request" version="1">
1305 + <TDeleteCostCentersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1306 + <CostCenterIds>
1307 + <string>Value 1</string>
1308 + <string>Value 2</string>
1309 + </CostCenterIds>
1310 + </TDeleteCostCentersRequest_V1>
1311 + </DeleteCostCenters>
1312 + </ACMP>
1313 +</ICQL>
1314 +{{/apimacro}}
1315 +
1316 +{{apimacro title="DeleteCostCenters Response"}}
1317 +<?xml version="1.0" encoding="utf-8"?>
1318 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteCostCentersResponse_V1">
1319 + <ACMP>
1320 + <DeleteCostCenters ActionType="Response" version="1">
1321 + <TDeleteCostCentersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1322 + <ResultCode>0</ResultCode>
1323 + <ResultMessage>ResultMessage</ResultMessage>
1324 + </TDeleteCostCentersResponse_V1>
1325 + </DeleteCostCenters>
1326 + </ACMP>
1327 +</ICQL>
1328 +{{/apimacro}}
1329 +
1330 +{{apimacro title="DeleteDepartments Request"}}
1331 +<?xml version="1.0" encoding="utf-8"?>
1332 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteDepartmentsRequest_V1">
1333 + <ACMP>
1334 + <DeleteDepartments ActionType="Request" version="1">
1335 + <TDeleteDepartmentsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1336 + <DepartmentIds>
1337 + <string>Value 1</string>
1338 + <string>Value 2</string>
1339 + </DepartmentIds>
1340 + </TDeleteDepartmentsRequest_V1>
1341 + </DeleteDepartments>
1342 + </ACMP>
1343 +</ICQL>
1344 +{{/apimacro}}
1345 +
1346 +{{apimacro title="DeleteDepartments Response"}}
1347 +<?xml version="1.0" encoding="utf-8"?>
1348 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteDepartmentsResponse_V1">
1349 + <ACMP>
1350 + <DeleteDepartments ActionType="Response" version="1">
1351 + <TDeleteDepartmentsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1352 + <ResultCode>0</ResultCode>
1353 + <ResultMessage>ResultMessage</ResultMessage>
1354 + </TDeleteDepartmentsResponse_V1>
1355 + </DeleteDepartments>
1356 + </ACMP>
1357 +</ICQL>
1358 +{{/apimacro}}
1359 +
1360 +{{apimacro title="DeleteLocations Request"}}
1361 +<?xml version="1.0" encoding="utf-8"?>
1362 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteLocationsRequest_V1">
1363 + <ACMP>
1364 + <DeleteLocations ActionType="Request" version="1">
1365 + <TDeleteLocationsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1366 + <LocationIds>
1367 + <string>Value 1</string>
1368 + <string>Value 2</string>
1369 + </LocationIds>
1370 + </TDeleteLocationsRequest_V1>
1371 + </DeleteLocations>
1372 + </ACMP>
1373 +</ICQL>
1374 +{{/apimacro}}
1375 +
1376 +{{apimacro title="DeleteLocations Response"}}
1377 +<?xml version="1.0" encoding="utf-8"?>
1378 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteLocationsResponse_V1">
1379 + <ACMP>
1380 + <DeleteLocations ActionType="Response" version="1">
1381 + <TDeleteLocationsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1382 + <ResultCode>0</ResultCode>
1383 + <ResultMessage>ResultMessage</ResultMessage>
1384 + </TDeleteLocationsResponse_V1>
1385 + </DeleteLocations>
1386 + </ACMP>
1387 +</ICQL>
1388 +{{/apimacro}}
1389 +
1390 += Master Data Objekte auslesen =
1391 +
1392 +{{apimacro title="GetMasterDataSettings Request"}}
1393 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetMasterDataSettingsRequest_V1">
1394 + <ACMP>
1395 + <GetMasterDataSettings ActionType="Request" version="1">
1396 + <TGetMasterDataSettingsRequest_V1/>
1397 + </GetMasterDataSettings>
1398 + </ACMP>
1399 +</ICQL>
1400 +{{/apimacro}}
1401 +
1402 +{{apimacro title="GetMasterDataSettings Response"}}
1403 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetMasterDataSettingsResponse_V1">
1404 + <ACMP>
1405 + <GetMasterDataSettings ActionType="Response" version="1">
1406 + <TGetMasterDataSettingsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1407 + <MasterDataSettings xsi:type="TMasterDataSettings_V1">
1408 + <ContactCustomFieldIdsOrdered>
1409 + <string>Value 1</string>
1410 + <string>Value 2</string>
1411 + </ContactCustomFieldIdsOrdered>
1412 + <ContractTypes>
1413 + <TContractType_V1 xsi:type="TContractType_V1">
1414 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1415 + <Caption_en>Caption_en</Caption_en>
1416 + <Caption_de>Caption_de</Caption_de>
1417 + </TContractType_V1>
1418 + <TContractType_V1 xsi:type="TContractType_V1">
1419 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1420 + <Caption_en>Caption_en</Caption_en>
1421 + <Caption_de>Caption_de</Caption_de>
1422 + </TContractType_V1>
1423 + </ContractTypes>
1424 + <DocumentTypes>
1425 + <TDocumentType_V1 xsi:type="TDocumentType_V1">
1426 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1427 + <Caption_en>Caption_en</Caption_en>
1428 + <Caption_de>Caption_de</Caption_de>
1429 + </TDocumentType_V1>
1430 + <TDocumentType_V1 xsi:type="TDocumentType_V1">
1431 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1432 + <Caption_en>Caption_en</Caption_en>
1433 + <Caption_de>Caption_de</Caption_de>
1434 + </TDocumentType_V1>
1435 + </DocumentTypes>
1436 + <MaxDocumentSize>0</MaxDocumentSize>
1437 + </MasterDataSettings>
1438 + <DataVersion>DataVersion</DataVersion>
1439 + <ResultCode>0</ResultCode>
1440 + <ResultMessage>ResultMessage</ResultMessage>
1441 + </TGetMasterDataSettingsResponse_V1>
1442 + </GetMasterDataSettings>
1443 + </ACMP>
1444 +</ICQL>
1445 +{{/apimacro}}
1446 +
1447 +{{apimacro title="GetContact Request"}}
1448 +<ICQL>
1449 + <ACMP>
1450 + <GetContact ActionType="Request" version="1">
1451 + <TGetContactRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1452 + <Id>Id</Id>
1453 + </TGetContactRequest_V1>
1454 + </GetContact>
1455 + </ACMP>
1456 +</ICQL>
1457 +{{/apimacro}}
1458 +
1459 +{{apimacro title="GetContact Response"}}
1460 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContactResponse_V1">
1461 + <ACMP>
1462 + <GetContact ActionType="Response" version="1">
1463 + <TGetContactResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1464 + <Contact xsi:type="TContact_V2">
1465 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1466 + <Titles>Titles</Titles>
1467 + <Name>Name</Name>
1468 + <FamilyName>FamilyName</FamilyName>
1469 + <Phone>Phone</Phone>
1470 + <Phone2>Phone2</Phone2>
1471 + <Phone3>Phone3</Phone3>
1472 + <Phone4>Phone4</Phone4>
1473 + <Fax>Fax</Fax>
1474 + <Email>Email</Email>
1475 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
1476 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
1477 + <DepartmentName>DepartmentName</DepartmentName>
1478 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
1479 + <CostCenterName>CostCenterName</CostCenterName>
1480 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
1481 + <CompanyName>CompanyName</CompanyName>
1482 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
1483 + <LocationName>LocationName</LocationName>
1484 + <HasDeleteFlag>false</HasDeleteFlag>
1485 + <HTMLComment>HTMLComment</HTMLComment>
1486 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
1487 + <Address>Address</Address>
1488 + <Zipcode>Zipcode</Zipcode>
1489 + <City>City</City>
1490 + <Country>Country</Country>
1491 + <Position>Position</Position>
1492 + <IsUser>false</IsUser>
1493 + <FullName>FullName</FullName>
1494 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
1495 + <ClientLinkCollection>
1496 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
1497 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1498 + <ComputerName>ComputerName</ComputerName>
1499 + <ComputerDomain>ComputerDomain</ComputerDomain>
1500 + </TClientInfo_V1>
1501 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
1502 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1503 + <ComputerName>ComputerName</ComputerName>
1504 + <ComputerDomain>ComputerDomain</ComputerDomain>
1505 + </TClientInfo_V1>
1506 + </ClientLinkCollection>
1507 + <HasPhoneNumber>false</HasPhoneNumber>
1508 + <AssetCount>0</AssetCount>
1509 + <Department xsi:type="TDepartmentInfo_V1">
1510 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1511 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1512 + <Name>Name</Name>
1513 + <Abbreviation>Abbreviation</Abbreviation>
1514 + <Path>Path</Path>
1515 + <FullPath>FullPath</FullPath>
1516 + <AssetCount>0</AssetCount>
1517 + </Department>
1518 + <CostCenter xsi:type="TCostCenterInfo_V1">
1519 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1520 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1521 + <Name>Name</Name>
1522 + <Abbreviation>Abbreviation</Abbreviation>
1523 + <Path>Path</Path>
1524 + <FullPath>FullPath</FullPath>
1525 + <AssetCount>0</AssetCount>
1526 + </CostCenter>
1527 + <Company xsi:type="TCompanyInfo_V1">
1528 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1529 + <Name>Name</Name>
1530 + <Description>Description</Description>
1531 + <CompanyKinds/>
1532 + </Company>
1533 + <Location xsi:type="TLocationInfo_V1">
1534 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1535 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1536 + <Name>Name</Name>
1537 + <LocationKind>lkLocation</LocationKind>
1538 + <AssetCount>0</AssetCount>
1539 + <HasSubLocations>false</HasSubLocations>
1540 + <Path>Path</Path>
1541 + <FullPath>FullPath</FullPath>
1542 + </Location>
1543 + </Contact>
1544 + <Version>Version</Version>
1545 + <ResultCode>0</ResultCode>
1546 + <ResultMessage>ResultMessage</ResultMessage>
1547 + </TGetContactResponse_V1>
1548 + </GetContact>
1549 + </ACMP>
1550 +</ICQL>
1551 +{{/apimacro}}
1552 +
1553 +{{apimacro title="GetContact Request V2"}}
1554 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContactRequest_V2">
1555 + <ACMP>
1556 + <GetContact ActionType="Request" version="2">
1557 + <TGetContactRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1558 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1559 + </TGetContactRequest_V2>
1560 + </GetContact>
1561 + </ACMP>
1562 +</ICQL>
1563 +{{/apimacro}}
1564 +
1565 +{{apimacro title="GetContact Response V2"}}
1566 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContactResponse_V2">
1567 + <ACMP>
1568 + <GetContact ActionType="Response" version="2">
1569 + <TGetContactResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1570 + <Contact xsi:type="TContact_V3">
1571 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1572 + <Titles>Titles</Titles>
1573 + <Name>Name</Name>
1574 + <FamilyName>FamilyName</FamilyName>
1575 + <Phone>Phone</Phone>
1576 + <Phone2>Phone2</Phone2>
1577 + <Phone3>Phone3</Phone3>
1578 + <Phone4>Phone4</Phone4>
1579 + <Fax>Fax</Fax>
1580 + <Email>Email</Email>
1581 + <PreferredContactMethod>pcPhone</PreferredContactMethod>
1582 + <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId>
1583 + <DepartmentName>DepartmentName</DepartmentName>
1584 + <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId>
1585 + <CostCenterName>CostCenterName</CostCenterName>
1586 + <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId>
1587 + <CompanyName>CompanyName</CompanyName>
1588 + <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId>
1589 + <LocationName>LocationName</LocationName>
1590 + <HasDeleteFlag>false</HasDeleteFlag>
1591 + <HTMLComment>HTMLComment</HTMLComment>
1592 + <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue>
1593 + <Address>Address</Address>
1594 + <Zipcode>Zipcode</Zipcode>
1595 + <City>City</City>
1596 + <Country>Country</Country>
1597 + <Position>Position</Position>
1598 + <IsUser>false</IsUser>
1599 + <FullName>FullName</FullName>
1600 + <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid>
1601 + <ClientLinkCollection>
1602 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
1603 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1604 + <ComputerName>ComputerName</ComputerName>
1605 + <ComputerDomain>ComputerDomain</ComputerDomain>
1606 + </TClientInfo_V1>
1607 + <TClientInfo_V1 xsi:type="TClientInfo_V1">
1608 + <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId>
1609 + <ComputerName>ComputerName</ComputerName>
1610 + <ComputerDomain>ComputerDomain</ComputerDomain>
1611 + </TClientInfo_V1>
1612 + </ClientLinkCollection>
1613 + <HasPhoneNumber>false</HasPhoneNumber>
1614 + <AssetCount>0</AssetCount>
1615 + <Department xsi:type="TDepartmentInfo_V1">
1616 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1617 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1618 + <Name>Name</Name>
1619 + <Abbreviation>Abbreviation</Abbreviation>
1620 + <Path>Path</Path>
1621 + <FullPath>FullPath</FullPath>
1622 + <AssetCount>0</AssetCount>
1623 + </Department>
1624 + <CostCenter xsi:type="TCostCenterInfo_V1">
1625 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1626 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1627 + <Name>Name</Name>
1628 + <Abbreviation>Abbreviation</Abbreviation>
1629 + <Path>Path</Path>
1630 + <FullPath>FullPath</FullPath>
1631 + <AssetCount>0</AssetCount>
1632 + </CostCenter>
1633 + <Company xsi:type="TCompanyInfo_V1">
1634 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1635 + <Name>Name</Name>
1636 + <Description>Description</Description>
1637 + <CompanyKinds/>
1638 + </Company>
1639 + <Location xsi:type="TLocationInfo_V1">
1640 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1641 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1642 + <Name>Name</Name>
1643 + <LocationKind>lkLocation</LocationKind>
1644 + <AssetCount>0</AssetCount>
1645 + <HasSubLocations>false</HasSubLocations>
1646 + <Path>Path</Path>
1647 + <FullPath>FullPath</FullPath>
1648 + </Location>
1649 + <SingleFieldValues>
1650 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
1651 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
1652 + <Value>Value</Value>
1653 + </TCustomFieldValue_V1>
1654 + <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1">
1655 + <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId>
1656 + <Value>Value</Value>
1657 + </TCustomFieldValue_V1>
1658 + </SingleFieldValues>
1659 + </Contact>
1660 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
1661 + <ResultCode>0</ResultCode>
1662 + <ResultMessage>ResultMessage</ResultMessage>
1663 + </TGetContactResponse_V2>
1664 + </GetContact>
1665 + </ACMP>
1666 +</ICQL>
1667 +{{/apimacro}}
1668 +
1669 +{{apimacro title="GetContract_V1 Request"}}
1670 +<ICQL>
1671 + <ACMP>
1672 + <GetContract version="1">
1673 + <TGetContractRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1674 + <Id>Id</Id>
1675 + </TGetContractRequest_V1>
1676 + </GetContract>
1677 + </ACMP>
1678 +</ICQL>
1679 +{{/apimacro}}
1680 +
1681 +{{apimacro title="GetContract_V1 Respone"}}
1682 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContractResponse_V1">
1683 + <ACMP>
1684 + <GetContract ActionType="Response" version="1">
1685 + <TGetContractResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1686 + <Contract xsi:type="TContract_V1">
1687 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1688 + <Name>Name</Name>
1689 + <Description>Description</Description>
1690 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1691 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1692 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1693 + <ExternalContractPartner xsi:type="TCompanyInfo_V1">
1694 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1695 + <Name>Name</Name>
1696 + <Description>Description</Description>
1697 + <CompanyKinds/>
1698 + </ExternalContractPartner>
1699 + <InternalContractPartner xsi:type="TCompanyInfo_V1">
1700 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1701 + <Name>Name</Name>
1702 + <Description>Description</Description>
1703 + <CompanyKinds/>
1704 + </InternalContractPartner>
1705 + <DocumentLinks>
1706 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1707 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1708 + <Name>Name</Name>
1709 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1710 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1711 + <ItemKind>aiHDQuery</ItemKind>
1712 + <FileName>FileName</FileName>
1713 + <FileSize>0</FileSize>
1714 + </TDocumentLink_V1>
1715 + <TDocumentLink_V1 xsi:type="TDocumentLink_V1">
1716 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1717 + <Name>Name</Name>
1718 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1719 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1720 + <ItemKind>aiHDQuery</ItemKind>
1721 + <FileName>FileName</FileName>
1722 + <FileSize>0</FileSize>
1723 + </TDocumentLink_V1>
1724 + </DocumentLinks>
1725 + <ContractNumber>ContractNumber</ContractNumber>
1726 + <State>csActive</State>
1727 + <Tags>
1728 + <string>Value 1</string>
1729 + <string>Value 2</string>
1730 + </Tags>
1731 + <Duration>0</Duration>
1732 + <DurationTimeUnit>tuDays</DurationTimeUnit>
1733 + <IsTerminable>false</IsTerminable>
1734 + <IsAutoExtended>false</IsAutoExtended>
1735 + <ExtensionPeriod>0</ExtensionPeriod>
1736 + <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit>
1737 + <TermOfNotice>0</TermOfNotice>
1738 + <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit>
1739 + <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine>
1740 + <IsTerminated>false</IsTerminated>
1741 + <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate>
1742 + <ReasonForTermination>ReasonForTermination</ReasonForTermination>
1743 + <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId>
1744 + <ContractType xsi:type="TContractType_V1">
1745 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1746 + <Caption_en>Caption_en</Caption_en>
1747 + <Caption_de>Caption_de</Caption_de>
1748 + </ContractType>
1749 + <Beneficiaries>
1750 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
1751 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1752 + <Name>Name</Name>
1753 + <FamilyName>FamilyName</FamilyName>
1754 + <FullName>FullName</FullName>
1755 + <Email>Email</Email>
1756 + <HasPhoneNumber>false</HasPhoneNumber>
1757 + <HasDeleteFlag>false</HasDeleteFlag>
1758 + <IsUser>false</IsUser>
1759 + </TContactInfo_V1>
1760 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
1761 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1762 + <Name>Name</Name>
1763 + <FamilyName>FamilyName</FamilyName>
1764 + <FullName>FullName</FullName>
1765 + <Email>Email</Email>
1766 + <HasPhoneNumber>false</HasPhoneNumber>
1767 + <HasDeleteFlag>false</HasDeleteFlag>
1768 + <IsUser>false</IsUser>
1769 + </TContactInfo_V1>
1770 + </Beneficiaries>
1771 + <ContactPersons>
1772 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
1773 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1774 + <Name>Name</Name>
1775 + <FamilyName>FamilyName</FamilyName>
1776 + <FullName>FullName</FullName>
1777 + <Email>Email</Email>
1778 + <HasPhoneNumber>false</HasPhoneNumber>
1779 + <HasDeleteFlag>false</HasDeleteFlag>
1780 + <IsUser>false</IsUser>
1781 + </TContactInfo_V1>
1782 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
1783 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1784 + <Name>Name</Name>
1785 + <FamilyName>FamilyName</FamilyName>
1786 + <FullName>FullName</FullName>
1787 + <Email>Email</Email>
1788 + <HasPhoneNumber>false</HasPhoneNumber>
1789 + <HasDeleteFlag>false</HasDeleteFlag>
1790 + <IsUser>false</IsUser>
1791 + </TContactInfo_V1>
1792 + </ContactPersons>
1793 + <Relations>
1794 + <TContractInfo_V1 xsi:type="TContractInfo_V1">
1795 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1796 + <Name>Name</Name>
1797 + <Description>Description</Description>
1798 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1799 + <Path>Path</Path>
1800 + <FullPath>FullPath</FullPath>
1801 + </TContractInfo_V1>
1802 + <TContractInfo_V1 xsi:type="TContractInfo_V1">
1803 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1804 + <Name>Name</Name>
1805 + <Description>Description</Description>
1806 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1807 + <Path>Path</Path>
1808 + <FullPath>FullPath</FullPath>
1809 + </TContractInfo_V1>
1810 + </Relations>
1811 + <Path>Path</Path>
1812 + <FullPath>FullPath</FullPath>
1813 + </Contract>
1814 + <Version>Version</Version>
1815 + <ResultCode>0</ResultCode>
1816 + <ResultMessage>ResultMessage</ResultMessage>
1817 + </TGetContractResponse_V1>
1818 + </GetContract>
1819 + </ACMP>
1820 +</ICQL>
1821 +{{/apimacro}}
1822 +
1823 +{{apimacro title="GetContract_V2 Request"}}
1824 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContractRequest_V2">
1825 + <ACMP>
1826 + <GetContract ActionType="Request" version="2">
1827 + <TGetContractRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1828 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1829 + </TGetContractRequest_V2>
1830 + </GetContract>
1831 + </ACMP>
1832 +</ICQL>
1833 +{{/apimacro}}
1834 +
1835 +{{apimacro title="GetContract_V2 Respone"}}
1836 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContractResponse_V2">
1837 + <ACMP>
1838 + <GetContract ActionType="Response" version="2">
1839 + <TGetContractResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1840 + <Contract xsi:type="TContract_V3">
1841 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1842 + <Name>Name</Name>
1843 + <Description>Description</Description>
1844 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1845 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1846 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1847 + <ExternalContractPartner xsi:type="TCompanyInfo_V1">
1848 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1849 + <Name>Name</Name>
1850 + <Description>Description</Description>
1851 + <CompanyKinds/>
1852 + </ExternalContractPartner>
1853 + <InternalContractPartner xsi:type="TCompanyInfo_V1">
1854 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1855 + <Name>Name</Name>
1856 + <Description>Description</Description>
1857 + <CompanyKinds/>
1858 + </InternalContractPartner>
1859 + <DocumentLinks>
1860 + <TDocumentLink_V2 xsi:type="TDocumentLink_V2">
1861 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1862 + <Name>Name</Name>
1863 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1864 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1865 + <ItemKind>aiHDQuery</ItemKind>
1866 + <FileName>FileName</FileName>
1867 + <FileSize>0</FileSize>
1868 + <DocumentSource>FileRepository</DocumentSource>
1869 + <LinkDescription>LinkDescription</LinkDescription>
1870 + </TDocumentLink_V2>
1871 + <TDocumentLink_V2 xsi:type="TDocumentLink_V2">
1872 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1873 + <Name>Name</Name>
1874 + <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId>
1875 + <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId>
1876 + <ItemKind>aiHDQuery</ItemKind>
1877 + <FileName>FileName</FileName>
1878 + <FileSize>0</FileSize>
1879 + <DocumentSource>FileRepository</DocumentSource>
1880 + <LinkDescription>LinkDescription</LinkDescription>
1881 + </TDocumentLink_V2>
1882 + </DocumentLinks>
1883 + <ContractNumber>ContractNumber</ContractNumber>
1884 + <State>csActive</State>
1885 + <Tags>
1886 + <string>Value 1</string>
1887 + <string>Value 2</string>
1888 + </Tags>
1889 + <Duration>0</Duration>
1890 + <DurationTimeUnit>tuDays</DurationTimeUnit>
1891 + <IsTerminable>true</IsTerminable>
1892 + <IsAutoExtended>true</IsAutoExtended>
1893 + <ExtensionPeriod>0</ExtensionPeriod>
1894 + <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit>
1895 + <TermOfNotice>0</TermOfNotice>
1896 + <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit>
1897 + <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine>
1898 + <IsTerminated>true</IsTerminated>
1899 + <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate>
1900 + <ReasonForTermination>ReasonForTermination</ReasonForTermination>
1901 + <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId>
1902 + <ContractType xsi:type="TContractType_V1">
1903 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1904 + <Caption_en>Caption_en</Caption_en>
1905 + <Caption_de>Caption_de</Caption_de>
1906 + </ContractType>
1907 + <Beneficiaries>
1908 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1909 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1910 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1911 + <Name>Name</Name>
1912 + <MasterDataKind>mdContact</MasterDataKind>
1913 + </TContractMasterDataLink_V1>
1914 + <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1">
1915 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1916 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1917 + <Name>Name</Name>
1918 + <MasterDataKind>mdContact</MasterDataKind>
1919 + </TContractMasterDataLink_V1>
1920 + </Beneficiaries>
1921 + <ContactPersons>
1922 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1923 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1924 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1925 + <Responsibility>Responsibility</Responsibility>
1926 + </TContractContactLink_V1>
1927 + <TContractContactLink_V1 xsi:type="TContractContactLink_V1">
1928 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1929 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1930 + <Responsibility>Responsibility</Responsibility>
1931 + </TContractContactLink_V1>
1932 + </ContactPersons>
1933 + <Relations>
1934 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1935 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1936 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1937 + <RelationKind>rkSuccessor</RelationKind>
1938 + <Name>Name</Name>
1939 + <ContractState>csActive</ContractState>
1940 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1941 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1942 + </TContractRelationLink_V1>
1943 + <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1">
1944 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1945 + <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId>
1946 + <RelationKind>rkSuccessor</RelationKind>
1947 + <Name>Name</Name>
1948 + <ContractState>csActive</ContractState>
1949 + <StartDate>1899-12-30T00:00:00.000Z</StartDate>
1950 + <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate>
1951 + </TContractRelationLink_V1>
1952 + </Relations>
1953 + <Path>Path</Path>
1954 + <FullPath>FullPath</FullPath>
1955 + </Contract>
1956 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
1957 + <ResultCode>0</ResultCode>
1958 + <ResultMessage>ResultMessage</ResultMessage>
1959 + </TGetContractResponse_V2>
1960 + </GetContract>
1961 + </ACMP>
1962 +</ICQL>
1963 +{{/apimacro}}
1964 +
1965 +{{apimacro title="GetCostCenter_V1 Request"}}
1966 +<ICQL>
1967 + <ACMP>
1968 + <GetCostCenter ActionType="Request" version="1">
1969 + <TGetCostCenterRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1970 + <Id>Id</Id>
1971 + </TGetCostCenterRequest_V1>
1972 + </GetCostCenter>
1973 + </ACMP>
1974 +</ICQL>
1975 +{{/apimacro}}
1976 +
1977 +{{apimacro title="GetCostCenter_V1 Response"}}
1978 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCostCenterResponse_V1">
1979 + <ACMP>
1980 + <GetCostCenter ActionType="Response" version="1">
1981 + <TGetCostCenterResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1982 + <CostCenter xsi:type="TCostCenter_V1">
1983 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
1984 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
1985 + <Name>Name</Name>
1986 + <Abbreviation>Abbreviation</Abbreviation>
1987 + <Description>Description</Description>
1988 + <Path>Path</Path>
1989 + <FullPath>FullPath</FullPath>
1990 + <ContactLinkCollection>
1991 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
1992 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
1993 + <Name>Name</Name>
1994 + <FamilyName>FamilyName</FamilyName>
1995 + <FullName>FullName</FullName>
1996 + <Email>Email</Email>
1997 + <HasPhoneNumber>false</HasPhoneNumber>
1998 + <HasDeleteFlag>false</HasDeleteFlag>
1999 + <IsUser>false</IsUser>
2000 + </TContactInfo_V1>
2001 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2002 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2003 + <Name>Name</Name>
2004 + <FamilyName>FamilyName</FamilyName>
2005 + <FullName>FullName</FullName>
2006 + <Email>Email</Email>
2007 + <HasPhoneNumber>false</HasPhoneNumber>
2008 + <HasDeleteFlag>false</HasDeleteFlag>
2009 + <IsUser>false</IsUser>
2010 + </TContactInfo_V1>
2011 + </ContactLinkCollection>
2012 + <MemberLinkCollection>
2013 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2014 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2015 + <Name>Name</Name>
2016 + <FamilyName>FamilyName</FamilyName>
2017 + <FullName>FullName</FullName>
2018 + <Email>Email</Email>
2019 + <HasPhoneNumber>false</HasPhoneNumber>
2020 + <HasDeleteFlag>false</HasDeleteFlag>
2021 + <IsUser>false</IsUser>
2022 + </TContactInfo_V1>
2023 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2024 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2025 + <Name>Name</Name>
2026 + <FamilyName>FamilyName</FamilyName>
2027 + <FullName>FullName</FullName>
2028 + <Email>Email</Email>
2029 + <HasPhoneNumber>false</HasPhoneNumber>
2030 + <HasDeleteFlag>false</HasDeleteFlag>
2031 + <IsUser>false</IsUser>
2032 + </TContactInfo_V1>
2033 + </MemberLinkCollection>
2034 + <AssetCount>0</AssetCount>
2035 + </CostCenter>
2036 + <Version>Version</Version>
2037 + <ResultCode>0</ResultCode>
2038 + <ResultMessage>ResultMessage</ResultMessage>
2039 + </TGetCostCenterResponse_V1>
2040 + </GetCostCenter>
2041 + </ACMP>
2042 +</ICQL>
2043 +{{/apimacro}}
2044 +
2045 +{{apimacro title="GetCostCenter_V2 Request"}}
2046 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCostCenterRequest_V2">
2047 + <ACMP>
2048 + <GetCostCenter ActionType="Request" version="2">
2049 + <TGetCostCenterRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2050 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2051 + </TGetCostCenterRequest_V2>
2052 + </GetCostCenter>
2053 + </ACMP>
2054 +</ICQL>
2055 +{{/apimacro}}
2056 +
2057 +{{apimacro title="GetCostCenter_V2 Response"}}
2058 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCostCenterResponse_V2">
2059 + <ACMP>
2060 + <GetCostCenter ActionType="Response" version="2">
2061 + <TGetCostCenterResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2062 + <CostCenter xsi:type="TCostCenter_V2">
2063 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2064 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2065 + <Name>Name</Name>
2066 + <Abbreviation>Abbreviation</Abbreviation>
2067 + <Description>Description</Description>
2068 + <Path>Path</Path>
2069 + <FullPath>FullPath</FullPath>
2070 + <ContactLinkCollection>
2071 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2072 + <Contact xsi:type="TContactInfo_V1">
2073 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2074 + <Name>Name</Name>
2075 + <FamilyName>FamilyName</FamilyName>
2076 + <FullName>FullName</FullName>
2077 + <Email>Email</Email>
2078 + <HasPhoneNumber>true</HasPhoneNumber>
2079 + <HasDeleteFlag>false</HasDeleteFlag>
2080 + <IsUser>false</IsUser>
2081 + </Contact>
2082 + <Responsibility>Responsibility</Responsibility>
2083 + </TMasterDataContactLink_V1>
2084 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2085 + <Contact xsi:type="TContactInfo_V1">
2086 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2087 + <Name>Name</Name>
2088 + <FamilyName>FamilyName</FamilyName>
2089 + <FullName>FullName</FullName>
2090 + <Email>Email</Email>
2091 + <HasPhoneNumber>true</HasPhoneNumber>
2092 + <HasDeleteFlag>false</HasDeleteFlag>
2093 + <IsUser>false</IsUser>
2094 + </Contact>
2095 + <Responsibility>Responsibility</Responsibility>
2096 + </TMasterDataContactLink_V1>
2097 + </ContactLinkCollection>
2098 + <MemberLinkCollection>
2099 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2100 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2101 + <Name>Name</Name>
2102 + <FamilyName>FamilyName</FamilyName>
2103 + <FullName>FullName</FullName>
2104 + <Email>Email</Email>
2105 + <HasPhoneNumber>true</HasPhoneNumber>
2106 + <HasDeleteFlag>false</HasDeleteFlag>
2107 + <IsUser>false</IsUser>
2108 + </TContactInfo_V1>
2109 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2110 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2111 + <Name>Name</Name>
2112 + <FamilyName>FamilyName</FamilyName>
2113 + <FullName>FullName</FullName>
2114 + <Email>Email</Email>
2115 + <HasPhoneNumber>true</HasPhoneNumber>
2116 + <HasDeleteFlag>false</HasDeleteFlag>
2117 + <IsUser>false</IsUser>
2118 + </TContactInfo_V1>
2119 + </MemberLinkCollection>
2120 + <AssetCount>0</AssetCount>
2121 + </CostCenter>
2122 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
2123 + <ResultCode>0</ResultCode>
2124 + <ResultMessage>ResultMessage</ResultMessage>
2125 + </TGetCostCenterResponse_V2>
2126 + </GetCostCenter>
2127 + </ACMP>
2128 +</ICQL>
2129 +{{/apimacro}}
2130 +
2131 +{{apimacro title="GetDepartment_V1 Request"}}
2132 +<ICQL>
2133 + <ACMP>
2134 + <GetDepartment ActionType="Request" version="1">
2135 + <TGetDepartmentRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2136 + <Id>Id</Id>
2137 + </TGetDepartmentRequest_V1>
2138 + </GetDepartment>
2139 + </ACMP>
2140 +</ICQL>
2141 +{{/apimacro}}
2142 +
2143 +{{apimacro title="GetDepartment_V1 Response"}}
2144 +<ICQL>
2145 + <ACMP>
2146 + <GetDepartment version="1">
2147 + <TGetDepartmentResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2148 + <Department xsi:type="TDepartment_V1">
2149 + <Id>Id</Id>
2150 + <ParentId>ParentId</ParentId>
2151 + <Name>Name</Name>
2152 + <Abbreviation>Abbreviation</Abbreviation>
2153 + <Description>Description</Description>
2154 + <Path>Path</Path>
2155 + <FullPath>FullPath</FullPath>
2156 + <ContactLinkCollection>
2157 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2158 + <ID/>
2159 + <Name/>
2160 + <Familyname/>
2161 + <Fullname/>
2162 + <Email/>
2163 + <HasPhoneNumber>false</HasPhoneNumber>
2164 + </TContactInfo_V1>
2165 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2166 + <ID/>
2167 + <Name/>
2168 + <Familyname/>
2169 + <Fullname/>
2170 + <Email/>
2171 + <HasPhoneNumber>false</HasPhoneNumber>
2172 + </TContactInfo_V1>
2173 + </ContactLinkCollection>
2174 + <MemberLinkCollection>
2175 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2176 + <ID/>
2177 + <Name/>
2178 + <Familyname/>
2179 + <Fullname/>
2180 + <Email/>
2181 + <HasPhoneNumber>false</HasPhoneNumber>
2182 + </TContactInfo_V1>
2183 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2184 + <ID/>
2185 + <Name/>
2186 + <Familyname/>
2187 + <Fullname/>
2188 + <Email/>
2189 + <HasPhoneNumber>false</HasPhoneNumber>
2190 + </TContactInfo_V1>
2191 + </MemberLinkCollection>
2192 + <AssetCount>0</AssetCount>
2193 + </Department>
2194 + </TGetDepartmentResponse_V1>
2195 + </GetDepartment>
2196 + </ACMP>
2197 +</ICQL>
2198 +{{/apimacro}}
2199 +
2200 +{{apimacro title="GetDepartment_V2 Request"}}
2201 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDepartmentRequest_V2">
2202 + <ACMP>
2203 + <GetDepartment ActionType="Request" version="2">
2204 + <TGetDepartmentRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2205 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2206 + </TGetDepartmentRequest_V2>
2207 + </GetDepartment>
2208 + </ACMP>
2209 +</ICQL>
2210 +{{/apimacro}}
2211 +
2212 +{{apimacro title="GetDepartment_V2 Response"}}
2213 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetDepartmentResponse_V2">
2214 + <ACMP>
2215 + <GetDepartment ActionType="Response" version="2">
2216 + <TGetDepartmentResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2217 + <Department xsi:type="TDepartment_V2">
2218 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2219 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2220 + <Name>Name</Name>
2221 + <Abbreviation>Abbreviation</Abbreviation>
2222 + <Description>Description</Description>
2223 + <Path>Path</Path>
2224 + <FullPath>FullPath</FullPath>
2225 + <ContactLinkCollection>
2226 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2227 + <Contact xsi:type="TContactInfo_V1">
2228 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2229 + <Name>Name</Name>
2230 + <FamilyName>FamilyName</FamilyName>
2231 + <FullName>FullName</FullName>
2232 + <Email>Email</Email>
2233 + <HasPhoneNumber>true</HasPhoneNumber>
2234 + <HasDeleteFlag>false</HasDeleteFlag>
2235 + <IsUser>false</IsUser>
2236 + </Contact>
2237 + <Responsibility>Responsibility</Responsibility>
2238 + </TMasterDataContactLink_V1>
2239 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2240 + <Contact xsi:type="TContactInfo_V1">
2241 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2242 + <Name>Name</Name>
2243 + <FamilyName>FamilyName</FamilyName>
2244 + <FullName>FullName</FullName>
2245 + <Email>Email</Email>
2246 + <HasPhoneNumber>true</HasPhoneNumber>
2247 + <HasDeleteFlag>false</HasDeleteFlag>
2248 + <IsUser>false</IsUser>
2249 + </Contact>
2250 + <Responsibility>Responsibility</Responsibility>
2251 + </TMasterDataContactLink_V1>
2252 + </ContactLinkCollection>
2253 + <MemberLinkCollection>
2254 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2255 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2256 + <Name>Name</Name>
2257 + <FamilyName>FamilyName</FamilyName>
2258 + <FullName>FullName</FullName>
2259 + <Email>Email</Email>
2260 + <HasPhoneNumber>true</HasPhoneNumber>
2261 + <HasDeleteFlag>false</HasDeleteFlag>
2262 + <IsUser>false</IsUser>
2263 + </TContactInfo_V1>
2264 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2265 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2266 + <Name>Name</Name>
2267 + <FamilyName>FamilyName</FamilyName>
2268 + <FullName>FullName</FullName>
2269 + <Email>Email</Email>
2270 + <HasPhoneNumber>true</HasPhoneNumber>
2271 + <HasDeleteFlag>false</HasDeleteFlag>
2272 + <IsUser>false</IsUser>
2273 + </TContactInfo_V1>
2274 + </MemberLinkCollection>
2275 + <AssetCount>0</AssetCount>
2276 + </Department>
2277 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
2278 + <ResultCode>0</ResultCode>
2279 + <ResultMessage>ResultMessage</ResultMessage>
2280 + </TGetDepartmentResponse_V2>
2281 + </GetDepartment>
2282 + </ACMP>
2283 +</ICQL>
2284 +{{/apimacro}}
2285 +
2286 +{{apimacro title="GetLocation_V1 Request"}}
2287 +<ICQL>
2288 + <ACMP>
2289 + <GetLocation ActionType="Request" version="1">
2290 + <TGetLocationRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2291 + <Id>Id</Id>
2292 + </TGetLocationRequest_V1>
2293 + </GetLocation>
2294 + </ACMP>
2295 +</ICQL>
2296 +{{/apimacro}}
2297 +
2298 +{{apimacro title="GetLocation_V1 Response"}}
2299 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetLocationResponse_V1">
2300 + <ACMP>
2301 + <GetLocation ActionType="Response" version="1">
2302 + <TGetLocationResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2303 + <Location xsi:type="TLocation_V1">
2304 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2305 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2306 + <Name>Name</Name>
2307 + <Description>Description</Description>
2308 + <Street>Street</Street>
2309 + <City>City</City>
2310 + <PostalCode>PostalCode</PostalCode>
2311 + <Country>Country</Country>
2312 + <Path>Path</Path>
2313 + <FullPath>FullPath</FullPath>
2314 + <LocationKind>lkLocation</LocationKind>
2315 + <ContactLinkCollection>
2316 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2317 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2318 + <Name>Name</Name>
2319 + <FamilyName>FamilyName</FamilyName>
2320 + <FullName>FullName</FullName>
2321 + <Email>Email</Email>
2322 + <HasPhoneNumber>false</HasPhoneNumber>
2323 + <HasDeleteFlag>false</HasDeleteFlag>
2324 + <IsUser>false</IsUser>
2325 + </TContactInfo_V1>
2326 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2327 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2328 + <Name>Name</Name>
2329 + <FamilyName>FamilyName</FamilyName>
2330 + <FullName>FullName</FullName>
2331 + <Email>Email</Email>
2332 + <HasPhoneNumber>false</HasPhoneNumber>
2333 + <HasDeleteFlag>false</HasDeleteFlag>
2334 + <IsUser>false</IsUser>
2335 + </TContactInfo_V1>
2336 + </ContactLinkCollection>
2337 + <MemberLinkCollection>
2338 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2339 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2340 + <Name>Name</Name>
2341 + <FamilyName>FamilyName</FamilyName>
2342 + <FullName>FullName</FullName>
2343 + <Email>Email</Email>
2344 + <HasPhoneNumber>false</HasPhoneNumber>
2345 + <HasDeleteFlag>false</HasDeleteFlag>
2346 + <IsUser>false</IsUser>
2347 + </TContactInfo_V1>
2348 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2349 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2350 + <Name>Name</Name>
2351 + <FamilyName>FamilyName</FamilyName>
2352 + <FullName>FullName</FullName>
2353 + <Email>Email</Email>
2354 + <HasPhoneNumber>false</HasPhoneNumber>
2355 + <HasDeleteFlag>false</HasDeleteFlag>
2356 + <IsUser>false</IsUser>
2357 + </TContactInfo_V1>
2358 + </MemberLinkCollection>
2359 + <AssetCount>0</AssetCount>
2360 + <HasSubLocations>false</HasSubLocations>
2361 + </Location>
2362 + <Version>Version</Version>
2363 + <ResultCode>0</ResultCode>
2364 + <ResultMessage>ResultMessage</ResultMessage>
2365 + </TGetLocationResponse_V1>
2366 + </GetLocation>
2367 + </ACMP>
2368 +</ICQL>
2369 +{{/apimacro}}
2370 +
2371 +{{apimacro title="GetLocation_V2 Request"}}
2372 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetLocationRequest_V2">
2373 + <ACMP>
2374 + <GetLocation ActionType="Request" version="2">
2375 + <TGetLocationRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2376 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2377 + </TGetLocationRequest_V2>
2378 + </GetLocation>
2379 + </ACMP>
2380 +</ICQL>
2381 +{{/apimacro}}
2382 +
2383 +{{apimacro title="GetLocation_V2 Response"}}
2384 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetLocationResponse_V2">
2385 + <ACMP>
2386 + <GetLocation ActionType="Response" version="2">
2387 + <TGetLocationResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2388 + <Location xsi:type="TLocation_V2">
2389 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2390 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2391 + <Name>Name</Name>
2392 + <Description>Description</Description>
2393 + <Street>Street</Street>
2394 + <City>City</City>
2395 + <PostalCode>PostalCode</PostalCode>
2396 + <Country>Country</Country>
2397 + <Path>Path</Path>
2398 + <FullPath>FullPath</FullPath>
2399 + <LocationKind>lkLocation</LocationKind>
2400 + <ContactLinkCollection>
2401 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2402 + <Contact xsi:type="TContactInfo_V1">
2403 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2404 + <Name>Name</Name>
2405 + <FamilyName>FamilyName</FamilyName>
2406 + <FullName>FullName</FullName>
2407 + <Email>Email</Email>
2408 + <HasPhoneNumber>true</HasPhoneNumber>
2409 + <HasDeleteFlag>false</HasDeleteFlag>
2410 + <IsUser>false</IsUser>
2411 + </Contact>
2412 + <Responsibility>Responsibility</Responsibility>
2413 + </TMasterDataContactLink_V1>
2414 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2415 + <Contact xsi:type="TContactInfo_V1">
2416 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2417 + <Name>Name</Name>
2418 + <FamilyName>FamilyName</FamilyName>
2419 + <FullName>FullName</FullName>
2420 + <Email>Email</Email>
2421 + <HasPhoneNumber>true</HasPhoneNumber>
2422 + <HasDeleteFlag>false</HasDeleteFlag>
2423 + <IsUser>false</IsUser>
2424 + </Contact>
2425 + <Responsibility>Responsibility</Responsibility>
2426 + </TMasterDataContactLink_V1>
2427 + </ContactLinkCollection>
2428 + <MemberLinkCollection>
2429 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2430 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2431 + <Name>Name</Name>
2432 + <FamilyName>FamilyName</FamilyName>
2433 + <FullName>FullName</FullName>
2434 + <Email>Email</Email>
2435 + <HasPhoneNumber>true</HasPhoneNumber>
2436 + <HasDeleteFlag>false</HasDeleteFlag>
2437 + <IsUser>false</IsUser>
2438 + </TContactInfo_V1>
2439 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2440 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2441 + <Name>Name</Name>
2442 + <FamilyName>FamilyName</FamilyName>
2443 + <FullName>FullName</FullName>
2444 + <Email>Email</Email>
2445 + <HasPhoneNumber>true</HasPhoneNumber>
2446 + <HasDeleteFlag>false</HasDeleteFlag>
2447 + <IsUser>false</IsUser>
2448 + </TContactInfo_V1>
2449 + </MemberLinkCollection>
2450 + <AssetCount>0</AssetCount>
2451 + <HasSubLocations>true</HasSubLocations>
2452 + </Location>
2453 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
2454 + <ResultCode>0</ResultCode>
2455 + <ResultMessage>ResultMessage</ResultMessage>
2456 + </TGetLocationResponse_V2>
2457 + </GetLocation>
2458 + </ACMP>
2459 +</ICQL>
2460 +{{/apimacro}}
2461 +
2462 +{{apimacro title="GetCompany_V1 Request"}}
2463 +<ICQL>
2464 + <ACMP>
2465 + <GetCompany version="1">
2466 + <TGetCompanyRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2467 + <Id>Id</Id>
2468 + </TGetCompanyRequest_V1>
2469 + </GetCompany>
2470 + </ACMP>
2471 +</ICQL>
2472 +{{/apimacro}}
2473 +
2474 +{{apimacro title="GetCompany_V1 Response"}}
2475 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCompanyResponse_V1">
2476 + <ACMP>
2477 + <GetCompany ActionType="Response" version="1">
2478 + <TGetCompanyResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2479 + <Company xsi:type="TCompany_V1">
2480 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2481 + <Name>Name</Name>
2482 + <PostalCode>PostalCode</PostalCode>
2483 + <Street>Street</Street>
2484 + <City>City</City>
2485 + <Country>Country</Country>
2486 + <Description>Description</Description>
2487 + <CustomerId>{59387FFD-B171-47C5-B735-041FA132CA39}</CustomerId>
2488 + <CompanyKinds/>
2489 + <IsManufacturer>false</IsManufacturer>
2490 + <IsVendor>false</IsVendor>
2491 + <IsServicePartner>false</IsServicePartner>
2492 + <ContactLinkCollection>
2493 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2494 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2495 + <Name>Name</Name>
2496 + <FamilyName>FamilyName</FamilyName>
2497 + <FullName>FullName</FullName>
2498 + <Email>Email</Email>
2499 + <HasPhoneNumber>false</HasPhoneNumber>
2500 + <HasDeleteFlag>false</HasDeleteFlag>
2501 + <IsUser>false</IsUser>
2502 + </TContactInfo_V1>
2503 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2504 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2505 + <Name>Name</Name>
2506 + <FamilyName>FamilyName</FamilyName>
2507 + <FullName>FullName</FullName>
2508 + <Email>Email</Email>
2509 + <HasPhoneNumber>false</HasPhoneNumber>
2510 + <HasDeleteFlag>false</HasDeleteFlag>
2511 + <IsUser>false</IsUser>
2512 + </TContactInfo_V1>
2513 + </ContactLinkCollection>
2514 + <MemberLinkCollection>
2515 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2516 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2517 + <Name>Name</Name>
2518 + <FamilyName>FamilyName</FamilyName>
2519 + <FullName>FullName</FullName>
2520 + <Email>Email</Email>
2521 + <HasPhoneNumber>false</HasPhoneNumber>
2522 + <HasDeleteFlag>false</HasDeleteFlag>
2523 + <IsUser>false</IsUser>
2524 + </TContactInfo_V1>
2525 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2526 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2527 + <Name>Name</Name>
2528 + <FamilyName>FamilyName</FamilyName>
2529 + <FullName>FullName</FullName>
2530 + <Email>Email</Email>
2531 + <HasPhoneNumber>false</HasPhoneNumber>
2532 + <HasDeleteFlag>false</HasDeleteFlag>
2533 + <IsUser>false</IsUser>
2534 + </TContactInfo_V1>
2535 + </MemberLinkCollection>
2536 + </Company>
2537 + <Version>Version</Version>
2538 + <ResultCode>0</ResultCode>
2539 + <ResultMessage>ResultMessage</ResultMessage>
2540 + </TGetCompanyResponse_V1>
2541 + </GetCompany>
2542 + </ACMP>
2543 +</ICQL>
2544 +{{/apimacro}}
2545 +
2546 +{{apimacro title="GetCompany_V2 Request"}}
2547 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCompanyRequest_V2">
2548 + <ACMP>
2549 + <GetCompany ActionType="Request" version="2">
2550 + <TGetCompanyRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2551 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2552 + </TGetCompanyRequest_V2>
2553 + </GetCompany>
2554 + </ACMP>
2555 +</ICQL>
2556 +{{/apimacro}}
2557 +
2558 +{{apimacro title="GetCompany_V2 Response"}}
2559 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCompanyResponse_V2">
2560 + <ACMP>
2561 + <GetCompany ActionType="Response" version="2">
2562 + <TGetCompanyResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2563 + <Company xsi:type="TCompany_V2">
2564 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2565 + <Name>Name</Name>
2566 + <PostalCode>PostalCode</PostalCode>
2567 + <Street>Street</Street>
2568 + <City>City</City>
2569 + <Country>Country</Country>
2570 + <Description>Description</Description>
2571 + <CustomerId>CustomerId</CustomerId>
2572 + <CompanyKinds/>
2573 + <IsManufacturer>true</IsManufacturer>
2574 + <IsVendor>true</IsVendor>
2575 + <IsServicePartner>true</IsServicePartner>
2576 + <ContactLinkCollection>
2577 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2578 + <Contact xsi:type="TContactInfo_V1">
2579 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2580 + <Name>Name</Name>
2581 + <FamilyName>FamilyName</FamilyName>
2582 + <FullName>FullName</FullName>
2583 + <Email>Email</Email>
2584 + <HasPhoneNumber>true</HasPhoneNumber>
2585 + <HasDeleteFlag>false</HasDeleteFlag>
2586 + <IsUser>false</IsUser>
2587 + </Contact>
2588 + <Responsibility>Responsibility</Responsibility>
2589 + </TMasterDataContactLink_V1>
2590 + <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1">
2591 + <Contact xsi:type="TContactInfo_V1">
2592 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2593 + <Name>Name</Name>
2594 + <FamilyName>FamilyName</FamilyName>
2595 + <FullName>FullName</FullName>
2596 + <Email>Email</Email>
2597 + <HasPhoneNumber>true</HasPhoneNumber>
2598 + <HasDeleteFlag>false</HasDeleteFlag>
2599 + <IsUser>false</IsUser>
2600 + </Contact>
2601 + <Responsibility>Responsibility</Responsibility>
2602 + </TMasterDataContactLink_V1>
2603 + </ContactLinkCollection>
2604 + <MemberLinkCollection>
2605 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2606 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2607 + <Name>Name</Name>
2608 + <FamilyName>FamilyName</FamilyName>
2609 + <FullName>FullName</FullName>
2610 + <Email>Email</Email>
2611 + <HasPhoneNumber>true</HasPhoneNumber>
2612 + <HasDeleteFlag>false</HasDeleteFlag>
2613 + <IsUser>false</IsUser>
2614 + </TContactInfo_V1>
2615 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2616 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2617 + <Name>Name</Name>
2618 + <FamilyName>FamilyName</FamilyName>
2619 + <FullName>FullName</FullName>
2620 + <Email>Email</Email>
2621 + <HasPhoneNumber>true</HasPhoneNumber>
2622 + <HasDeleteFlag>false</HasDeleteFlag>
2623 + <IsUser>false</IsUser>
2624 + </TContactInfo_V1>
2625 + </MemberLinkCollection>
2626 + </Company>
2627 + <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version>
2628 + <ResultCode>0</ResultCode>
2629 + <ResultMessage>ResultMessage</ResultMessage>
2630 + </TGetCompanyResponse_V2>
2631 + </GetCompany>
2632 + </ACMP>
2633 +</ICQL>
2634 +{{/apimacro}}
2635 +
2636 += Master Data Objektlisten auslesen =
2637 +
2638 +{{apimacro title="GetContactList Request"}}
2639 +<ICQL>
2640 + <ACMP>
2641 + <GetContactList version="1">
2642 + <TGetContactListRequest_V1/>
2643 + </GetContactList>
2644 + </ACMP>
2645 +</ICQL>
2646 +{{/apimacro}}
2647 +
2648 +{{apimacro title="GetContactList Response"}}
2649 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContactListResponse_V1">
2650 + <ACMP>
2651 + <GetContactList ActionType="Response" version="1">
2652 + <TGetContactListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2653 + <Contacts>
2654 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2655 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2656 + <Name>Name</Name>
2657 + <FamilyName>FamilyName</FamilyName>
2658 + <FullName>FullName</FullName>
2659 + <Email>Email</Email>
2660 + <HasPhoneNumber>false</HasPhoneNumber>
2661 + <HasDeleteFlag>false</HasDeleteFlag>
2662 + <IsUser>false</IsUser>
2663 + </TContactInfo_V1>
2664 + <TContactInfo_V1 xsi:type="TContactInfo_V1">
2665 + <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID>
2666 + <Name>Name</Name>
2667 + <FamilyName>FamilyName</FamilyName>
2668 + <FullName>FullName</FullName>
2669 + <Email>Email</Email>
2670 + <HasPhoneNumber>false</HasPhoneNumber>
2671 + <HasDeleteFlag>false</HasDeleteFlag>
2672 + <IsUser>false</IsUser>
2673 + </TContactInfo_V1>
2674 + </Contacts>
2675 + <Version>Version</Version>
2676 + <ResultCode>0</ResultCode>
2677 + <ResultMessage>ResultMessage</ResultMessage>
2678 + </TGetContactListResponse_V1>
2679 + </GetContactList>
2680 + </ACMP>
2681 +</ICQL>
2682 +{{/apimacro}}
2683 +
2684 +{{apimacro title="GetContractList Request"}}
2685 +<ICQL>
2686 + <ACMP>
2687 + <GetContractList version="1">
2688 + <TGetContractListRequest_V1/>
2689 + </GetContractList>
2690 + </ACMP>
2691 +</ICQL>
2692 +{{/apimacro}}
2693 +
2694 +{{apimacro title="GetContractList Respone"}}
2695 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetContractListResponse_V1">
2696 + <ACMP>
2697 + <GetContractList ActionType="Response" version="1">
2698 + <TGetContractListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2699 + <Contracts>
2700 + <TContractInfo_V1 xsi:type="TContractInfo_V1">
2701 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2702 + <Name>Name</Name>
2703 + <Description>Description</Description>
2704 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2705 + <Path>Path</Path>
2706 + <FullPath>FullPath</FullPath>
2707 + </TContractInfo_V1>
2708 + <TContractInfo_V1 xsi:type="TContractInfo_V1">
2709 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2710 + <Name>Name</Name>
2711 + <Description>Description</Description>
2712 + <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId>
2713 + <Path>Path</Path>
2714 + <FullPath>FullPath</FullPath>
2715 + </TContractInfo_V1>
2716 + </Contracts>
2717 + <Version>Version</Version>
2718 + <ResultCode>0</ResultCode>
2719 + <ResultMessage>ResultMessage</ResultMessage>
2720 + </TGetContractListResponse_V1>
2721 + </GetContractList>
2722 + </ACMP>
2723 +</ICQL>
2724 +{{/apimacro}}
2725 +
2726 +{{apimacro title="GetCostCenterList Request"}}
2727 +<ICQL>
2728 + <ACMP>
2729 + <GetCostCenterList version="1">
2730 + <TGetCostCenterListRequest_V1/>
2731 + </GetCostCenterList>
2732 + </ACMP>
2733 +</ICQL>
2734 +{{/apimacro}}
2735 +
2736 +{{apimacro title="GetCostCenterList Response"}}
2737 +<ICQL>
2738 + <ACMP>
2739 + <GetCostCenterList version="1">
2740 + <TGetCostCenterListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2741 + <CostCenters>
2742 + <TCostCenterInfo_V1 xsi:type="TCostCenterInfo_V1">
2743 + <Id>Id</Id>
2744 + <ParentId>ParentId</ParentId>
2745 + <Name>Name</Name>
2746 + <Abbreviation>Abbreviation</Abbreviation>
2747 + <Path>Path</Path>
2748 + <FullPath>FullPath</FullPath>
2749 + <AssetCount>0</AssetCount>
2750 + </TCostCenterInfo_V1>
2751 + <TCostCenterInfo_V1 xsi:type="TCostCenterInfo_V1">
2752 + <Id>Id</Id>
2753 + <ParentId>ParentId</ParentId>
2754 + <Name>Name</Name>
2755 + <Abbreviation>Abbreviation</Abbreviation>
2756 + <Path>Path</Path>
2757 + <FullPath>FullPath</FullPath>
2758 + <AssetCount>0</AssetCount>
2759 + </TCostCenterInfo_V1>
2760 + </CostCenters>
2761 + </TGetCostCenterListResponse_V1>
2762 + </GetCostCenterList>
2763 + </ACMP>
2764 +</ICQL>
2765 +{{/apimacro}}
2766 +
2767 +{{apimacro title="GetDepartmentList Request"}}
2768 +<ICQL>
2769 + <ACMP>
2770 + <GetDepartmentList version="1">
2771 + <TGetDepartmentListRequest_V1/>
2772 + </GetDepartmentList>
2773 + </ACMP>
2774 +</ICQL>
2775 +{{/apimacro}}
2776 +
2777 +{{apimacro title="GetDepartmentList Response"}}
2778 +<ICQL>
2779 + <ACMP>
2780 + <GetDepartmentList version="1">
2781 + <TGetDepartmentListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2782 + <Departments>
2783 + <TDepartmentInfo_V1 xsi:type="TDepartmentInfo_V1">
2784 + <Id>Id</Id>
2785 + <ParentId>ParentId</ParentId>
2786 + <Name>Name</Name>
2787 + <Abbreviation>Abbreviation</Abbreviation>
2788 + <Path>Path</Path>
2789 + <FullPath>FullPath</FullPath>
2790 + <AssetCount>0</AssetCount>
2791 + </TDepartmentInfo_V1>
2792 + <TDepartmentInfo_V1 xsi:type="TDepartmentInfo_V1">
2793 + <Id>Id</Id>
2794 + <ParentId>ParentId</ParentId>
2795 + <Name>Name</Name>
2796 + <Abbreviation>Abbreviation</Abbreviation>
2797 + <Path>Path</Path>
2798 + <FullPath>FullPath</FullPath>
2799 + <AssetCount>0</AssetCount>
2800 + </TDepartmentInfo_V1>
2801 + </Departments>
2802 + </TGetDepartmentListResponse_V1>
2803 + </GetDepartmentList>
2804 + </ACMP>
2805 +</ICQL>
2806 +{{/apimacro}}
2807 +
2808 +{{apimacro title="GetLocationList Request"}}
2809 +<ICQL>
2810 + <ACMP>
2811 + <GetLocationList version="1">
2812 + <TGetLocationListRequest_V1/>
2813 + </GetLocationList>
2814 + </ACMP>
2815 +</ICQL>
2816 +{{/apimacro}}
2817 +
2818 +{{apimacro title="GetLocationList Response"}}
2819 +<ICQL>
2820 + <ACMP>
2821 + <GetLocationList version="1">
2822 + <TGetLocationListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2823 + <Locations>
2824 + <TLocationInfo_V1 xsi:type="TLocationInfo_V1">
2825 + <Id>Id</Id>
2826 + <ParentId>ParentId</ParentId>
2827 + <Name>Name</Name>
2828 + <LocationKind>lkLocation</LocationKind>
2829 + <AssetCount>0</AssetCount>
2830 + <HasSubLocations>false</HasSubLocations>
2831 + <Path>Path</Path>
2832 + <FullPath>FullPath</FullPath>
2833 + </TLocationInfo_V1>
2834 + <TLocationInfo_V1 xsi:type="TLocationInfo_V1">
2835 + <Id>Id</Id>
2836 + <ParentId>ParentId</ParentId>
2837 + <Name>Name</Name>
2838 + <LocationKind>lkLocation</LocationKind>
2839 + <AssetCount>0</AssetCount>
2840 + <HasSubLocations>false</HasSubLocations>
2841 + <Path>Path</Path>
2842 + <FullPath>FullPath</FullPath>
2843 + </TLocationInfo_V1>
2844 + </Locations>
2845 + </TGetLocationListResponse_V1>
2846 + </GetLocationList>
2847 + </ACMP>
2848 +</ICQL>
2849 +{{/apimacro}}
2850 +
2851 +{{apimacro title="GetCompanyList Request"}}
2852 +<ICQL>
2853 + <ACMP>
2854 + <GetCompanyList version="1">
2855 + <TGetCompanyListRequest_V1/>
2856 + </GetCompanyList>
2857 + </ACMP>
2858 +</ICQL>
2859 +{{/apimacro}}
2860 +
2861 +{{apimacro title="GetCompanyList Request"}}
2862 +<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetCompanyListResponse_V1">
2863 + <ACMP>
2864 + <GetCompanyList ActionType="Response" version="1">
2865 + <TGetCompanyListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2866 + <Companies>
2867 + <TCompanyInfo_V1 xsi:type="TCompanyInfo_V1">
2868 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2869 + <Name>Name</Name>
2870 + <Description>Description</Description>
2871 + <CompanyKinds/>
2872 + </TCompanyInfo_V1>
2873 + <TCompanyInfo_V1 xsi:type="TCompanyInfo_V1">
2874 + <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id>
2875 + <Name>Name</Name>
2876 + <Description>Description</Description>
2877 + <CompanyKinds/>
2878 + </TCompanyInfo_V1>
2879 + </Companies>
2880 + <Version>Version</Version>
2881 + <ResultCode>0</ResultCode>
2882 + <ResultMessage>ResultMessage</ResultMessage>
2883 + </TGetCompanyListResponse_V1>
2884 + </GetCompanyList>
2885 + </ACMP>
2886 +</ICQL>
2887 +{{/apimacro}}
2888 +
2889 +
© Aagon GmbH 2026
Besuchen Sie unsere Aagon-Community