Wiki source code of Master Data
Last modified by Steffi F on 2025/06/27 09:04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{aagon.floatingbox/}} | ||
2 | |||
3 | = Save master data objects = | ||
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 | Im Command 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 | {{aagon.infobox}} | ||
973 | The SaveContracts command has several fields that are specially validated. These are the following values: | ||
974 | {{/aagon.infobox}} | ||
975 | |||
976 | * The StartDate must not contain a date value that is later than the ExpirationDate. | ||
977 | * The ParentId must contain the ID of an existing folder. | ||
978 | * The name must not be cleared for a new contract. | ||
979 | * The specified duration is not transferred, but calculated by the server. | ||
980 | * For ExternalContractPartner and InternalContractPartner, only the ID is taken into account. | ||
981 | * The ContractType can only be set via the ContractTypeId field. | ||
982 | * Path and FullPath are not taken into account. The path can be changed by moving or renaming the contract. | ||
983 | * For Relations, ContactPersons, and Beneficiaries, the ContractId is ignored and the ID of the contract to be saved is used. | ||
984 | * If the contract is to be linked to a document, the DocumentLinks ID and DocumentID are mandatory fields. The ItemId field must then also be the ID of the contract to be saved. | ||
985 | |||
986 | {{apimacro title="SaveContracts Request"}} | ||
987 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContractsRequest_V1"> | ||
988 | <ACMP> | ||
989 | <SaveContracts ActionType="Request" version="1"> | ||
990 | <TSaveContractsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
991 | <Contracts> | ||
992 | <TContract_V2 xsi:type="TContract_V2"> | ||
993 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
994 | <Name>Name</Name> | ||
995 | <Description>Description</Description> | ||
996 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
997 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
998 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
999 | <ExternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1000 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1001 | <Name>Name</Name> | ||
1002 | <Description>Description</Description> | ||
1003 | <CompanyKinds/> | ||
1004 | </ExternalContractPartner> | ||
1005 | <InternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1006 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1007 | <Name>Name</Name> | ||
1008 | <Description>Description</Description> | ||
1009 | <CompanyKinds/> | ||
1010 | </InternalContractPartner> | ||
1011 | <DocumentLinks> | ||
1012 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1013 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1014 | <Name>Name</Name> | ||
1015 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1016 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1017 | <ItemKind>aiHDQuery</ItemKind> | ||
1018 | <FileName>FileName</FileName> | ||
1019 | <FileSize>0</FileSize> | ||
1020 | </TDocumentLink_V1> | ||
1021 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1022 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1023 | <Name>Name</Name> | ||
1024 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1025 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1026 | <ItemKind>aiHDQuery</ItemKind> | ||
1027 | <FileName>FileName</FileName> | ||
1028 | <FileSize>0</FileSize> | ||
1029 | </TDocumentLink_V1> | ||
1030 | </DocumentLinks> | ||
1031 | <ContractNumber>ContractNumber</ContractNumber> | ||
1032 | <State>csActive</State> | ||
1033 | <Tags> | ||
1034 | <string>Value 1</string> | ||
1035 | <string>Value 2</string> | ||
1036 | </Tags> | ||
1037 | <Duration>0</Duration> | ||
1038 | <DurationTimeUnit>tuDays</DurationTimeUnit> | ||
1039 | <IsTerminable>true</IsTerminable> | ||
1040 | <IsAutoExtended>true</IsAutoExtended> | ||
1041 | <ExtensionPeriod>0</ExtensionPeriod> | ||
1042 | <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit> | ||
1043 | <TermOfNotice>0</TermOfNotice> | ||
1044 | <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit> | ||
1045 | <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine> | ||
1046 | <IsTerminated>true</IsTerminated> | ||
1047 | <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate> | ||
1048 | <ReasonForTermination>ReasonForTermination</ReasonForTermination> | ||
1049 | <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId> | ||
1050 | <ContractType xsi:type="TContractType_V1"> | ||
1051 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1052 | <Caption_en>Caption_en</Caption_en> | ||
1053 | <Caption_de>Caption_de</Caption_de> | ||
1054 | </ContractType> | ||
1055 | <Beneficiaries> | ||
1056 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1057 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1058 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1059 | <Name>Name</Name> | ||
1060 | <MasterDataKind>mdContact</MasterDataKind> | ||
1061 | </TContractMasterDataLink_V1> | ||
1062 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1063 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1064 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1065 | <Name>Name</Name> | ||
1066 | <MasterDataKind>mdContact</MasterDataKind> | ||
1067 | </TContractMasterDataLink_V1> | ||
1068 | </Beneficiaries> | ||
1069 | <ContactPersons> | ||
1070 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1071 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1072 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1073 | <Responsibility>Responsibility</Responsibility> | ||
1074 | </TContractContactLink_V1> | ||
1075 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1076 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1077 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1078 | <Responsibility>Responsibility</Responsibility> | ||
1079 | </TContractContactLink_V1> | ||
1080 | </ContactPersons> | ||
1081 | <Relations> | ||
1082 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1083 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1084 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1085 | <RelationKind>rkSuccessor</RelationKind> | ||
1086 | <Name>Name</Name> | ||
1087 | <ContractState>csActive</ContractState> | ||
1088 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1089 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1090 | </TContractRelationLink_V1> | ||
1091 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1092 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1093 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1094 | <RelationKind>rkSuccessor</RelationKind> | ||
1095 | <Name>Name</Name> | ||
1096 | <ContractState>csActive</ContractState> | ||
1097 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1098 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1099 | </TContractRelationLink_V1> | ||
1100 | </Relations> | ||
1101 | <Path>Path</Path> | ||
1102 | <FullPath>FullPath</FullPath> | ||
1103 | </TContract_V2> | ||
1104 | <TContract_V2 xsi:type="TContract_V2"> | ||
1105 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1106 | <Name>Name</Name> | ||
1107 | <Description>Description</Description> | ||
1108 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1109 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1110 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1111 | <ExternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1112 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1113 | <Name>Name</Name> | ||
1114 | <Description>Description</Description> | ||
1115 | <CompanyKinds/> | ||
1116 | </ExternalContractPartner> | ||
1117 | <InternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1118 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1119 | <Name>Name</Name> | ||
1120 | <Description>Description</Description> | ||
1121 | <CompanyKinds/> | ||
1122 | </InternalContractPartner> | ||
1123 | <DocumentLinks> | ||
1124 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1125 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1126 | <Name>Name</Name> | ||
1127 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1128 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1129 | <ItemKind>aiHDQuery</ItemKind> | ||
1130 | <FileName>FileName</FileName> | ||
1131 | <FileSize>0</FileSize> | ||
1132 | </TDocumentLink_V1> | ||
1133 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1134 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1135 | <Name>Name</Name> | ||
1136 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1137 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1138 | <ItemKind>aiHDQuery</ItemKind> | ||
1139 | <FileName>FileName</FileName> | ||
1140 | <FileSize>0</FileSize> | ||
1141 | </TDocumentLink_V1> | ||
1142 | </DocumentLinks> | ||
1143 | <ContractNumber>ContractNumber</ContractNumber> | ||
1144 | <State>csActive</State> | ||
1145 | <Tags> | ||
1146 | <string>Value 1</string> | ||
1147 | <string>Value 2</string> | ||
1148 | </Tags> | ||
1149 | <Duration>0</Duration> | ||
1150 | <DurationTimeUnit>tuDays</DurationTimeUnit> | ||
1151 | <IsTerminable>true</IsTerminable> | ||
1152 | <IsAutoExtended>true</IsAutoExtended> | ||
1153 | <ExtensionPeriod>0</ExtensionPeriod> | ||
1154 | <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit> | ||
1155 | <TermOfNotice>0</TermOfNotice> | ||
1156 | <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit> | ||
1157 | <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine> | ||
1158 | <IsTerminated>true</IsTerminated> | ||
1159 | <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate> | ||
1160 | <ReasonForTermination>ReasonForTermination</ReasonForTermination> | ||
1161 | <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId> | ||
1162 | <ContractType xsi:type="TContractType_V1"> | ||
1163 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1164 | <Caption_en>Caption_en</Caption_en> | ||
1165 | <Caption_de>Caption_de</Caption_de> | ||
1166 | </ContractType> | ||
1167 | <Beneficiaries> | ||
1168 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1169 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1170 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1171 | <Name>Name</Name> | ||
1172 | <MasterDataKind>mdContact</MasterDataKind> | ||
1173 | </TContractMasterDataLink_V1> | ||
1174 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1175 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1176 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1177 | <Name>Name</Name> | ||
1178 | <MasterDataKind>mdContact</MasterDataKind> | ||
1179 | </TContractMasterDataLink_V1> | ||
1180 | </Beneficiaries> | ||
1181 | <ContactPersons> | ||
1182 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1183 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1184 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1185 | <Responsibility>Responsibility</Responsibility> | ||
1186 | </TContractContactLink_V1> | ||
1187 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1188 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1189 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1190 | <Responsibility>Responsibility</Responsibility> | ||
1191 | </TContractContactLink_V1> | ||
1192 | </ContactPersons> | ||
1193 | <Relations> | ||
1194 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1195 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1196 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1197 | <RelationKind>rkSuccessor</RelationKind> | ||
1198 | <Name>Name</Name> | ||
1199 | <ContractState>csActive</ContractState> | ||
1200 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1201 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1202 | </TContractRelationLink_V1> | ||
1203 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1204 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1205 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1206 | <RelationKind>rkSuccessor</RelationKind> | ||
1207 | <Name>Name</Name> | ||
1208 | <ContractState>csActive</ContractState> | ||
1209 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1210 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1211 | </TContractRelationLink_V1> | ||
1212 | </Relations> | ||
1213 | <Path>Path</Path> | ||
1214 | <FullPath>FullPath</FullPath> | ||
1215 | </TContract_V2> | ||
1216 | </Contracts> | ||
1217 | </TSaveContractsRequest_V1> | ||
1218 | </SaveContracts> | ||
1219 | </ACMP> | ||
1220 | </ICQL> | ||
1221 | {{/apimacro}} | ||
1222 | |||
1223 | {{apimacro title="SaveContracts Response"}} | ||
1224 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/SaveContractsResponse_V1"> | ||
1225 | <ACMP> | ||
1226 | <SaveContracts ActionType="Response" version="1"> | ||
1227 | <TSaveContractsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1228 | <ResultCode>0</ResultCode> | ||
1229 | <ResultMessage>ResultMessage</ResultMessage> | ||
1230 | </TSaveContractsResponse_V1> | ||
1231 | </SaveContracts> | ||
1232 | </ACMP> | ||
1233 | </ICQL> | ||
1234 | {{/apimacro}} | ||
1235 | |||
1236 | = Delete master data objects = | ||
1237 | |||
1238 | {{apimacro title="DeleteCompanyList Request V1"}} | ||
1239 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteCompanyListRequest_V1"> | ||
1240 | <ACMP> | ||
1241 | <DeleteCompanyList ActionType="Request" version="1"> | ||
1242 | <TDeleteCompanyListRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1243 | <CompanyIds> | ||
1244 | <string>Value 1</string> | ||
1245 | <string>Value 2</string> | ||
1246 | </CompanyIds> | ||
1247 | </TDeleteCompanyListRequest_V1> | ||
1248 | </DeleteCompanyList> | ||
1249 | </ACMP> | ||
1250 | </ICQL> | ||
1251 | {{/apimacro}} | ||
1252 | |||
1253 | {{apimacro title="DeleteCompanyList Response V1"}} | ||
1254 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteCompanyListResponse_V1"> | ||
1255 | <ACMP> | ||
1256 | <DeleteCompanyList ActionType="Response" version="1"> | ||
1257 | <TDeleteCompanyListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1258 | <ResultCode>0</ResultCode> | ||
1259 | <ResultMessage>ResultMessage</ResultMessage> | ||
1260 | </TDeleteCompanyListResponse_V1> | ||
1261 | </DeleteCompanyList> | ||
1262 | </ACMP> | ||
1263 | </ICQL> | ||
1264 | {{/apimacro}} | ||
1265 | |||
1266 | {{apimacro title="DeleteContacts Request"}} | ||
1267 | <?xml version="1.0" encoding="utf-8"?> | ||
1268 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContactsRequest_V1"> | ||
1269 | <ACMP> | ||
1270 | <DeleteContacts ActionType="Request" version="1"> | ||
1271 | <TDeleteContactsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1272 | <ContactIds> | ||
1273 | <string>Value 1</string> | ||
1274 | <string>Value 2</string> | ||
1275 | </ContactIds> | ||
1276 | </TDeleteContactsRequest_V1> | ||
1277 | </DeleteContacts> | ||
1278 | </ACMP> | ||
1279 | </ICQL> | ||
1280 | {{/apimacro}} | ||
1281 | |||
1282 | {{apimacro title="DeleteContacts Response"}} | ||
1283 | <?xml version="1.0" encoding="utf-8"?> | ||
1284 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContactsResponse_V1"> | ||
1285 | <ACMP> | ||
1286 | <DeleteContacts ActionType="Response" version="1"> | ||
1287 | <TDeleteContactsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1288 | <ResultCode>0</ResultCode> | ||
1289 | <ResultMessage>ResultMessage</ResultMessage> | ||
1290 | </TDeleteContactsResponse_V1> | ||
1291 | </DeleteContacts> | ||
1292 | </ACMP> | ||
1293 | </ICQL> | ||
1294 | {{/apimacro}} | ||
1295 | |||
1296 | {{apimacro title="DeleteCostCenters Request"}} | ||
1297 | <?xml version="1.0" encoding="utf-8"?> | ||
1298 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteCostCentersRequest_V1"> | ||
1299 | <ACMP> | ||
1300 | <DeleteCostCenters ActionType="Request" version="1"> | ||
1301 | <TDeleteCostCentersRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1302 | <CostCenterIds> | ||
1303 | <string>Value 1</string> | ||
1304 | <string>Value 2</string> | ||
1305 | </CostCenterIds> | ||
1306 | </TDeleteCostCentersRequest_V1> | ||
1307 | </DeleteCostCenters> | ||
1308 | </ACMP> | ||
1309 | </ICQL> | ||
1310 | {{/apimacro}} | ||
1311 | |||
1312 | {{apimacro title="DeleteCostCenters Response"}} | ||
1313 | <?xml version="1.0" encoding="utf-8"?> | ||
1314 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteCostCentersResponse_V1"> | ||
1315 | <ACMP> | ||
1316 | <DeleteCostCenters ActionType="Response" version="1"> | ||
1317 | <TDeleteCostCentersResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1318 | <ResultCode>0</ResultCode> | ||
1319 | <ResultMessage>ResultMessage</ResultMessage> | ||
1320 | </TDeleteCostCentersResponse_V1> | ||
1321 | </DeleteCostCenters> | ||
1322 | </ACMP> | ||
1323 | </ICQL> | ||
1324 | {{/apimacro}} | ||
1325 | |||
1326 | {{apimacro title="DeleteDepartments Request"}} | ||
1327 | <?xml version="1.0" encoding="utf-8"?> | ||
1328 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteDepartmentsRequest_V1"> | ||
1329 | <ACMP> | ||
1330 | <DeleteDepartments ActionType="Request" version="1"> | ||
1331 | <TDeleteDepartmentsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1332 | <DepartmentIds> | ||
1333 | <string>Value 1</string> | ||
1334 | <string>Value 2</string> | ||
1335 | </DepartmentIds> | ||
1336 | </TDeleteDepartmentsRequest_V1> | ||
1337 | </DeleteDepartments> | ||
1338 | </ACMP> | ||
1339 | </ICQL> | ||
1340 | {{/apimacro}} | ||
1341 | |||
1342 | {{apimacro title="DeleteDepartments Response"}} | ||
1343 | <?xml version="1.0" encoding="utf-8"?> | ||
1344 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteDepartmentsResponse_V1"> | ||
1345 | <ACMP> | ||
1346 | <DeleteDepartments ActionType="Response" version="1"> | ||
1347 | <TDeleteDepartmentsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1348 | <ResultCode>0</ResultCode> | ||
1349 | <ResultMessage>ResultMessage</ResultMessage> | ||
1350 | </TDeleteDepartmentsResponse_V1> | ||
1351 | </DeleteDepartments> | ||
1352 | </ACMP> | ||
1353 | </ICQL> | ||
1354 | {{/apimacro}} | ||
1355 | |||
1356 | {{apimacro title="DeleteLocations Request"}} | ||
1357 | <?xml version="1.0" encoding="utf-8"?> | ||
1358 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteLocationsRequest_V1"> | ||
1359 | <ACMP> | ||
1360 | <DeleteLocations ActionType="Request" version="1"> | ||
1361 | <TDeleteLocationsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1362 | <LocationIds> | ||
1363 | <string>Value 1</string> | ||
1364 | <string>Value 2</string> | ||
1365 | </LocationIds> | ||
1366 | </TDeleteLocationsRequest_V1> | ||
1367 | </DeleteLocations> | ||
1368 | </ACMP> | ||
1369 | </ICQL> | ||
1370 | {{/apimacro}} | ||
1371 | |||
1372 | {{apimacro title="DeleteLocations Response"}} | ||
1373 | <?xml version="1.0" encoding="utf-8"?> | ||
1374 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteLocationsResponse_V1"> | ||
1375 | <ACMP> | ||
1376 | <DeleteLocations ActionType="Response" version="1"> | ||
1377 | <TDeleteLocationsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1378 | <ResultCode>0</ResultCode> | ||
1379 | <ResultMessage>ResultMessage</ResultMessage> | ||
1380 | </TDeleteLocationsResponse_V1> | ||
1381 | </DeleteLocations> | ||
1382 | </ACMP> | ||
1383 | </ICQL> | ||
1384 | {{/apimacro}} | ||
1385 | |||
1386 | = Read Master Data Objects = | ||
1387 | |||
1388 | {{apimacro title="GetMasterDataSettings Request"}} | ||
1389 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetMasterDataSettingsRequest_V1"> | ||
1390 | <ACMP> | ||
1391 | <GetMasterDataSettings ActionType="Request" version="1"> | ||
1392 | <TGetMasterDataSettingsRequest_V1/> | ||
1393 | </GetMasterDataSettings> | ||
1394 | </ACMP> | ||
1395 | </ICQL> | ||
1396 | {{/apimacro}} | ||
1397 | |||
1398 | {{apimacro title="GetMasterDataSettings Response"}} | ||
1399 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetMasterDataSettingsResponse_V1"> | ||
1400 | <ACMP> | ||
1401 | <GetMasterDataSettings ActionType="Response" version="1"> | ||
1402 | <TGetMasterDataSettingsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1403 | <MasterDataSettings xsi:type="TMasterDataSettings_V1"> | ||
1404 | <ContactCustomFieldIdsOrdered> | ||
1405 | <string>Value 1</string> | ||
1406 | <string>Value 2</string> | ||
1407 | </ContactCustomFieldIdsOrdered> | ||
1408 | <ContractTypes> | ||
1409 | <TContractType_V1 xsi:type="TContractType_V1"> | ||
1410 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1411 | <Caption_en>Caption_en</Caption_en> | ||
1412 | <Caption_de>Caption_de</Caption_de> | ||
1413 | </TContractType_V1> | ||
1414 | <TContractType_V1 xsi:type="TContractType_V1"> | ||
1415 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1416 | <Caption_en>Caption_en</Caption_en> | ||
1417 | <Caption_de>Caption_de</Caption_de> | ||
1418 | </TContractType_V1> | ||
1419 | </ContractTypes> | ||
1420 | <DocumentTypes> | ||
1421 | <TDocumentType_V1 xsi:type="TDocumentType_V1"> | ||
1422 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1423 | <Caption_en>Caption_en</Caption_en> | ||
1424 | <Caption_de>Caption_de</Caption_de> | ||
1425 | </TDocumentType_V1> | ||
1426 | <TDocumentType_V1 xsi:type="TDocumentType_V1"> | ||
1427 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1428 | <Caption_en>Caption_en</Caption_en> | ||
1429 | <Caption_de>Caption_de</Caption_de> | ||
1430 | </TDocumentType_V1> | ||
1431 | </DocumentTypes> | ||
1432 | <MaxDocumentSize>0</MaxDocumentSize> | ||
1433 | </MasterDataSettings> | ||
1434 | <DataVersion>DataVersion</DataVersion> | ||
1435 | <ResultCode>0</ResultCode> | ||
1436 | <ResultMessage>ResultMessage</ResultMessage> | ||
1437 | </TGetMasterDataSettingsResponse_V1> | ||
1438 | </GetMasterDataSettings> | ||
1439 | </ACMP> | ||
1440 | </ICQL> | ||
1441 | {{/apimacro}} | ||
1442 | |||
1443 | {{apimacro title="GetContact Request"}} | ||
1444 | <ICQL> | ||
1445 | <ACMP> | ||
1446 | <GetContact ActionType="Request" version="1"> | ||
1447 | <TGetContactRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1448 | <Id>Id</Id> | ||
1449 | </TGetContactRequest_V1> | ||
1450 | </GetContact> | ||
1451 | </ACMP> | ||
1452 | </ICQL> | ||
1453 | {{/apimacro}} | ||
1454 | |||
1455 | {{apimacro title="GetContact Response"}} | ||
1456 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContactResponse_V1"> | ||
1457 | <ACMP> | ||
1458 | <GetContact ActionType="Response" version="1"> | ||
1459 | <TGetContactResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1460 | <Contact xsi:type="TContact_V2"> | ||
1461 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1462 | <Titles>Titles</Titles> | ||
1463 | <Name>Name</Name> | ||
1464 | <FamilyName>FamilyName</FamilyName> | ||
1465 | <Phone>Phone</Phone> | ||
1466 | <Phone2>Phone2</Phone2> | ||
1467 | <Phone3>Phone3</Phone3> | ||
1468 | <Phone4>Phone4</Phone4> | ||
1469 | <Fax>Fax</Fax> | ||
1470 | <Email>Email</Email> | ||
1471 | <PreferredContactMethod>pcPhone</PreferredContactMethod> | ||
1472 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
1473 | <DepartmentName>DepartmentName</DepartmentName> | ||
1474 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
1475 | <CostCenterName>CostCenterName</CostCenterName> | ||
1476 | <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId> | ||
1477 | <CompanyName>CompanyName</CompanyName> | ||
1478 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
1479 | <LocationName>LocationName</LocationName> | ||
1480 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1481 | <HTMLComment>HTMLComment</HTMLComment> | ||
1482 | <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue> | ||
1483 | <Address>Address</Address> | ||
1484 | <Zipcode>Zipcode</Zipcode> | ||
1485 | <City>City</City> | ||
1486 | <Country>Country</Country> | ||
1487 | <Position>Position</Position> | ||
1488 | <IsUser>false</IsUser> | ||
1489 | <FullName>FullName</FullName> | ||
1490 | <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid> | ||
1491 | <ClientLinkCollection> | ||
1492 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1493 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
1494 | <ComputerName>ComputerName</ComputerName> | ||
1495 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1496 | </TClientInfo_V1> | ||
1497 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1498 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
1499 | <ComputerName>ComputerName</ComputerName> | ||
1500 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1501 | </TClientInfo_V1> | ||
1502 | </ClientLinkCollection> | ||
1503 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1504 | <AssetCount>0</AssetCount> | ||
1505 | <Department xsi:type="TDepartmentInfo_V1"> | ||
1506 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1507 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1508 | <Name>Name</Name> | ||
1509 | <Abbreviation>Abbreviation</Abbreviation> | ||
1510 | <Path>Path</Path> | ||
1511 | <FullPath>FullPath</FullPath> | ||
1512 | <AssetCount>0</AssetCount> | ||
1513 | </Department> | ||
1514 | <CostCenter xsi:type="TCostCenterInfo_V1"> | ||
1515 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1516 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1517 | <Name>Name</Name> | ||
1518 | <Abbreviation>Abbreviation</Abbreviation> | ||
1519 | <Path>Path</Path> | ||
1520 | <FullPath>FullPath</FullPath> | ||
1521 | <AssetCount>0</AssetCount> | ||
1522 | </CostCenter> | ||
1523 | <Company xsi:type="TCompanyInfo_V1"> | ||
1524 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1525 | <Name>Name</Name> | ||
1526 | <Description>Description</Description> | ||
1527 | <CompanyKinds/> | ||
1528 | </Company> | ||
1529 | <Location xsi:type="TLocationInfo_V1"> | ||
1530 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1531 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1532 | <Name>Name</Name> | ||
1533 | <LocationKind>lkLocation</LocationKind> | ||
1534 | <AssetCount>0</AssetCount> | ||
1535 | <HasSubLocations>false</HasSubLocations> | ||
1536 | <Path>Path</Path> | ||
1537 | <FullPath>FullPath</FullPath> | ||
1538 | </Location> | ||
1539 | </Contact> | ||
1540 | <Version>Version</Version> | ||
1541 | <ResultCode>0</ResultCode> | ||
1542 | <ResultMessage>ResultMessage</ResultMessage> | ||
1543 | </TGetContactResponse_V1> | ||
1544 | </GetContact> | ||
1545 | </ACMP> | ||
1546 | </ICQL> | ||
1547 | {{/apimacro}} | ||
1548 | |||
1549 | {{apimacro title="GetContact Request V2"}} | ||
1550 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContactRequest_V2"> | ||
1551 | <ACMP> | ||
1552 | <GetContact ActionType="Request" version="2"> | ||
1553 | <TGetContactRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1554 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1555 | </TGetContactRequest_V2> | ||
1556 | </GetContact> | ||
1557 | </ACMP> | ||
1558 | </ICQL> | ||
1559 | {{/apimacro}} | ||
1560 | |||
1561 | {{apimacro title="GetContact Response V2"}} | ||
1562 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContactResponse_V2"> | ||
1563 | <ACMP> | ||
1564 | <GetContact ActionType="Response" version="2"> | ||
1565 | <TGetContactResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1566 | <Contact xsi:type="TContact_V3"> | ||
1567 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1568 | <Titles>Titles</Titles> | ||
1569 | <Name>Name</Name> | ||
1570 | <FamilyName>FamilyName</FamilyName> | ||
1571 | <Phone>Phone</Phone> | ||
1572 | <Phone2>Phone2</Phone2> | ||
1573 | <Phone3>Phone3</Phone3> | ||
1574 | <Phone4>Phone4</Phone4> | ||
1575 | <Fax>Fax</Fax> | ||
1576 | <Email>Email</Email> | ||
1577 | <PreferredContactMethod>pcPhone</PreferredContactMethod> | ||
1578 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
1579 | <DepartmentName>DepartmentName</DepartmentName> | ||
1580 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
1581 | <CostCenterName>CostCenterName</CostCenterName> | ||
1582 | <CompanyId>{59387FFD-B171-47C5-B735-041FA132CA39}</CompanyId> | ||
1583 | <CompanyName>CompanyName</CompanyName> | ||
1584 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
1585 | <LocationName>LocationName</LocationName> | ||
1586 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1587 | <HTMLComment>HTMLComment</HTMLComment> | ||
1588 | <ContactSpecificValue>ContactSpecificValue</ContactSpecificValue> | ||
1589 | <Address>Address</Address> | ||
1590 | <Zipcode>Zipcode</Zipcode> | ||
1591 | <City>City</City> | ||
1592 | <Country>Country</Country> | ||
1593 | <Position>Position</Position> | ||
1594 | <IsUser>false</IsUser> | ||
1595 | <FullName>FullName</FullName> | ||
1596 | <ADObjectGuid>{59387FFD-B171-47C5-B735-041FA132CA39}</ADObjectGuid> | ||
1597 | <ClientLinkCollection> | ||
1598 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1599 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
1600 | <ComputerName>ComputerName</ComputerName> | ||
1601 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1602 | </TClientInfo_V1> | ||
1603 | <TClientInfo_V1 xsi:type="TClientInfo_V1"> | ||
1604 | <ClientId>{59387FFD-B171-47C5-B735-041FA132CA39}</ClientId> | ||
1605 | <ComputerName>ComputerName</ComputerName> | ||
1606 | <ComputerDomain>ComputerDomain</ComputerDomain> | ||
1607 | </TClientInfo_V1> | ||
1608 | </ClientLinkCollection> | ||
1609 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1610 | <AssetCount>0</AssetCount> | ||
1611 | <Department xsi:type="TDepartmentInfo_V1"> | ||
1612 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1613 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1614 | <Name>Name</Name> | ||
1615 | <Abbreviation>Abbreviation</Abbreviation> | ||
1616 | <Path>Path</Path> | ||
1617 | <FullPath>FullPath</FullPath> | ||
1618 | <AssetCount>0</AssetCount> | ||
1619 | </Department> | ||
1620 | <CostCenter xsi:type="TCostCenterInfo_V1"> | ||
1621 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1622 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1623 | <Name>Name</Name> | ||
1624 | <Abbreviation>Abbreviation</Abbreviation> | ||
1625 | <Path>Path</Path> | ||
1626 | <FullPath>FullPath</FullPath> | ||
1627 | <AssetCount>0</AssetCount> | ||
1628 | </CostCenter> | ||
1629 | <Company xsi:type="TCompanyInfo_V1"> | ||
1630 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1631 | <Name>Name</Name> | ||
1632 | <Description>Description</Description> | ||
1633 | <CompanyKinds/> | ||
1634 | </Company> | ||
1635 | <Location xsi:type="TLocationInfo_V1"> | ||
1636 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1637 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1638 | <Name>Name</Name> | ||
1639 | <LocationKind>lkLocation</LocationKind> | ||
1640 | <AssetCount>0</AssetCount> | ||
1641 | <HasSubLocations>false</HasSubLocations> | ||
1642 | <Path>Path</Path> | ||
1643 | <FullPath>FullPath</FullPath> | ||
1644 | </Location> | ||
1645 | <SingleFieldValues> | ||
1646 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
1647 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
1648 | <Value>Value</Value> | ||
1649 | </TCustomFieldValue_V1> | ||
1650 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
1651 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
1652 | <Value>Value</Value> | ||
1653 | </TCustomFieldValue_V1> | ||
1654 | </SingleFieldValues> | ||
1655 | </Contact> | ||
1656 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
1657 | <ResultCode>0</ResultCode> | ||
1658 | <ResultMessage>ResultMessage</ResultMessage> | ||
1659 | </TGetContactResponse_V2> | ||
1660 | </GetContact> | ||
1661 | </ACMP> | ||
1662 | </ICQL> | ||
1663 | {{/apimacro}} | ||
1664 | |||
1665 | {{apimacro title="GetContract_V1 Request"}} | ||
1666 | <ICQL> | ||
1667 | <ACMP> | ||
1668 | <GetContract version="1"> | ||
1669 | <TGetContractRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1670 | <Id>Id</Id> | ||
1671 | </TGetContractRequest_V1> | ||
1672 | </GetContract> | ||
1673 | </ACMP> | ||
1674 | </ICQL> | ||
1675 | {{/apimacro}} | ||
1676 | |||
1677 | {{apimacro title="GetContract_V1 Respone"}} | ||
1678 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContractResponse_V1"> | ||
1679 | <ACMP> | ||
1680 | <GetContract ActionType="Response" version="1"> | ||
1681 | <TGetContractResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1682 | <Contract xsi:type="TContract_V1"> | ||
1683 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1684 | <Name>Name</Name> | ||
1685 | <Description>Description</Description> | ||
1686 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1687 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1688 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1689 | <ExternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1690 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1691 | <Name>Name</Name> | ||
1692 | <Description>Description</Description> | ||
1693 | <CompanyKinds/> | ||
1694 | </ExternalContractPartner> | ||
1695 | <InternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1696 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1697 | <Name>Name</Name> | ||
1698 | <Description>Description</Description> | ||
1699 | <CompanyKinds/> | ||
1700 | </InternalContractPartner> | ||
1701 | <DocumentLinks> | ||
1702 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1703 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1704 | <Name>Name</Name> | ||
1705 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1706 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1707 | <ItemKind>aiHDQuery</ItemKind> | ||
1708 | <FileName>FileName</FileName> | ||
1709 | <FileSize>0</FileSize> | ||
1710 | </TDocumentLink_V1> | ||
1711 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
1712 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1713 | <Name>Name</Name> | ||
1714 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1715 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1716 | <ItemKind>aiHDQuery</ItemKind> | ||
1717 | <FileName>FileName</FileName> | ||
1718 | <FileSize>0</FileSize> | ||
1719 | </TDocumentLink_V1> | ||
1720 | </DocumentLinks> | ||
1721 | <ContractNumber>ContractNumber</ContractNumber> | ||
1722 | <State>csActive</State> | ||
1723 | <Tags> | ||
1724 | <string>Value 1</string> | ||
1725 | <string>Value 2</string> | ||
1726 | </Tags> | ||
1727 | <Duration>0</Duration> | ||
1728 | <DurationTimeUnit>tuDays</DurationTimeUnit> | ||
1729 | <IsTerminable>false</IsTerminable> | ||
1730 | <IsAutoExtended>false</IsAutoExtended> | ||
1731 | <ExtensionPeriod>0</ExtensionPeriod> | ||
1732 | <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit> | ||
1733 | <TermOfNotice>0</TermOfNotice> | ||
1734 | <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit> | ||
1735 | <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine> | ||
1736 | <IsTerminated>false</IsTerminated> | ||
1737 | <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate> | ||
1738 | <ReasonForTermination>ReasonForTermination</ReasonForTermination> | ||
1739 | <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId> | ||
1740 | <ContractType xsi:type="TContractType_V1"> | ||
1741 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1742 | <Caption_en>Caption_en</Caption_en> | ||
1743 | <Caption_de>Caption_de</Caption_de> | ||
1744 | </ContractType> | ||
1745 | <Beneficiaries> | ||
1746 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1747 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1748 | <Name>Name</Name> | ||
1749 | <FamilyName>FamilyName</FamilyName> | ||
1750 | <FullName>FullName</FullName> | ||
1751 | <Email>Email</Email> | ||
1752 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1753 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1754 | <IsUser>false</IsUser> | ||
1755 | </TContactInfo_V1> | ||
1756 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1757 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1758 | <Name>Name</Name> | ||
1759 | <FamilyName>FamilyName</FamilyName> | ||
1760 | <FullName>FullName</FullName> | ||
1761 | <Email>Email</Email> | ||
1762 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1763 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1764 | <IsUser>false</IsUser> | ||
1765 | </TContactInfo_V1> | ||
1766 | </Beneficiaries> | ||
1767 | <ContactPersons> | ||
1768 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1769 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1770 | <Name>Name</Name> | ||
1771 | <FamilyName>FamilyName</FamilyName> | ||
1772 | <FullName>FullName</FullName> | ||
1773 | <Email>Email</Email> | ||
1774 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1775 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1776 | <IsUser>false</IsUser> | ||
1777 | </TContactInfo_V1> | ||
1778 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1779 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1780 | <Name>Name</Name> | ||
1781 | <FamilyName>FamilyName</FamilyName> | ||
1782 | <FullName>FullName</FullName> | ||
1783 | <Email>Email</Email> | ||
1784 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1785 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1786 | <IsUser>false</IsUser> | ||
1787 | </TContactInfo_V1> | ||
1788 | </ContactPersons> | ||
1789 | <Relations> | ||
1790 | <TContractInfo_V1 xsi:type="TContractInfo_V1"> | ||
1791 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1792 | <Name>Name</Name> | ||
1793 | <Description>Description</Description> | ||
1794 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1795 | <Path>Path</Path> | ||
1796 | <FullPath>FullPath</FullPath> | ||
1797 | </TContractInfo_V1> | ||
1798 | <TContractInfo_V1 xsi:type="TContractInfo_V1"> | ||
1799 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1800 | <Name>Name</Name> | ||
1801 | <Description>Description</Description> | ||
1802 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1803 | <Path>Path</Path> | ||
1804 | <FullPath>FullPath</FullPath> | ||
1805 | </TContractInfo_V1> | ||
1806 | </Relations> | ||
1807 | <Path>Path</Path> | ||
1808 | <FullPath>FullPath</FullPath> | ||
1809 | </Contract> | ||
1810 | <Version>Version</Version> | ||
1811 | <ResultCode>0</ResultCode> | ||
1812 | <ResultMessage>ResultMessage</ResultMessage> | ||
1813 | </TGetContractResponse_V1> | ||
1814 | </GetContract> | ||
1815 | </ACMP> | ||
1816 | </ICQL> | ||
1817 | {{/apimacro}} | ||
1818 | |||
1819 | {{apimacro title="GetContract_V2 Request"}} | ||
1820 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContractRequest_V2"> | ||
1821 | <ACMP> | ||
1822 | <GetContract ActionType="Request" version="2"> | ||
1823 | <TGetContractRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1824 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1825 | </TGetContractRequest_V2> | ||
1826 | </GetContract> | ||
1827 | </ACMP> | ||
1828 | </ICQL> | ||
1829 | {{/apimacro}} | ||
1830 | |||
1831 | {{apimacro title="GetContract_V2 Respone"}} | ||
1832 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContractResponse_V2"> | ||
1833 | <ACMP> | ||
1834 | <GetContract ActionType="Response" version="2"> | ||
1835 | <TGetContractResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1836 | <Contract xsi:type="TContract_V3"> | ||
1837 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1838 | <Name>Name</Name> | ||
1839 | <Description>Description</Description> | ||
1840 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1841 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1842 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1843 | <ExternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1844 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1845 | <Name>Name</Name> | ||
1846 | <Description>Description</Description> | ||
1847 | <CompanyKinds/> | ||
1848 | </ExternalContractPartner> | ||
1849 | <InternalContractPartner xsi:type="TCompanyInfo_V1"> | ||
1850 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1851 | <Name>Name</Name> | ||
1852 | <Description>Description</Description> | ||
1853 | <CompanyKinds/> | ||
1854 | </InternalContractPartner> | ||
1855 | <DocumentLinks> | ||
1856 | <TDocumentLink_V2 xsi:type="TDocumentLink_V2"> | ||
1857 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1858 | <Name>Name</Name> | ||
1859 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1860 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1861 | <ItemKind>aiHDQuery</ItemKind> | ||
1862 | <FileName>FileName</FileName> | ||
1863 | <FileSize>0</FileSize> | ||
1864 | <DocumentSource>FileRepository</DocumentSource> | ||
1865 | <LinkDescription>LinkDescription</LinkDescription> | ||
1866 | </TDocumentLink_V2> | ||
1867 | <TDocumentLink_V2 xsi:type="TDocumentLink_V2"> | ||
1868 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1869 | <Name>Name</Name> | ||
1870 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
1871 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
1872 | <ItemKind>aiHDQuery</ItemKind> | ||
1873 | <FileName>FileName</FileName> | ||
1874 | <FileSize>0</FileSize> | ||
1875 | <DocumentSource>FileRepository</DocumentSource> | ||
1876 | <LinkDescription>LinkDescription</LinkDescription> | ||
1877 | </TDocumentLink_V2> | ||
1878 | </DocumentLinks> | ||
1879 | <ContractNumber>ContractNumber</ContractNumber> | ||
1880 | <State>csActive</State> | ||
1881 | <Tags> | ||
1882 | <string>Value 1</string> | ||
1883 | <string>Value 2</string> | ||
1884 | </Tags> | ||
1885 | <Duration>0</Duration> | ||
1886 | <DurationTimeUnit>tuDays</DurationTimeUnit> | ||
1887 | <IsTerminable>true</IsTerminable> | ||
1888 | <IsAutoExtended>true</IsAutoExtended> | ||
1889 | <ExtensionPeriod>0</ExtensionPeriod> | ||
1890 | <ExtensionPeriodTimeUnit>tuDays</ExtensionPeriodTimeUnit> | ||
1891 | <TermOfNotice>0</TermOfNotice> | ||
1892 | <TermOfNoticeTimeUnit>tuDays</TermOfNoticeTimeUnit> | ||
1893 | <TerminationDeadLine>tdEndOfMonth</TerminationDeadLine> | ||
1894 | <IsTerminated>true</IsTerminated> | ||
1895 | <TerminationDate>1899-12-30T00:00:00.000Z</TerminationDate> | ||
1896 | <ReasonForTermination>ReasonForTermination</ReasonForTermination> | ||
1897 | <ContractTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractTypeId> | ||
1898 | <ContractType xsi:type="TContractType_V1"> | ||
1899 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1900 | <Caption_en>Caption_en</Caption_en> | ||
1901 | <Caption_de>Caption_de</Caption_de> | ||
1902 | </ContractType> | ||
1903 | <Beneficiaries> | ||
1904 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1905 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1906 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1907 | <Name>Name</Name> | ||
1908 | <MasterDataKind>mdContact</MasterDataKind> | ||
1909 | </TContractMasterDataLink_V1> | ||
1910 | <TContractMasterDataLink_V1 xsi:type="TContractMasterDataLink_V1"> | ||
1911 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1912 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1913 | <Name>Name</Name> | ||
1914 | <MasterDataKind>mdContact</MasterDataKind> | ||
1915 | </TContractMasterDataLink_V1> | ||
1916 | </Beneficiaries> | ||
1917 | <ContactPersons> | ||
1918 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1919 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1920 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1921 | <Responsibility>Responsibility</Responsibility> | ||
1922 | </TContractContactLink_V1> | ||
1923 | <TContractContactLink_V1 xsi:type="TContractContactLink_V1"> | ||
1924 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1925 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1926 | <Responsibility>Responsibility</Responsibility> | ||
1927 | </TContractContactLink_V1> | ||
1928 | </ContactPersons> | ||
1929 | <Relations> | ||
1930 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1931 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1932 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1933 | <RelationKind>rkSuccessor</RelationKind> | ||
1934 | <Name>Name</Name> | ||
1935 | <ContractState>csActive</ContractState> | ||
1936 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1937 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1938 | </TContractRelationLink_V1> | ||
1939 | <TContractRelationLink_V1 xsi:type="TContractRelationLink_V1"> | ||
1940 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1941 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
1942 | <RelationKind>rkSuccessor</RelationKind> | ||
1943 | <Name>Name</Name> | ||
1944 | <ContractState>csActive</ContractState> | ||
1945 | <StartDate>1899-12-30T00:00:00.000Z</StartDate> | ||
1946 | <ExpirationDate>1899-12-30T00:00:00.000Z</ExpirationDate> | ||
1947 | </TContractRelationLink_V1> | ||
1948 | </Relations> | ||
1949 | <Path>Path</Path> | ||
1950 | <FullPath>FullPath</FullPath> | ||
1951 | </Contract> | ||
1952 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
1953 | <ResultCode>0</ResultCode> | ||
1954 | <ResultMessage>ResultMessage</ResultMessage> | ||
1955 | </TGetContractResponse_V2> | ||
1956 | </GetContract> | ||
1957 | </ACMP> | ||
1958 | </ICQL> | ||
1959 | {{/apimacro}} | ||
1960 | |||
1961 | {{apimacro title="GetCostCenter_V1 Request"}} | ||
1962 | <ICQL> | ||
1963 | <ACMP> | ||
1964 | <GetCostCenter ActionType="Request" version="1"> | ||
1965 | <TGetCostCenterRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1966 | <Id>Id</Id> | ||
1967 | </TGetCostCenterRequest_V1> | ||
1968 | </GetCostCenter> | ||
1969 | </ACMP> | ||
1970 | </ICQL> | ||
1971 | {{/apimacro}} | ||
1972 | |||
1973 | {{apimacro title="GetCostCenter_V1 Response"}} | ||
1974 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCostCenterResponse_V1"> | ||
1975 | <ACMP> | ||
1976 | <GetCostCenter ActionType="Response" version="1"> | ||
1977 | <TGetCostCenterResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
1978 | <CostCenter xsi:type="TCostCenter_V1"> | ||
1979 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1980 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1981 | <Name>Name</Name> | ||
1982 | <Abbreviation>Abbreviation</Abbreviation> | ||
1983 | <Description>Description</Description> | ||
1984 | <Path>Path</Path> | ||
1985 | <FullPath>FullPath</FullPath> | ||
1986 | <ContactLinkCollection> | ||
1987 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1988 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1989 | <Name>Name</Name> | ||
1990 | <FamilyName>FamilyName</FamilyName> | ||
1991 | <FullName>FullName</FullName> | ||
1992 | <Email>Email</Email> | ||
1993 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1994 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1995 | <IsUser>false</IsUser> | ||
1996 | </TContactInfo_V1> | ||
1997 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
1998 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1999 | <Name>Name</Name> | ||
2000 | <FamilyName>FamilyName</FamilyName> | ||
2001 | <FullName>FullName</FullName> | ||
2002 | <Email>Email</Email> | ||
2003 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2004 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2005 | <IsUser>false</IsUser> | ||
2006 | </TContactInfo_V1> | ||
2007 | </ContactLinkCollection> | ||
2008 | <MemberLinkCollection> | ||
2009 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2010 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2011 | <Name>Name</Name> | ||
2012 | <FamilyName>FamilyName</FamilyName> | ||
2013 | <FullName>FullName</FullName> | ||
2014 | <Email>Email</Email> | ||
2015 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2016 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2017 | <IsUser>false</IsUser> | ||
2018 | </TContactInfo_V1> | ||
2019 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2020 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2021 | <Name>Name</Name> | ||
2022 | <FamilyName>FamilyName</FamilyName> | ||
2023 | <FullName>FullName</FullName> | ||
2024 | <Email>Email</Email> | ||
2025 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2026 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2027 | <IsUser>false</IsUser> | ||
2028 | </TContactInfo_V1> | ||
2029 | </MemberLinkCollection> | ||
2030 | <AssetCount>0</AssetCount> | ||
2031 | </CostCenter> | ||
2032 | <Version>Version</Version> | ||
2033 | <ResultCode>0</ResultCode> | ||
2034 | <ResultMessage>ResultMessage</ResultMessage> | ||
2035 | </TGetCostCenterResponse_V1> | ||
2036 | </GetCostCenter> | ||
2037 | </ACMP> | ||
2038 | </ICQL> | ||
2039 | {{/apimacro}} | ||
2040 | |||
2041 | {{apimacro title="GetCostCenter_V2 Request"}} | ||
2042 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCostCenterRequest_V2"> | ||
2043 | <ACMP> | ||
2044 | <GetCostCenter ActionType="Request" version="2"> | ||
2045 | <TGetCostCenterRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2046 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2047 | </TGetCostCenterRequest_V2> | ||
2048 | </GetCostCenter> | ||
2049 | </ACMP> | ||
2050 | </ICQL> | ||
2051 | {{/apimacro}} | ||
2052 | |||
2053 | {{apimacro title="GetCostCenter_V2 Response"}} | ||
2054 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCostCenterResponse_V2"> | ||
2055 | <ACMP> | ||
2056 | <GetCostCenter ActionType="Response" version="2"> | ||
2057 | <TGetCostCenterResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2058 | <CostCenter xsi:type="TCostCenter_V2"> | ||
2059 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2060 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2061 | <Name>Name</Name> | ||
2062 | <Abbreviation>Abbreviation</Abbreviation> | ||
2063 | <Description>Description</Description> | ||
2064 | <Path>Path</Path> | ||
2065 | <FullPath>FullPath</FullPath> | ||
2066 | <ContactLinkCollection> | ||
2067 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2068 | <Contact xsi:type="TContactInfo_V1"> | ||
2069 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2070 | <Name>Name</Name> | ||
2071 | <FamilyName>FamilyName</FamilyName> | ||
2072 | <FullName>FullName</FullName> | ||
2073 | <Email>Email</Email> | ||
2074 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2075 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2076 | <IsUser>false</IsUser> | ||
2077 | </Contact> | ||
2078 | <Responsibility>Responsibility</Responsibility> | ||
2079 | </TMasterDataContactLink_V1> | ||
2080 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2081 | <Contact xsi:type="TContactInfo_V1"> | ||
2082 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2083 | <Name>Name</Name> | ||
2084 | <FamilyName>FamilyName</FamilyName> | ||
2085 | <FullName>FullName</FullName> | ||
2086 | <Email>Email</Email> | ||
2087 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2088 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2089 | <IsUser>false</IsUser> | ||
2090 | </Contact> | ||
2091 | <Responsibility>Responsibility</Responsibility> | ||
2092 | </TMasterDataContactLink_V1> | ||
2093 | </ContactLinkCollection> | ||
2094 | <MemberLinkCollection> | ||
2095 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2096 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2097 | <Name>Name</Name> | ||
2098 | <FamilyName>FamilyName</FamilyName> | ||
2099 | <FullName>FullName</FullName> | ||
2100 | <Email>Email</Email> | ||
2101 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2102 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2103 | <IsUser>false</IsUser> | ||
2104 | </TContactInfo_V1> | ||
2105 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2106 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2107 | <Name>Name</Name> | ||
2108 | <FamilyName>FamilyName</FamilyName> | ||
2109 | <FullName>FullName</FullName> | ||
2110 | <Email>Email</Email> | ||
2111 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2112 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2113 | <IsUser>false</IsUser> | ||
2114 | </TContactInfo_V1> | ||
2115 | </MemberLinkCollection> | ||
2116 | <AssetCount>0</AssetCount> | ||
2117 | </CostCenter> | ||
2118 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
2119 | <ResultCode>0</ResultCode> | ||
2120 | <ResultMessage>ResultMessage</ResultMessage> | ||
2121 | </TGetCostCenterResponse_V2> | ||
2122 | </GetCostCenter> | ||
2123 | </ACMP> | ||
2124 | </ICQL> | ||
2125 | {{/apimacro}} | ||
2126 | |||
2127 | {{apimacro title="GetDepartment_V1 Request"}} | ||
2128 | <ICQL> | ||
2129 | <ACMP> | ||
2130 | <GetDepartment ActionType="Request" version="1"> | ||
2131 | <TGetDepartmentRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2132 | <Id>Id</Id> | ||
2133 | </TGetDepartmentRequest_V1> | ||
2134 | </GetDepartment> | ||
2135 | </ACMP> | ||
2136 | </ICQL> | ||
2137 | {{/apimacro}} | ||
2138 | |||
2139 | {{apimacro title="GetDepartment_V1 Response"}} | ||
2140 | <ICQL> | ||
2141 | <ACMP> | ||
2142 | <GetDepartment version="1"> | ||
2143 | <TGetDepartmentResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2144 | <Department xsi:type="TDepartment_V1"> | ||
2145 | <Id>Id</Id> | ||
2146 | <ParentId>ParentId</ParentId> | ||
2147 | <Name>Name</Name> | ||
2148 | <Abbreviation>Abbreviation</Abbreviation> | ||
2149 | <Description>Description</Description> | ||
2150 | <Path>Path</Path> | ||
2151 | <FullPath>FullPath</FullPath> | ||
2152 | <ContactLinkCollection> | ||
2153 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2154 | <ID/> | ||
2155 | <Name/> | ||
2156 | <Familyname/> | ||
2157 | <Fullname/> | ||
2158 | <Email/> | ||
2159 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2160 | </TContactInfo_V1> | ||
2161 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2162 | <ID/> | ||
2163 | <Name/> | ||
2164 | <Familyname/> | ||
2165 | <Fullname/> | ||
2166 | <Email/> | ||
2167 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2168 | </TContactInfo_V1> | ||
2169 | </ContactLinkCollection> | ||
2170 | <MemberLinkCollection> | ||
2171 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2172 | <ID/> | ||
2173 | <Name/> | ||
2174 | <Familyname/> | ||
2175 | <Fullname/> | ||
2176 | <Email/> | ||
2177 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2178 | </TContactInfo_V1> | ||
2179 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2180 | <ID/> | ||
2181 | <Name/> | ||
2182 | <Familyname/> | ||
2183 | <Fullname/> | ||
2184 | <Email/> | ||
2185 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2186 | </TContactInfo_V1> | ||
2187 | </MemberLinkCollection> | ||
2188 | <AssetCount>0</AssetCount> | ||
2189 | </Department> | ||
2190 | </TGetDepartmentResponse_V1> | ||
2191 | </GetDepartment> | ||
2192 | </ACMP> | ||
2193 | </ICQL> | ||
2194 | {{/apimacro}} | ||
2195 | |||
2196 | {{apimacro title="GetDepartment_V2 Request"}} | ||
2197 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetDepartmentRequest_V2"> | ||
2198 | <ACMP> | ||
2199 | <GetDepartment ActionType="Request" version="2"> | ||
2200 | <TGetDepartmentRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2201 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2202 | </TGetDepartmentRequest_V2> | ||
2203 | </GetDepartment> | ||
2204 | </ACMP> | ||
2205 | </ICQL> | ||
2206 | {{/apimacro}} | ||
2207 | |||
2208 | {{apimacro title="GetDepartment_V2 Response"}} | ||
2209 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetDepartmentResponse_V2"> | ||
2210 | <ACMP> | ||
2211 | <GetDepartment ActionType="Response" version="2"> | ||
2212 | <TGetDepartmentResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2213 | <Department xsi:type="TDepartment_V2"> | ||
2214 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2215 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2216 | <Name>Name</Name> | ||
2217 | <Abbreviation>Abbreviation</Abbreviation> | ||
2218 | <Description>Description</Description> | ||
2219 | <Path>Path</Path> | ||
2220 | <FullPath>FullPath</FullPath> | ||
2221 | <ContactLinkCollection> | ||
2222 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2223 | <Contact xsi:type="TContactInfo_V1"> | ||
2224 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2225 | <Name>Name</Name> | ||
2226 | <FamilyName>FamilyName</FamilyName> | ||
2227 | <FullName>FullName</FullName> | ||
2228 | <Email>Email</Email> | ||
2229 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2230 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2231 | <IsUser>false</IsUser> | ||
2232 | </Contact> | ||
2233 | <Responsibility>Responsibility</Responsibility> | ||
2234 | </TMasterDataContactLink_V1> | ||
2235 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2236 | <Contact xsi:type="TContactInfo_V1"> | ||
2237 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2238 | <Name>Name</Name> | ||
2239 | <FamilyName>FamilyName</FamilyName> | ||
2240 | <FullName>FullName</FullName> | ||
2241 | <Email>Email</Email> | ||
2242 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2243 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2244 | <IsUser>false</IsUser> | ||
2245 | </Contact> | ||
2246 | <Responsibility>Responsibility</Responsibility> | ||
2247 | </TMasterDataContactLink_V1> | ||
2248 | </ContactLinkCollection> | ||
2249 | <MemberLinkCollection> | ||
2250 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2251 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2252 | <Name>Name</Name> | ||
2253 | <FamilyName>FamilyName</FamilyName> | ||
2254 | <FullName>FullName</FullName> | ||
2255 | <Email>Email</Email> | ||
2256 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2257 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2258 | <IsUser>false</IsUser> | ||
2259 | </TContactInfo_V1> | ||
2260 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2261 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2262 | <Name>Name</Name> | ||
2263 | <FamilyName>FamilyName</FamilyName> | ||
2264 | <FullName>FullName</FullName> | ||
2265 | <Email>Email</Email> | ||
2266 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2267 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2268 | <IsUser>false</IsUser> | ||
2269 | </TContactInfo_V1> | ||
2270 | </MemberLinkCollection> | ||
2271 | <AssetCount>0</AssetCount> | ||
2272 | </Department> | ||
2273 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
2274 | <ResultCode>0</ResultCode> | ||
2275 | <ResultMessage>ResultMessage</ResultMessage> | ||
2276 | </TGetDepartmentResponse_V2> | ||
2277 | </GetDepartment> | ||
2278 | </ACMP> | ||
2279 | </ICQL> | ||
2280 | {{/apimacro}} | ||
2281 | |||
2282 | {{apimacro title="GetLocation_V1 Request"}} | ||
2283 | <ICQL> | ||
2284 | <ACMP> | ||
2285 | <GetLocation ActionType="Request" version="1"> | ||
2286 | <TGetLocationRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2287 | <Id>Id</Id> | ||
2288 | </TGetLocationRequest_V1> | ||
2289 | </GetLocation> | ||
2290 | </ACMP> | ||
2291 | </ICQL> | ||
2292 | {{/apimacro}} | ||
2293 | |||
2294 | {{apimacro title="GetLocation_V1 Response"}} | ||
2295 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetLocationResponse_V1"> | ||
2296 | <ACMP> | ||
2297 | <GetLocation ActionType="Response" version="1"> | ||
2298 | <TGetLocationResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2299 | <Location xsi:type="TLocation_V1"> | ||
2300 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2301 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2302 | <Name>Name</Name> | ||
2303 | <Description>Description</Description> | ||
2304 | <Street>Street</Street> | ||
2305 | <City>City</City> | ||
2306 | <PostalCode>PostalCode</PostalCode> | ||
2307 | <Country>Country</Country> | ||
2308 | <Path>Path</Path> | ||
2309 | <FullPath>FullPath</FullPath> | ||
2310 | <LocationKind>lkLocation</LocationKind> | ||
2311 | <ContactLinkCollection> | ||
2312 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2313 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2314 | <Name>Name</Name> | ||
2315 | <FamilyName>FamilyName</FamilyName> | ||
2316 | <FullName>FullName</FullName> | ||
2317 | <Email>Email</Email> | ||
2318 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2319 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2320 | <IsUser>false</IsUser> | ||
2321 | </TContactInfo_V1> | ||
2322 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2323 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2324 | <Name>Name</Name> | ||
2325 | <FamilyName>FamilyName</FamilyName> | ||
2326 | <FullName>FullName</FullName> | ||
2327 | <Email>Email</Email> | ||
2328 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2329 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2330 | <IsUser>false</IsUser> | ||
2331 | </TContactInfo_V1> | ||
2332 | </ContactLinkCollection> | ||
2333 | <MemberLinkCollection> | ||
2334 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2335 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2336 | <Name>Name</Name> | ||
2337 | <FamilyName>FamilyName</FamilyName> | ||
2338 | <FullName>FullName</FullName> | ||
2339 | <Email>Email</Email> | ||
2340 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2341 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2342 | <IsUser>false</IsUser> | ||
2343 | </TContactInfo_V1> | ||
2344 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2345 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2346 | <Name>Name</Name> | ||
2347 | <FamilyName>FamilyName</FamilyName> | ||
2348 | <FullName>FullName</FullName> | ||
2349 | <Email>Email</Email> | ||
2350 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2351 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2352 | <IsUser>false</IsUser> | ||
2353 | </TContactInfo_V1> | ||
2354 | </MemberLinkCollection> | ||
2355 | <AssetCount>0</AssetCount> | ||
2356 | <HasSubLocations>false</HasSubLocations> | ||
2357 | </Location> | ||
2358 | <Version>Version</Version> | ||
2359 | <ResultCode>0</ResultCode> | ||
2360 | <ResultMessage>ResultMessage</ResultMessage> | ||
2361 | </TGetLocationResponse_V1> | ||
2362 | </GetLocation> | ||
2363 | </ACMP> | ||
2364 | </ICQL> | ||
2365 | {{/apimacro}} | ||
2366 | |||
2367 | {{apimacro title="GetLocation_V2 Request"}} | ||
2368 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetLocationRequest_V2"> | ||
2369 | <ACMP> | ||
2370 | <GetLocation ActionType="Request" version="2"> | ||
2371 | <TGetLocationRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2372 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2373 | </TGetLocationRequest_V2> | ||
2374 | </GetLocation> | ||
2375 | </ACMP> | ||
2376 | </ICQL> | ||
2377 | {{/apimacro}} | ||
2378 | |||
2379 | {{apimacro title="GetLocation_V2 Response"}} | ||
2380 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetLocationResponse_V2"> | ||
2381 | <ACMP> | ||
2382 | <GetLocation ActionType="Response" version="2"> | ||
2383 | <TGetLocationResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2384 | <Location xsi:type="TLocation_V2"> | ||
2385 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2386 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2387 | <Name>Name</Name> | ||
2388 | <Description>Description</Description> | ||
2389 | <Street>Street</Street> | ||
2390 | <City>City</City> | ||
2391 | <PostalCode>PostalCode</PostalCode> | ||
2392 | <Country>Country</Country> | ||
2393 | <Path>Path</Path> | ||
2394 | <FullPath>FullPath</FullPath> | ||
2395 | <LocationKind>lkLocation</LocationKind> | ||
2396 | <ContactLinkCollection> | ||
2397 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2398 | <Contact xsi:type="TContactInfo_V1"> | ||
2399 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2400 | <Name>Name</Name> | ||
2401 | <FamilyName>FamilyName</FamilyName> | ||
2402 | <FullName>FullName</FullName> | ||
2403 | <Email>Email</Email> | ||
2404 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2405 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2406 | <IsUser>false</IsUser> | ||
2407 | </Contact> | ||
2408 | <Responsibility>Responsibility</Responsibility> | ||
2409 | </TMasterDataContactLink_V1> | ||
2410 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2411 | <Contact xsi:type="TContactInfo_V1"> | ||
2412 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2413 | <Name>Name</Name> | ||
2414 | <FamilyName>FamilyName</FamilyName> | ||
2415 | <FullName>FullName</FullName> | ||
2416 | <Email>Email</Email> | ||
2417 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2418 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2419 | <IsUser>false</IsUser> | ||
2420 | </Contact> | ||
2421 | <Responsibility>Responsibility</Responsibility> | ||
2422 | </TMasterDataContactLink_V1> | ||
2423 | </ContactLinkCollection> | ||
2424 | <MemberLinkCollection> | ||
2425 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2426 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2427 | <Name>Name</Name> | ||
2428 | <FamilyName>FamilyName</FamilyName> | ||
2429 | <FullName>FullName</FullName> | ||
2430 | <Email>Email</Email> | ||
2431 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2432 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2433 | <IsUser>false</IsUser> | ||
2434 | </TContactInfo_V1> | ||
2435 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2436 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2437 | <Name>Name</Name> | ||
2438 | <FamilyName>FamilyName</FamilyName> | ||
2439 | <FullName>FullName</FullName> | ||
2440 | <Email>Email</Email> | ||
2441 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2442 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2443 | <IsUser>false</IsUser> | ||
2444 | </TContactInfo_V1> | ||
2445 | </MemberLinkCollection> | ||
2446 | <AssetCount>0</AssetCount> | ||
2447 | <HasSubLocations>true</HasSubLocations> | ||
2448 | </Location> | ||
2449 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
2450 | <ResultCode>0</ResultCode> | ||
2451 | <ResultMessage>ResultMessage</ResultMessage> | ||
2452 | </TGetLocationResponse_V2> | ||
2453 | </GetLocation> | ||
2454 | </ACMP> | ||
2455 | </ICQL> | ||
2456 | {{/apimacro}} | ||
2457 | |||
2458 | {{apimacro title="GetCompany_V1 Request"}} | ||
2459 | <ICQL> | ||
2460 | <ACMP> | ||
2461 | <GetCompany version="1"> | ||
2462 | <TGetCompanyRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2463 | <Id>Id</Id> | ||
2464 | </TGetCompanyRequest_V1> | ||
2465 | </GetCompany> | ||
2466 | </ACMP> | ||
2467 | </ICQL> | ||
2468 | {{/apimacro}} | ||
2469 | |||
2470 | {{apimacro title="GetCompany_V1 Response"}} | ||
2471 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCompanyResponse_V1"> | ||
2472 | <ACMP> | ||
2473 | <GetCompany ActionType="Response" version="1"> | ||
2474 | <TGetCompanyResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2475 | <Company xsi:type="TCompany_V1"> | ||
2476 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2477 | <Name>Name</Name> | ||
2478 | <PostalCode>PostalCode</PostalCode> | ||
2479 | <Street>Street</Street> | ||
2480 | <City>City</City> | ||
2481 | <Country>Country</Country> | ||
2482 | <Description>Description</Description> | ||
2483 | <CustomerId>{59387FFD-B171-47C5-B735-041FA132CA39}</CustomerId> | ||
2484 | <CompanyKinds/> | ||
2485 | <IsManufacturer>false</IsManufacturer> | ||
2486 | <IsVendor>false</IsVendor> | ||
2487 | <IsServicePartner>false</IsServicePartner> | ||
2488 | <ContactLinkCollection> | ||
2489 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2490 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2491 | <Name>Name</Name> | ||
2492 | <FamilyName>FamilyName</FamilyName> | ||
2493 | <FullName>FullName</FullName> | ||
2494 | <Email>Email</Email> | ||
2495 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2496 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2497 | <IsUser>false</IsUser> | ||
2498 | </TContactInfo_V1> | ||
2499 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2500 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2501 | <Name>Name</Name> | ||
2502 | <FamilyName>FamilyName</FamilyName> | ||
2503 | <FullName>FullName</FullName> | ||
2504 | <Email>Email</Email> | ||
2505 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2506 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2507 | <IsUser>false</IsUser> | ||
2508 | </TContactInfo_V1> | ||
2509 | </ContactLinkCollection> | ||
2510 | <MemberLinkCollection> | ||
2511 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2512 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2513 | <Name>Name</Name> | ||
2514 | <FamilyName>FamilyName</FamilyName> | ||
2515 | <FullName>FullName</FullName> | ||
2516 | <Email>Email</Email> | ||
2517 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2518 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2519 | <IsUser>false</IsUser> | ||
2520 | </TContactInfo_V1> | ||
2521 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2522 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2523 | <Name>Name</Name> | ||
2524 | <FamilyName>FamilyName</FamilyName> | ||
2525 | <FullName>FullName</FullName> | ||
2526 | <Email>Email</Email> | ||
2527 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2528 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2529 | <IsUser>false</IsUser> | ||
2530 | </TContactInfo_V1> | ||
2531 | </MemberLinkCollection> | ||
2532 | </Company> | ||
2533 | <Version>Version</Version> | ||
2534 | <ResultCode>0</ResultCode> | ||
2535 | <ResultMessage>ResultMessage</ResultMessage> | ||
2536 | </TGetCompanyResponse_V1> | ||
2537 | </GetCompany> | ||
2538 | </ACMP> | ||
2539 | </ICQL> | ||
2540 | {{/apimacro}} | ||
2541 | |||
2542 | {{apimacro title="GetCompany_V2 Request"}} | ||
2543 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCompanyRequest_V2"> | ||
2544 | <ACMP> | ||
2545 | <GetCompany ActionType="Request" version="2"> | ||
2546 | <TGetCompanyRequest_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2547 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2548 | </TGetCompanyRequest_V2> | ||
2549 | </GetCompany> | ||
2550 | </ACMP> | ||
2551 | </ICQL> | ||
2552 | {{/apimacro}} | ||
2553 | |||
2554 | {{apimacro title="GetCompany_V2 Response"}} | ||
2555 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCompanyResponse_V2"> | ||
2556 | <ACMP> | ||
2557 | <GetCompany ActionType="Response" version="2"> | ||
2558 | <TGetCompanyResponse_V2 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2559 | <Company xsi:type="TCompany_V2"> | ||
2560 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2561 | <Name>Name</Name> | ||
2562 | <PostalCode>PostalCode</PostalCode> | ||
2563 | <Street>Street</Street> | ||
2564 | <City>City</City> | ||
2565 | <Country>Country</Country> | ||
2566 | <Description>Description</Description> | ||
2567 | <CustomerId>CustomerId</CustomerId> | ||
2568 | <CompanyKinds/> | ||
2569 | <IsManufacturer>true</IsManufacturer> | ||
2570 | <IsVendor>true</IsVendor> | ||
2571 | <IsServicePartner>true</IsServicePartner> | ||
2572 | <ContactLinkCollection> | ||
2573 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2574 | <Contact xsi:type="TContactInfo_V1"> | ||
2575 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2576 | <Name>Name</Name> | ||
2577 | <FamilyName>FamilyName</FamilyName> | ||
2578 | <FullName>FullName</FullName> | ||
2579 | <Email>Email</Email> | ||
2580 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2581 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2582 | <IsUser>false</IsUser> | ||
2583 | </Contact> | ||
2584 | <Responsibility>Responsibility</Responsibility> | ||
2585 | </TMasterDataContactLink_V1> | ||
2586 | <TMasterDataContactLink_V1 xsi:type="TMasterDataContactLink_V1"> | ||
2587 | <Contact xsi:type="TContactInfo_V1"> | ||
2588 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2589 | <Name>Name</Name> | ||
2590 | <FamilyName>FamilyName</FamilyName> | ||
2591 | <FullName>FullName</FullName> | ||
2592 | <Email>Email</Email> | ||
2593 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2594 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2595 | <IsUser>false</IsUser> | ||
2596 | </Contact> | ||
2597 | <Responsibility>Responsibility</Responsibility> | ||
2598 | </TMasterDataContactLink_V1> | ||
2599 | </ContactLinkCollection> | ||
2600 | <MemberLinkCollection> | ||
2601 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2602 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2603 | <Name>Name</Name> | ||
2604 | <FamilyName>FamilyName</FamilyName> | ||
2605 | <FullName>FullName</FullName> | ||
2606 | <Email>Email</Email> | ||
2607 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2608 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2609 | <IsUser>false</IsUser> | ||
2610 | </TContactInfo_V1> | ||
2611 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2612 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2613 | <Name>Name</Name> | ||
2614 | <FamilyName>FamilyName</FamilyName> | ||
2615 | <FullName>FullName</FullName> | ||
2616 | <Email>Email</Email> | ||
2617 | <HasPhoneNumber>true</HasPhoneNumber> | ||
2618 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2619 | <IsUser>false</IsUser> | ||
2620 | </TContactInfo_V1> | ||
2621 | </MemberLinkCollection> | ||
2622 | </Company> | ||
2623 | <Version>{59387FFD-B171-47C5-B735-041FA132CA39}</Version> | ||
2624 | <ResultCode>0</ResultCode> | ||
2625 | <ResultMessage>ResultMessage</ResultMessage> | ||
2626 | </TGetCompanyResponse_V2> | ||
2627 | </GetCompany> | ||
2628 | </ACMP> | ||
2629 | </ICQL> | ||
2630 | {{/apimacro}} | ||
2631 | |||
2632 | = Read Master Data Object Lists = | ||
2633 | |||
2634 | {{apimacro title="GetContactList Request"}} | ||
2635 | <ICQL> | ||
2636 | <ACMP> | ||
2637 | <GetContactList version="1"> | ||
2638 | <TGetContactListRequest_V1/> | ||
2639 | </GetContactList> | ||
2640 | </ACMP> | ||
2641 | </ICQL> | ||
2642 | {{/apimacro}} | ||
2643 | |||
2644 | {{apimacro title="GetContactList Response"}} | ||
2645 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContactListResponse_V1"> | ||
2646 | <ACMP> | ||
2647 | <GetContactList ActionType="Response" version="1"> | ||
2648 | <TGetContactListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2649 | <Contacts> | ||
2650 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2651 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2652 | <Name>Name</Name> | ||
2653 | <FamilyName>FamilyName</FamilyName> | ||
2654 | <FullName>FullName</FullName> | ||
2655 | <Email>Email</Email> | ||
2656 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2657 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2658 | <IsUser>false</IsUser> | ||
2659 | </TContactInfo_V1> | ||
2660 | <TContactInfo_V1 xsi:type="TContactInfo_V1"> | ||
2661 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
2662 | <Name>Name</Name> | ||
2663 | <FamilyName>FamilyName</FamilyName> | ||
2664 | <FullName>FullName</FullName> | ||
2665 | <Email>Email</Email> | ||
2666 | <HasPhoneNumber>false</HasPhoneNumber> | ||
2667 | <HasDeleteFlag>false</HasDeleteFlag> | ||
2668 | <IsUser>false</IsUser> | ||
2669 | </TContactInfo_V1> | ||
2670 | </Contacts> | ||
2671 | <Version>Version</Version> | ||
2672 | <ResultCode>0</ResultCode> | ||
2673 | <ResultMessage>ResultMessage</ResultMessage> | ||
2674 | </TGetContactListResponse_V1> | ||
2675 | </GetContactList> | ||
2676 | </ACMP> | ||
2677 | </ICQL> | ||
2678 | {{/apimacro}} | ||
2679 | |||
2680 | {{apimacro title="GetContractList Request"}} | ||
2681 | <ICQL> | ||
2682 | <ACMP> | ||
2683 | <GetContractList version="1"> | ||
2684 | <TGetContractListRequest_V1/> | ||
2685 | </GetContractList> | ||
2686 | </ACMP> | ||
2687 | </ICQL> | ||
2688 | {{/apimacro}} | ||
2689 | |||
2690 | {{apimacro title="GetContractList Respone"}} | ||
2691 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetContractListResponse_V1"> | ||
2692 | <ACMP> | ||
2693 | <GetContractList ActionType="Response" version="1"> | ||
2694 | <TGetContractListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2695 | <Contracts> | ||
2696 | <TContractInfo_V1 xsi:type="TContractInfo_V1"> | ||
2697 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2698 | <Name>Name</Name> | ||
2699 | <Description>Description</Description> | ||
2700 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2701 | <Path>Path</Path> | ||
2702 | <FullPath>FullPath</FullPath> | ||
2703 | </TContractInfo_V1> | ||
2704 | <TContractInfo_V1 xsi:type="TContractInfo_V1"> | ||
2705 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2706 | <Name>Name</Name> | ||
2707 | <Description>Description</Description> | ||
2708 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
2709 | <Path>Path</Path> | ||
2710 | <FullPath>FullPath</FullPath> | ||
2711 | </TContractInfo_V1> | ||
2712 | </Contracts> | ||
2713 | <Version>Version</Version> | ||
2714 | <ResultCode>0</ResultCode> | ||
2715 | <ResultMessage>ResultMessage</ResultMessage> | ||
2716 | </TGetContractListResponse_V1> | ||
2717 | </GetContractList> | ||
2718 | </ACMP> | ||
2719 | </ICQL> | ||
2720 | {{/apimacro}} | ||
2721 | |||
2722 | {{apimacro title="GetCostCenterList Request"}} | ||
2723 | <ICQL> | ||
2724 | <ACMP> | ||
2725 | <GetCostCenterList version="1"> | ||
2726 | <TGetCostCenterListRequest_V1/> | ||
2727 | </GetCostCenterList> | ||
2728 | </ACMP> | ||
2729 | </ICQL> | ||
2730 | {{/apimacro}} | ||
2731 | |||
2732 | {{apimacro title="GetCostCenterList Response"}} | ||
2733 | <ICQL> | ||
2734 | <ACMP> | ||
2735 | <GetCostCenterList version="1"> | ||
2736 | <TGetCostCenterListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2737 | <CostCenters> | ||
2738 | <TCostCenterInfo_V1 xsi:type="TCostCenterInfo_V1"> | ||
2739 | <Id>Id</Id> | ||
2740 | <ParentId>ParentId</ParentId> | ||
2741 | <Name>Name</Name> | ||
2742 | <Abbreviation>Abbreviation</Abbreviation> | ||
2743 | <Path>Path</Path> | ||
2744 | <FullPath>FullPath</FullPath> | ||
2745 | <AssetCount>0</AssetCount> | ||
2746 | </TCostCenterInfo_V1> | ||
2747 | <TCostCenterInfo_V1 xsi:type="TCostCenterInfo_V1"> | ||
2748 | <Id>Id</Id> | ||
2749 | <ParentId>ParentId</ParentId> | ||
2750 | <Name>Name</Name> | ||
2751 | <Abbreviation>Abbreviation</Abbreviation> | ||
2752 | <Path>Path</Path> | ||
2753 | <FullPath>FullPath</FullPath> | ||
2754 | <AssetCount>0</AssetCount> | ||
2755 | </TCostCenterInfo_V1> | ||
2756 | </CostCenters> | ||
2757 | </TGetCostCenterListResponse_V1> | ||
2758 | </GetCostCenterList> | ||
2759 | </ACMP> | ||
2760 | </ICQL> | ||
2761 | {{/apimacro}} | ||
2762 | |||
2763 | {{apimacro title="GetDepartmentList Request"}} | ||
2764 | <ICQL> | ||
2765 | <ACMP> | ||
2766 | <GetDepartmentList version="1"> | ||
2767 | <TGetDepartmentListRequest_V1/> | ||
2768 | </GetDepartmentList> | ||
2769 | </ACMP> | ||
2770 | </ICQL> | ||
2771 | {{/apimacro}} | ||
2772 | |||
2773 | {{apimacro title="GetDepartmentList Response"}} | ||
2774 | <ICQL> | ||
2775 | <ACMP> | ||
2776 | <GetDepartmentList version="1"> | ||
2777 | <TGetDepartmentListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2778 | <Departments> | ||
2779 | <TDepartmentInfo_V1 xsi:type="TDepartmentInfo_V1"> | ||
2780 | <Id>Id</Id> | ||
2781 | <ParentId>ParentId</ParentId> | ||
2782 | <Name>Name</Name> | ||
2783 | <Abbreviation>Abbreviation</Abbreviation> | ||
2784 | <Path>Path</Path> | ||
2785 | <FullPath>FullPath</FullPath> | ||
2786 | <AssetCount>0</AssetCount> | ||
2787 | </TDepartmentInfo_V1> | ||
2788 | <TDepartmentInfo_V1 xsi:type="TDepartmentInfo_V1"> | ||
2789 | <Id>Id</Id> | ||
2790 | <ParentId>ParentId</ParentId> | ||
2791 | <Name>Name</Name> | ||
2792 | <Abbreviation>Abbreviation</Abbreviation> | ||
2793 | <Path>Path</Path> | ||
2794 | <FullPath>FullPath</FullPath> | ||
2795 | <AssetCount>0</AssetCount> | ||
2796 | </TDepartmentInfo_V1> | ||
2797 | </Departments> | ||
2798 | </TGetDepartmentListResponse_V1> | ||
2799 | </GetDepartmentList> | ||
2800 | </ACMP> | ||
2801 | </ICQL> | ||
2802 | {{/apimacro}} | ||
2803 | |||
2804 | {{apimacro title="GetLocationList Request"}} | ||
2805 | <ICQL> | ||
2806 | <ACMP> | ||
2807 | <GetLocationList version="1"> | ||
2808 | <TGetLocationListRequest_V1/> | ||
2809 | </GetLocationList> | ||
2810 | </ACMP> | ||
2811 | </ICQL> | ||
2812 | {{/apimacro}} | ||
2813 | |||
2814 | {{apimacro title="GetLocationList Response"}} | ||
2815 | <ICQL> | ||
2816 | <ACMP> | ||
2817 | <GetLocationList version="1"> | ||
2818 | <TGetLocationListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2819 | <Locations> | ||
2820 | <TLocationInfo_V1 xsi:type="TLocationInfo_V1"> | ||
2821 | <Id>Id</Id> | ||
2822 | <ParentId>ParentId</ParentId> | ||
2823 | <Name>Name</Name> | ||
2824 | <LocationKind>lkLocation</LocationKind> | ||
2825 | <AssetCount>0</AssetCount> | ||
2826 | <HasSubLocations>false</HasSubLocations> | ||
2827 | <Path>Path</Path> | ||
2828 | <FullPath>FullPath</FullPath> | ||
2829 | </TLocationInfo_V1> | ||
2830 | <TLocationInfo_V1 xsi:type="TLocationInfo_V1"> | ||
2831 | <Id>Id</Id> | ||
2832 | <ParentId>ParentId</ParentId> | ||
2833 | <Name>Name</Name> | ||
2834 | <LocationKind>lkLocation</LocationKind> | ||
2835 | <AssetCount>0</AssetCount> | ||
2836 | <HasSubLocations>false</HasSubLocations> | ||
2837 | <Path>Path</Path> | ||
2838 | <FullPath>FullPath</FullPath> | ||
2839 | </TLocationInfo_V1> | ||
2840 | </Locations> | ||
2841 | </TGetLocationListResponse_V1> | ||
2842 | </GetLocationList> | ||
2843 | </ACMP> | ||
2844 | </ICQL> | ||
2845 | {{/apimacro}} | ||
2846 | |||
2847 | {{apimacro title="GetCompanyList Request"}} | ||
2848 | <ICQL> | ||
2849 | <ACMP> | ||
2850 | <GetCompanyList version="1"> | ||
2851 | <TGetCompanyListRequest_V1/> | ||
2852 | </GetCompanyList> | ||
2853 | </ACMP> | ||
2854 | </ICQL> | ||
2855 | {{/apimacro}} | ||
2856 | |||
2857 | {{apimacro title="GetCompanyList Request"}} | ||
2858 | <ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/GetCompanyListResponse_V1"> | ||
2859 | <ACMP> | ||
2860 | <GetCompanyList ActionType="Response" version="1"> | ||
2861 | <TGetCompanyListResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> | ||
2862 | <Companies> | ||
2863 | <TCompanyInfo_V1 xsi:type="TCompanyInfo_V1"> | ||
2864 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2865 | <Name>Name</Name> | ||
2866 | <Description>Description</Description> | ||
2867 | <CompanyKinds/> | ||
2868 | </TCompanyInfo_V1> | ||
2869 | <TCompanyInfo_V1 xsi:type="TCompanyInfo_V1"> | ||
2870 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
2871 | <Name>Name</Name> | ||
2872 | <Description>Description</Description> | ||
2873 | <CompanyKinds/> | ||
2874 | </TCompanyInfo_V1> | ||
2875 | </Companies> | ||
2876 | <Version>Version</Version> | ||
2877 | <ResultCode>0</ResultCode> | ||
2878 | <ResultMessage>ResultMessage</ResultMessage> | ||
2879 | </TGetCompanyListResponse_V1> | ||
2880 | </GetCompanyList> | ||
2881 | </ACMP> | ||
2882 | </ICQL> | ||
2883 | {{/apimacro}} | ||
2884 | |||
2885 |