Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{aagon.floatingbox/}} | ||
2 | |||
3 | = Assets speichern = | ||
4 | |||
5 | {{aagon.infobox}} | ||
6 | Integer Werte wie Duration und DeprecationPeriod dürfen nicht leer übergeben werden. Tragen Sie in dem Fall den Wert 0 ein. | ||
7 | {{/aagon.infobox}} | ||
8 | |||
9 | {{apimacro title="SaveAssets Request"}} | ||
10 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/SaveAssetsRequest_V1"> | ||
11 | <ACMP> | ||
12 | <SaveAssets ActionType="Request" version="1"> | ||
13 | <TSaveAssetsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
14 | <Assets> | ||
15 | <TAsset_V1 xsi:type="TAsset_V1"> | ||
16 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
17 | <Name>Name</Name> | ||
18 | <AssetType>AssetType</AssetType> | ||
19 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
20 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
21 | <CostCenter>CostCenter</CostCenter> | ||
22 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
23 | <Department>Department</Department> | ||
24 | <Description>Description</Description> | ||
25 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
26 | <AutoGenerateInventoryNumber>true</AutoGenerateInventoryNumber> | ||
27 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
28 | <Location>Location</Location> | ||
29 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
30 | <Manufacturer>Manufacturer</Manufacturer> | ||
31 | <Model>Model</Model> | ||
32 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
33 | <Vendor>Vendor</Vendor> | ||
34 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
35 | <ServicePartner>ServicePartner</ServicePartner> | ||
36 | <SerialNumber>SerialNumber</SerialNumber> | ||
37 | <ContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContactId> | ||
38 | <Contact>Contact</Contact> | ||
39 | <AssetStateEN>AssetStateEN</AssetStateEN> | ||
40 | <AssetStateDE>AssetStateDE</AssetStateDE> | ||
41 | <AssetStateId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetStateId> | ||
42 | <AssetCollection>AssetCollection</AssetCollection> | ||
43 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
44 | <Contract>Contract</Contract> | ||
45 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
46 | <Finance xsi:type="TFinance_V1"> | ||
47 | <! | ||
48 | AcquisitionKind possible values: | ||
49 | Purchased | ||
50 | Leased | ||
51 | Financed | ||
52 | Rented | ||
53 | > | ||
54 | <AcquisitionKind>Purchased</AcquisitionKind> | ||
55 | <AdditionalCosts>0</AdditionalCosts> | ||
56 | <DepreciationPeriod>0</DepreciationPeriod> | ||
57 | <Duration>0</Duration> | ||
58 | <ExtensionCost>0</ExtensionCost> | ||
59 | <Price>0</Price> | ||
60 | <PurchaseDate>1899-12-30T00:00:00.000Z</PurchaseDate> | ||
61 | <Rate>0</Rate> | ||
62 | <RecoveryValue>0</RecoveryValue> | ||
63 | <ResponseTime>0</ResponseTime> | ||
64 | <! | ||
65 | ResponseTimeKind possible values: | ||
66 | Minutes | ||
67 | Hours | ||
68 | Days | ||
69 | Weeks | ||
70 | > | ||
71 | <ResponseTimeKind>Minutes</ResponseTimeKind> | ||
72 | <WarrantyUntil>1899-12-30T00:00:00.000Z</WarrantyUntil> | ||
73 | </Finance> | ||
74 | <SingleFieldValues> | ||
75 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
76 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
77 | <Value>Value</Value> | ||
78 | </TCustomFieldValue_V1> | ||
79 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
80 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
81 | <Value>Value</Value> | ||
82 | </TCustomFieldValue_V1> | ||
83 | </SingleFieldValues> | ||
84 | <DocumentLinks> | ||
85 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
86 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
87 | <Name>Name</Name> | ||
88 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
89 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
90 | <ItemKind>aiHDQuery</ItemKind> | ||
91 | <FileName>FileName</FileName> | ||
92 | <FileSize>0</FileSize> | ||
93 | </TDocumentLink_V1> | ||
94 | </DocumentLinks> | ||
95 | <IsLent>True</IsLent> | ||
96 | </TAsset_V1> | ||
97 | </Assets> | ||
98 | </TSaveAssetsRequest_V1> | ||
99 | </SaveAssets> | ||
100 | </ACMP> | ||
101 | </ICQL>}}} | ||
102 | {{/apimacro}} | ||
103 | |||
104 | = Assets auslesen = | ||
105 | |||
106 | {{apimacro title="GetAssetList Request V1"}} | ||
107 | {{{<ICQL> | ||
108 | <ACMP> | ||
109 | <GetAssetList version="1"> | ||
110 | <TGetAssetListRequest_V1 /> | ||
111 | </GetAssetList> | ||
112 | </ACMP> | ||
113 | </ICQL>}}} | ||
114 | {{/apimacro}} | ||
115 | |||
116 | {{apimacro title="GetAssetList Response V1"}} | ||
117 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetListResponse_V1"> | ||
118 | <ACMP> | ||
119 | <GetAssetList ActionType="Response" version="1"> | ||
120 | <TGetAssetListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
121 | <Assets> | ||
122 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
123 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
124 | <Name>Name</Name> | ||
125 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
126 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
127 | </TAssetInfo_V1> | ||
128 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
129 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
130 | <Name>Name</Name> | ||
131 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
132 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
133 | </TAssetInfo_V1> | ||
134 | </Assets> | ||
135 | <ResultCode>0</ResultCode> | ||
136 | <ResultMessage>ResultMessage</ResultMessage> | ||
137 | </TGetAssetListResponse_V1> | ||
138 | </GetAssetList> | ||
139 | </ACMP> | ||
140 | </ICQL>}}} | ||
141 | {{/apimacro}} | ||
142 | |||
143 | {{apimacro title="GetAssetList Request V2"}} | ||
144 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetListRequest_V2"> | ||
145 | <ACMP> | ||
146 | <GetAssetList ActionType="Request" version="2"> | ||
147 | <TGetAssetListRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
148 | <FilterText>FilterText</FilterText> | ||
149 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
150 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
151 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
152 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
153 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
154 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
155 | <ContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContactId> | ||
156 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
157 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
158 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
159 | <TicketID>{59387FFD-B171-47C5-B735-041FA132CA39}</TicketID> | ||
160 | </TGetAssetListRequest_V2> | ||
161 | </GetAssetList> | ||
162 | </ACMP> | ||
163 | </ICQL>}}} | ||
164 | {{/apimacro}} | ||
165 | |||
166 | {{apimacro title="GetAssetList Response V2"}} | ||
167 | {{{<ICQL> | ||
168 | <ACMP> | ||
169 | <GetAssetList version="2"> | ||
170 | <TGetAssetListResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
171 | <Assets> | ||
172 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
173 | <Id>Id</Id> | ||
174 | <Name>Name</Name> | ||
175 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
176 | <AssetTypeId>AssetTypeId</AssetTypeId> | ||
177 | </TAssetInfo_V1> | ||
178 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
179 | <Id>Id</Id> | ||
180 | <Name>Name</Name> | ||
181 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
182 | <AssetTypeId>AssetTypeId</AssetTypeId> | ||
183 | </TAssetInfo_V1> | ||
184 | </Assets> | ||
185 | <ResultCode>0</ResultCode> | ||
186 | </TGetAssetListResponse_V2> | ||
187 | </GetAssetList> | ||
188 | </ACMP> | ||
189 | </ICQL>}}} | ||
190 | {{/apimacro}} | ||
191 | |||
192 | {{apimacro title="GetAssetList Response V2"}} | ||
193 | {{{<ICQL> | ||
194 | <ACMP> | ||
195 | <GetAssetList version="2"> | ||
196 | <TGetAssetListResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
197 | <Assets> | ||
198 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
199 | <Id>Id</Id> | ||
200 | <Name>Name</Name> | ||
201 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
202 | <AssetTypeId>AssetTypeId</AssetTypeId> | ||
203 | </TAssetInfo_V1> | ||
204 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
205 | <Id>Id</Id> | ||
206 | <Name>Name</Name> | ||
207 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
208 | <AssetTypeId>AssetTypeId</AssetTypeId> | ||
209 | </TAssetInfo_V1> | ||
210 | </Assets> | ||
211 | <ResultCode>0</ResultCode> | ||
212 | </TGetAssetListResponse_V2> | ||
213 | </GetAssetList> | ||
214 | </ACMP> | ||
215 | </ICQL>}}} | ||
216 | {{/apimacro}} | ||
217 | |||
218 | {{apimacro title="GetAssetList Request V3"}} | ||
219 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetListRequest_V3"> | ||
220 | <ACMP> | ||
221 | <GetAssetList ActionType="Request" version="3"> | ||
222 | <TGetAssetListRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
223 | <FilterText>FilterText</FilterText> | ||
224 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
225 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
226 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
227 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
228 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
229 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
230 | <ContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContactId> | ||
231 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
232 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
233 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
234 | <TicketID>{59387FFD-B171-47C5-B735-041FA132CA39}</TicketID> | ||
235 | </TGetAssetListRequest_V3> | ||
236 | </GetAssetList> | ||
237 | </ACMP> | ||
238 | </ICQL>}}} | ||
239 | {{/apimacro}} | ||
240 | |||
241 | {{apimacro title="GetAssetList Response V3"}} | ||
242 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetListResponse_V3"> | ||
243 | <ACMP> | ||
244 | <GetAssetList ActionType="Response" version="3"> | ||
245 | <TGetAssetListResponse_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
246 | <Assets> | ||
247 | <TAssetInfo_V2 xsi:type="TAssetInfo_V2"> | ||
248 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
249 | <Name>Name</Name> | ||
250 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
251 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
252 | <Rental xsi:type="TRentalInfo_V1"> | ||
253 | <Id/> | ||
254 | <IsLent>false</IsLent> | ||
255 | <LentToContactId/> | ||
256 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
257 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
258 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
259 | <RentalId/> | ||
260 | </Rental> | ||
261 | </TAssetInfo_V2> | ||
262 | <TAssetInfo_V2 xsi:type="TAssetInfo_V2"> | ||
263 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
264 | <Name>Name</Name> | ||
265 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
266 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
267 | <Rental xsi:type="TRentalInfo_V1"> | ||
268 | <Id/> | ||
269 | <IsLent>false</IsLent> | ||
270 | <LentToContactId/> | ||
271 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
272 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
273 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
274 | <RentalId/> | ||
275 | </Rental> | ||
276 | </TAssetInfo_V2> | ||
277 | </Assets> | ||
278 | <Version>Version</Version> | ||
279 | <ResultCode>0</ResultCode> | ||
280 | <ResultMessage>ResultMessage</ResultMessage> | ||
281 | </TGetAssetListResponse_V3> | ||
282 | </GetAssetList> | ||
283 | </ACMP> | ||
284 | </ICQL>}}} | ||
285 | {{/apimacro}} | ||
286 | |||
287 | {{apimacro title="GetAsset_V1 Request"}} | ||
288 | {{{<ICQL> | ||
289 | <ACMP> | ||
290 | <GetAsset version="1"> | ||
291 | <TGetAssetRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
292 | <Id>Id</Id> | ||
293 | </TGetAssetRequest_V1> | ||
294 | </GetAsset> | ||
295 | </ACMP> | ||
296 | </ICQL>}}} | ||
297 | {{/apimacro}} | ||
298 | |||
299 | {{apimacro title="GetAsset_V1 Response"}} | ||
300 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetResponse_V1"> | ||
301 | <ACMP> | ||
302 | <GetAsset ActionType="Response" version="1"> | ||
303 | <TGetAssetResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
304 | <Asset xsi:type="TAsset_V1"> | ||
305 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
306 | <Name>Name</Name> | ||
307 | <AssetType>AssetType</AssetType> | ||
308 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
309 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
310 | <CostCenter>CostCenter</CostCenter> | ||
311 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
312 | <Department>Department</Department> | ||
313 | <Description>Description</Description> | ||
314 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
315 | <AutoGenerateInventoryNumber>true</AutoGenerateInventoryNumber> | ||
316 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
317 | <Location>Location</Location> | ||
318 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
319 | <Manufacturer>Manufacturer</Manufacturer> | ||
320 | <Model>Model</Model> | ||
321 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
322 | <Vendor>Vendor</Vendor> | ||
323 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
324 | <ServicePartner>ServicePartner</ServicePartner> | ||
325 | <SerialNumber>SerialNumber</SerialNumber> | ||
326 | <ContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContactId> | ||
327 | <Contact>Contact</Contact> | ||
328 | <AssetStateEN>AssetStateEN</AssetStateEN> | ||
329 | <AssetStateDE>AssetStateDE</AssetStateDE> | ||
330 | <AssetStateId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetStateId> | ||
331 | <AssetCollection>AssetCollection</AssetCollection> | ||
332 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
333 | <Contract>Contract</Contract> | ||
334 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
335 | <Finance xsi:type="TFinance_V1"> | ||
336 | <AcquisitionKind>Purchased</AcquisitionKind> | ||
337 | <AdditionalCosts>0</AdditionalCosts> | ||
338 | <DepreciationPeriod>0</DepreciationPeriod> | ||
339 | <Duration>0</Duration> | ||
340 | <ExtensionCost>0</ExtensionCost> | ||
341 | <Price>0</Price> | ||
342 | <PurchaseDate>1899-12-30T00:00:00.000Z</PurchaseDate> | ||
343 | <Rate>0</Rate> | ||
344 | <RecoveryValue>0</RecoveryValue> | ||
345 | <ResponseTime>0</ResponseTime> | ||
346 | <ResponseTimeKind>Minutes</ResponseTimeKind> | ||
347 | <WarrantyUntil>1899-12-30T00:00:00.000Z</WarrantyUntil> | ||
348 | </Finance> | ||
349 | <SingleFieldValues> | ||
350 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
351 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
352 | <Value>Value</Value> | ||
353 | </TCustomFieldValue_V1> | ||
354 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
355 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
356 | <Value>Value</Value> | ||
357 | </TCustomFieldValue_V1> | ||
358 | </SingleFieldValues> | ||
359 | <AssetLinks> | ||
360 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
361 | <AssetId/> | ||
362 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
363 | </TAssetLink_V1> | ||
364 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
365 | <AssetId/> | ||
366 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
367 | </TAssetLink_V1> | ||
368 | </AssetLinks> | ||
369 | <DocumentLinks> | ||
370 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
371 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
372 | <Name>Name</Name> | ||
373 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
374 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
375 | <ItemKind>aiHDQuery</ItemKind> | ||
376 | <FileName>FileName</FileName> | ||
377 | <FileSize>0</FileSize> | ||
378 | </TDocumentLink_V1> | ||
379 | </DocumentLinks> | ||
380 | <IsLent>true</IsLent> | ||
381 | </Asset> | ||
382 | <Version>Version</Version> | ||
383 | <ResultCode>0</ResultCode> | ||
384 | <ResultMessage>ResultMessage</ResultMessage> | ||
385 | </TGetAssetResponse_V1> | ||
386 | </GetAsset> | ||
387 | </ACMP> | ||
388 | </ICQL>}}} | ||
389 | {{/apimacro}} | ||
390 | |||
391 | {{apimacro title="GetAsset_V2 Request"}} | ||
392 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetRequest_V2"> | ||
393 | <ACMP> | ||
394 | <GetAsset ActionType="Request" version="2"> | ||
395 | <TGetAssetRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
396 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
397 | </TGetAssetRequest_V2> | ||
398 | </GetAsset> | ||
399 | </ACMP> | ||
400 | </ICQL>}}} | ||
401 | {{/apimacro}} | ||
402 | |||
403 | {{apimacro title="GetAsset_V2 Response"}} | ||
404 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetResponse_V2"> | ||
405 | <ACMP> | ||
406 | <GetAsset ActionType="Response" version="2"> | ||
407 | <TGetAssetResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
408 | <Asset xsi:type="TAsset_V2"> | ||
409 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
410 | <Name>Name</Name> | ||
411 | <AssetType>AssetType</AssetType> | ||
412 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
413 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
414 | <CostCenter>CostCenter</CostCenter> | ||
415 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
416 | <Department>Department</Department> | ||
417 | <Description>Description</Description> | ||
418 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
419 | <AutoGenerateInventoryNumber>true</AutoGenerateInventoryNumber> | ||
420 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
421 | <Location>Location</Location> | ||
422 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
423 | <Manufacturer>Manufacturer</Manufacturer> | ||
424 | <Model>Model</Model> | ||
425 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
426 | <Vendor>Vendor</Vendor> | ||
427 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
428 | <ServicePartner>ServicePartner</ServicePartner> | ||
429 | <SerialNumber>SerialNumber</SerialNumber> | ||
430 | <ContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContactId> | ||
431 | <Contact>Contact</Contact> | ||
432 | <AssetStateEN>AssetStateEN</AssetStateEN> | ||
433 | <AssetStateDE>AssetStateDE</AssetStateDE> | ||
434 | <AssetStateId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetStateId> | ||
435 | <AssetCollection>AssetCollection</AssetCollection> | ||
436 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
437 | <Contract>Contract</Contract> | ||
438 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
439 | <Finance xsi:type="TFinance_V1"> | ||
440 | <AcquisitionKind>Purchased</AcquisitionKind> | ||
441 | <AdditionalCosts>0</AdditionalCosts> | ||
442 | <DepreciationPeriod>0</DepreciationPeriod> | ||
443 | <Duration>0</Duration> | ||
444 | <ExtensionCost>0</ExtensionCost> | ||
445 | <Price>0</Price> | ||
446 | <PurchaseDate>1899-12-30T00:00:00.000Z</PurchaseDate> | ||
447 | <Rate>0</Rate> | ||
448 | <RecoveryValue>0</RecoveryValue> | ||
449 | <ResponseTime>0</ResponseTime> | ||
450 | <ResponseTimeKind>Minutes</ResponseTimeKind> | ||
451 | <WarrantyUntil>1899-12-30T00:00:00.000Z</WarrantyUntil> | ||
452 | </Finance> | ||
453 | <SingleFieldValues> | ||
454 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
455 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
456 | <Value>Value</Value> | ||
457 | </TCustomFieldValue_V1> | ||
458 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
459 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
460 | <Value>Value</Value> | ||
461 | </TCustomFieldValue_V1> | ||
462 | </SingleFieldValues> | ||
463 | <AssetLinks> | ||
464 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
465 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
466 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
467 | </TAssetLink_V1> | ||
468 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
469 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
470 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
471 | </TAssetLink_V1> | ||
472 | </AssetLinks> | ||
473 | <DocumentLinks> | ||
474 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
475 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
476 | <Name>Name</Name> | ||
477 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
478 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
479 | <ItemKind>aiHDQuery</ItemKind> | ||
480 | <FileName>FileName</FileName> | ||
481 | <FileSize>0</FileSize> | ||
482 | </TDocumentLink_V1> | ||
483 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
484 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
485 | <Name>Name</Name> | ||
486 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
487 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
488 | <ItemKind>aiHDQuery</ItemKind> | ||
489 | <FileName>FileName</FileName> | ||
490 | <FileSize>0</FileSize> | ||
491 | </TDocumentLink_V1> | ||
492 | </DocumentLinks> | ||
493 | <Rental xsi:type="TRentalInfo_V1"> | ||
494 | <Id/> | ||
495 | <IsLent>false</IsLent> | ||
496 | <LentToContactId/> | ||
497 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
498 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
499 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
500 | <RentalId/> | ||
501 | </Rental> | ||
502 | </Asset> | ||
503 | <Version>Version</Version> | ||
504 | <ResultCode>0</ResultCode> | ||
505 | <ResultMessage>ResultMessage</ResultMessage> | ||
506 | </TGetAssetResponse_V2> | ||
507 | </GetAsset> | ||
508 | </ACMP> | ||
509 | </ICQL>}}} | ||
510 | {{/apimacro}} | ||
511 | |||
512 | {{apimacro title="GetAsset_V3 Request"}} | ||
513 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetRequest_V3"> | ||
514 | <ACMP> | ||
515 | <GetAsset ActionType="Request" version="3"> | ||
516 | <TGetAssetRequest_V3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
517 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
518 | </TGetAssetRequest_V3> | ||
519 | </GetAsset> | ||
520 | </ACMP> | ||
521 | </ICQL>}}} | ||
522 | {{/apimacro}} | ||
523 | |||
524 | {{apimacro title="GetAsset_V3 Response"}} | ||
525 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetResponse_V3"> | ||
526 | <ACMP> | ||
527 | <GetAsset ActionType="Response" version="3"> | ||
528 | <TGetAssetResponse_V3 xmlns:xsi="L"> | ||
529 | <Asset xsi:type="TAsset_V3"> | ||
530 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
531 | <Name>Name</Name> | ||
532 | <AssetType>AssetType</AssetType> | ||
533 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
534 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
535 | <CostCenter>CostCenter</CostCenter> | ||
536 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
537 | <Department>Department</Department> | ||
538 | <Description>Description</Description> | ||
539 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
540 | <AutoGenerateInventoryNumber>true</AutoGenerateInventoryNumber> | ||
541 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
542 | <Location>Location</Location> | ||
543 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
544 | <Manufacturer>Manufacturer</Manufacturer> | ||
545 | <Model>Model</Model> | ||
546 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
547 | <Vendor>Vendor</Vendor> | ||
548 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
549 | <ServicePartner>ServicePartner</ServicePartner> | ||
550 | <SerialNumber>SerialNumber</SerialNumber> | ||
551 | <Contact xsi:type="TContactInfo_V1"> | ||
552 | <ID>ID</ID> | ||
553 | <Name>Name</Name> | ||
554 | <FamilyName>FamilyName</FamilyName> | ||
555 | <FullName>FullName</FullName> | ||
556 | <Email>Email</Email> | ||
557 | <HasPhoneNumber>false</HasPhoneNumber> | ||
558 | <HasDeleteFlag>false</HasDeleteFlag> | ||
559 | <IsUser>false</IsUser> | ||
560 | </Contact> | ||
561 | <AssetStateEN>AssetStateEN</AssetStateEN> | ||
562 | <AssetStateDE>AssetStateDE</AssetStateDE> | ||
563 | <AssetStateId>AssetStateId</AssetStateId> | ||
564 | <AssetCollection>AssetCollection</AssetCollection> | ||
565 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
566 | <Contract>Contract</Contract> | ||
567 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
568 | <Finance xsi:type="TFinance_V1"> | ||
569 | <AcquisitionKind>Purchased</AcquisitionKind> | ||
570 | <AdditionalCosts>0</AdditionalCosts> | ||
571 | <DepreciationPeriod>0</DepreciationPeriod> | ||
572 | <Duration>0</Duration> | ||
573 | <ExtensionCost>0</ExtensionCost> | ||
574 | <Price>0</Price> | ||
575 | <PurchaseDate>1899-12-30T00:00:00.000Z</PurchaseDate> | ||
576 | <Rate>0</Rate> | ||
577 | <RecoveryValue>0</RecoveryValue> | ||
578 | <ResponseTime>0</ResponseTime> | ||
579 | <ResponseTimeKind>Minutes</ResponseTimeKind> | ||
580 | <WarrantyUntil>1899-12-30T00:00:00.000Z</WarrantyUntil> | ||
581 | </Finance> | ||
582 | <SingleFieldValues> | ||
583 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
584 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
585 | <Value>Value</Value> | ||
586 | </TCustomFieldValue_V1> | ||
587 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
588 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
589 | <Value>Value</Value> | ||
590 | </TCustomFieldValue_V1> | ||
591 | </SingleFieldValues> | ||
592 | <AssetLinks> | ||
593 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
594 | <AssetId>AssetId</AssetId> | ||
595 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
596 | </TAssetLink_V1> | ||
597 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
598 | <AssetId>AssetId</AssetId> | ||
599 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
600 | </TAssetLink_V1> | ||
601 | </AssetLinks> | ||
602 | <DocumentLinks> | ||
603 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
604 | <Id>Id</Id> | ||
605 | <Name>Name</Name> | ||
606 | <DocumentId>DocumentId</DocumentId> | ||
607 | <ItemId>ItemId</ItemId> | ||
608 | <ItemKind>aiHDQuery</ItemKind> | ||
609 | <FileName>FileName</FileName> | ||
610 | <FileSize>0</FileSize> | ||
611 | </TDocumentLink_V1> | ||
612 | <TDocumentLink_V1 xsi:type="TDocumentLink_V1"> | ||
613 | <Id>Id</Id> | ||
614 | <Name>Name</Name> | ||
615 | <DocumentId>DocumentId</DocumentId> | ||
616 | <ItemId>ItemId</ItemId> | ||
617 | <ItemKind>aiHDQuery</ItemKind> | ||
618 | <FileName>FileName</FileName> | ||
619 | <FileSize>0</FileSize> | ||
620 | </TDocumentLink_V1> | ||
621 | </DocumentLinks> | ||
622 | <Rental xsi:type="TRentalInfo_V1"> | ||
623 | <Id/> | ||
624 | <IsLent>false</IsLent> | ||
625 | <LentToContactId/> | ||
626 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
627 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
628 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
629 | <RentalId/> | ||
630 | </Rental> | ||
631 | </Asset> | ||
632 | <Version>Version</Version> | ||
633 | <ResultCode>0</ResultCode> | ||
634 | <ResultMessage>ResultMessage</ResultMessage> | ||
635 | </TGetAssetResponse_V3> | ||
636 | </GetAsset> | ||
637 | </ACMP> | ||
638 | </ICQL>}}} | ||
639 | {{/apimacro}} | ||
640 | |||
641 | {{apimacro title="GetAsset_V4 Request"}} | ||
642 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetRequest_V4"> | ||
643 | <ACMP> | ||
644 | <GetAsset ActionType="Request" version="4"> | ||
645 | <TGetAssetRequest_V4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
646 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
647 | </TGetAssetRequest_V4> | ||
648 | </GetAsset> | ||
649 | </ACMP> | ||
650 | </ICQL>}}} | ||
651 | {{/apimacro}} | ||
652 | |||
653 | {{apimacro title="GetAsset_V4 Response"}} | ||
654 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetResponse_V4"> | ||
655 | <ACMP> | ||
656 | <GetAsset ActionType="Response" version="4"> | ||
657 | <TGetAssetResponse_V4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
658 | <Asset xsi:type="TAsset_V4"> | ||
659 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
660 | <Name>Name</Name> | ||
661 | <AssetType>AssetType</AssetType> | ||
662 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
663 | <CostCenterId>{59387FFD-B171-47C5-B735-041FA132CA39}</CostCenterId> | ||
664 | <CostCenter>CostCenter</CostCenter> | ||
665 | <DepartmentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DepartmentId> | ||
666 | <Department>Department</Department> | ||
667 | <Description>Description</Description> | ||
668 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
669 | <AutoGenerateInventoryNumber>true</AutoGenerateInventoryNumber> | ||
670 | <LocationId>{59387FFD-B171-47C5-B735-041FA132CA39}</LocationId> | ||
671 | <Location>Location</Location> | ||
672 | <ManufacturerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ManufacturerId> | ||
673 | <Manufacturer>Manufacturer</Manufacturer> | ||
674 | <Model>Model</Model> | ||
675 | <VendorId>{59387FFD-B171-47C5-B735-041FA132CA39}</VendorId> | ||
676 | <Vendor>Vendor</Vendor> | ||
677 | <ServicePartnerId>{59387FFD-B171-47C5-B735-041FA132CA39}</ServicePartnerId> | ||
678 | <ServicePartner>ServicePartner</ServicePartner> | ||
679 | <SerialNumber>SerialNumber</SerialNumber> | ||
680 | <Contact xsi:type="TContactInfo_V1"> | ||
681 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
682 | <Name>Name</Name> | ||
683 | <FamilyName>FamilyName</FamilyName> | ||
684 | <FullName>FullName</FullName> | ||
685 | <Email>Email</Email> | ||
686 | <HasPhoneNumber>false</HasPhoneNumber> | ||
687 | <HasDeleteFlag>false</HasDeleteFlag> | ||
688 | <IsUser>false</IsUser> | ||
689 | </Contact> | ||
690 | <AssetStateEN>AssetStateEN</AssetStateEN> | ||
691 | <AssetStateDE>AssetStateDE</AssetStateDE> | ||
692 | <AssetStateId>AssetStateId</AssetStateId> | ||
693 | <AssetCollection>AssetCollection</AssetCollection> | ||
694 | <AssetCollectionId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetCollectionId> | ||
695 | <Contract>Contract</Contract> | ||
696 | <ContractId>{59387FFD-B171-47C5-B735-041FA132CA39}</ContractId> | ||
697 | <Finance xsi:type="TFinance_V1"> | ||
698 | <AcquisitionKind>Purchased</AcquisitionKind> | ||
699 | <AdditionalCosts>0</AdditionalCosts> | ||
700 | <DepreciationPeriod>0</DepreciationPeriod> | ||
701 | <Duration>0</Duration> | ||
702 | <ExtensionCost>0</ExtensionCost> | ||
703 | <Price>0</Price> | ||
704 | <PurchaseDate>1899-12-30T00:00:00.000Z</PurchaseDate> | ||
705 | <Rate>0</Rate> | ||
706 | <RecoveryValue>0</RecoveryValue> | ||
707 | <ResponseTime>0</ResponseTime> | ||
708 | <ResponseTimeKind>Minutes</ResponseTimeKind> | ||
709 | <WarrantyUntil>1899-12-30T00:00:00.000Z</WarrantyUntil> | ||
710 | </Finance> | ||
711 | <SingleFieldValues> | ||
712 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
713 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
714 | <Value>Value</Value> | ||
715 | </TCustomFieldValue_V1> | ||
716 | <TCustomFieldValue_V1 xsi:type="TCustomFieldValue_V1"> | ||
717 | <FieldId>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldId> | ||
718 | <Value>Value</Value> | ||
719 | </TCustomFieldValue_V1> | ||
720 | </SingleFieldValues> | ||
721 | <AssetLinks> | ||
722 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
723 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
724 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
725 | </TAssetLink_V1> | ||
726 | <TAssetLink_V1 xsi:type="TAssetLink_V1"> | ||
727 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
728 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
729 | </TAssetLink_V1> | ||
730 | </AssetLinks> | ||
731 | <DocumentLinks> | ||
732 | <TDocumentLink_V2 xsi:type="TDocumentLink_V2"> | ||
733 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
734 | <Name>Name</Name> | ||
735 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
736 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
737 | <ItemKind>aiHDQuery</ItemKind> | ||
738 | <FileName>FileName</FileName> | ||
739 | <FileSize>0</FileSize> | ||
740 | <DocumentSource>FileRepository</DocumentSource> | ||
741 | <LinkDescription>LinkDescription</LinkDescription> | ||
742 | </TDocumentLink_V2> | ||
743 | <TDocumentLink_V2 xsi:type="TDocumentLink_V2"> | ||
744 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
745 | <Name>Name</Name> | ||
746 | <DocumentId>{59387FFD-B171-47C5-B735-041FA132CA39}</DocumentId> | ||
747 | <ItemId>{59387FFD-B171-47C5-B735-041FA132CA39}</ItemId> | ||
748 | <ItemKind>aiHDQuery</ItemKind> | ||
749 | <FileName>FileName</FileName> | ||
750 | <FileSize>0</FileSize> | ||
751 | <DocumentSource>FileRepository</DocumentSource> | ||
752 | <LinkDescription>LinkDescription</LinkDescription> | ||
753 | </TDocumentLink_V2> | ||
754 | </DocumentLinks> | ||
755 | <Rental xsi:type="TRentalInfo_V1"> | ||
756 | <Id/> | ||
757 | <IsLent>false</IsLent> | ||
758 | <LentToContactId/> | ||
759 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
760 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
761 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
762 | <RentalId/> | ||
763 | </Rental> | ||
764 | </Asset> | ||
765 | <Version>Version</Version> | ||
766 | <ResultCode>0</ResultCode> | ||
767 | <ResultMessage>ResultMessage</ResultMessage> | ||
768 | </TGetAssetResponse_V4> | ||
769 | </GetAsset> | ||
770 | </ACMP> | ||
771 | </ICQL>}}} | ||
772 | {{/apimacro}} | ||
773 | |||
774 | {{apimacro title="GetAssetCount Request"}} | ||
775 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCountRequest_V1"> | ||
776 | <ACMP> | ||
777 | <GetAssetCount ActionType="Request" version="1"> | ||
778 | <TGetAssetCountRequest_V1/> | ||
779 | </GetAssetCount> | ||
780 | </ACMP> | ||
781 | </ICQL>}}} | ||
782 | {{/apimacro}} | ||
783 | |||
784 | {{apimacro title="GetAssetCount Response"}} | ||
785 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCountResponse_V1"> | ||
786 | <ACMP> | ||
787 | <GetAssetCount ActionType="Response" version="1"> | ||
788 | <TGetAssetCountResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
789 | <Count>0</Count> | ||
790 | <ResultCode>0</ResultCode> | ||
791 | <ResultMessage>ResultMessage</ResultMessage> | ||
792 | </TGetAssetCountResponse_V1> | ||
793 | </GetAssetCount> | ||
794 | </ACMP> | ||
795 | </ICQL>}}} | ||
796 | {{/apimacro}} | ||
797 | |||
798 | = Assets löschen = | ||
799 | |||
800 | {{apimacro title="DeleteAssets Request"}} | ||
801 | {{{<ICQL> | ||
802 | <ACMP> | ||
803 | <DeleteAssets ActionType="Request" version="1"> | ||
804 | <TDeleteAssetsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
805 | <AssetIds> | ||
806 | <string>Value 1</string> | ||
807 | <string>Value 2</string> | ||
808 | </AssetIds> | ||
809 | </TDeleteAssetsRequest_V1> | ||
810 | </DeleteAssets> | ||
811 | </ACMP> | ||
812 | </ICQL>}}} | ||
813 | {{/apimacro}} | ||
814 | |||
815 | {{apimacro title="DeleteAssets Response"}} | ||
816 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteAssetsResponse_V1"> | ||
817 | <ACMP> | ||
818 | <DeleteAssets ActionType="Response" version="1"> | ||
819 | <TDeleteAssetsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
820 | <ResultCode>0</ResultCode> | ||
821 | <ResultMessage>ResultMessage</ResultMessage> | ||
822 | </TDeleteAssetsResponse_V1> | ||
823 | </DeleteAssets> | ||
824 | </ACMP> | ||
825 | </ICQL>}}} | ||
826 | {{/apimacro}} | ||
827 | |||
828 | = Assets ausleihen = | ||
829 | |||
830 | {{apimacro title="LendAssets Request"}} | ||
831 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/LendAssetsRequest_V1"> | ||
832 | <ACMP> | ||
833 | <LendAssets ActionType="Request" version="1"> | ||
834 | <TLendAssetsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
835 | <LendAssets> | ||
836 | <TLendAsset_V1 xsi:type="TLendAsset_V1"> | ||
837 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
838 | <RentalId>{59387FFD-B171-47C5-B735-041FA132CA39}</RentalId> | ||
839 | <LentToContactId>{59387FFD-B171-47C5-B735-041FA132CA39}</LentToContactId> | ||
840 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
841 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
842 | </TLendAsset_V1> | ||
843 | </LendAssets> | ||
844 | </TLendAssetsRequest_V1> | ||
845 | </LendAssets> | ||
846 | </ACMP> | ||
847 | </ICQL>}}} | ||
848 | {{/apimacro}} | ||
849 | |||
850 | {{apimacro title="LendAssets Response"}} | ||
851 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/LendAssetsResponse_V1"> | ||
852 | <ACMP> | ||
853 | <LendAssets ActionType="Response" version="1"> | ||
854 | <TLendAssetsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
855 | <ResultCode>0</ResultCode> | ||
856 | <ResultMessage>ResultMessage</ResultMessage> | ||
857 | </TLendAssetsResponse_V1> | ||
858 | </LendAssets> | ||
859 | </ACMP> | ||
860 | </ICQL>}}} | ||
861 | {{/apimacro}} | ||
862 | |||
863 | {{apimacro title="ReturnAssets Request"}} | ||
864 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/ReturnAssetsRequest_V1"> | ||
865 | <ACMP> | ||
866 | <ReturnAssets ActionType="Request" version="1"> | ||
867 | <TReturnAssetsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
868 | <ReturnAssets> | ||
869 | <TReturnAsset_V1 xsi:type="TReturnAsset_V1"> | ||
870 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
871 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
872 | </TReturnAsset_V1> | ||
873 | </ReturnAssets> | ||
874 | </TReturnAssetsRequest_V1> | ||
875 | </ReturnAssets> | ||
876 | </ACMP> | ||
877 | </ICQL>}}} | ||
878 | {{/apimacro}} | ||
879 | |||
880 | {{apimacro title="ReturnAssets Response"}} | ||
881 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/ReturnAssetsResponse_V1"> | ||
882 | <ACMP> | ||
883 | <ReturnAssets ActionType="Response" version="1"> | ||
884 | <TReturnAssetsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
885 | <ResultCode>0</ResultCode> | ||
886 | <ResultMessage>ResultMessage</ResultMessage> | ||
887 | </TReturnAssetsResponse_V1> | ||
888 | </ReturnAssets> | ||
889 | </ACMP> | ||
890 | </ICQL>}}} | ||
891 | {{/apimacro}} | ||
892 | |||
893 | = AssetCollections auslesen = | ||
894 | |||
895 | {{apimacro title="GetAssetCollectionList Request"}} | ||
896 | {{{<ICQL> | ||
897 | <ACMP> | ||
898 | <GetAssetCollectionList version="1"> | ||
899 | <TGetAssetCollectionListRequest_V1/> | ||
900 | </GetAssetCollectionList> | ||
901 | </ACMP> | ||
902 | </ICQL>}}} | ||
903 | {{/apimacro}} | ||
904 | |||
905 | {{apimacro title="GetAssetCollectionList Response"}} | ||
906 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCollectionListResponse_V1"> | ||
907 | <ACMP> | ||
908 | <GetAssetCollectionList ActionType="Response" version="1"> | ||
909 | <TGetAssetCollectionListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
910 | <AssetCollections> | ||
911 | <TAssetCollectionInfo_V1 xsi:type="TAssetCollectionInfo_V1"> | ||
912 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
913 | <Name>Name</Name> | ||
914 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
915 | <FullPath>FullPath</FullPath> | ||
916 | <AssetCount>0</AssetCount> | ||
917 | </TAssetCollectionInfo_V1> | ||
918 | <TAssetCollectionInfo_V1 xsi:type="TAssetCollectionInfo_V1"> | ||
919 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
920 | <Name>Name</Name> | ||
921 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
922 | <FullPath>FullPath</FullPath> | ||
923 | <AssetCount>0</AssetCount> | ||
924 | </TAssetCollectionInfo_V1> | ||
925 | </AssetCollections> | ||
926 | <Version>Version</Version> | ||
927 | <ResultCode>0</ResultCode> | ||
928 | <ResultMessage>ResultMessage</ResultMessage> | ||
929 | </TGetAssetCollectionListResponse_V1> | ||
930 | </GetAssetCollectionList> | ||
931 | </ACMP> | ||
932 | </ICQL>}}} | ||
933 | {{/apimacro}} | ||
934 | |||
935 | {{apimacro title="GetAssetCollection V1 Request"}} | ||
936 | {{{<ICQL> | ||
937 | <ACMP> | ||
938 | <GetAssetCollection version="1"> | ||
939 | <TGetAssetCollectionRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
940 | <ID/> | ||
941 | </TGetAssetCollectionRequest_V1> | ||
942 | </GetAssetCollection> | ||
943 | </ACMP> | ||
944 | </ICQL>}}} | ||
945 | {{/apimacro}} | ||
946 | |||
947 | {{apimacro title="GetAssetCollection V1 Response"}} | ||
948 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCollectionResponse_V1"> | ||
949 | <ACMP> | ||
950 | <GetAssetCollection ActionType="Response" version="1"> | ||
951 | <TGetAssetCollectionResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
952 | <AssetCollection xsi:type="TAssetCollection_V1"> | ||
953 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
954 | <Name>Name</Name> | ||
955 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
956 | <FullPath>FullPath</FullPath> | ||
957 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
958 | <Description>Description</Description> | ||
959 | <Contact xsi:type="TContactInfo_V1"> | ||
960 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
961 | <Name>Name</Name> | ||
962 | <FamilyName>FamilyName</FamilyName> | ||
963 | <FullName>FullName</FullName> | ||
964 | <Email>Email</Email> | ||
965 | <HasPhoneNumber>false</HasPhoneNumber> | ||
966 | <HasDeleteFlag>false</HasDeleteFlag> | ||
967 | <IsUser>false</IsUser> | ||
968 | </Contact> | ||
969 | <Location xsi:type="TLocationInfo_V1"> | ||
970 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
971 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
972 | <Name>Name</Name> | ||
973 | <LocationKind>lkLocation</LocationKind> | ||
974 | <AssetCount>0</AssetCount> | ||
975 | <HasSubLocations>false</HasSubLocations> | ||
976 | <Path>Path</Path> | ||
977 | <FullPath>FullPath</FullPath> | ||
978 | </Location> | ||
979 | <Department xsi:type="TDepartmentInfo_V1"> | ||
980 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
981 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
982 | <Name>Name</Name> | ||
983 | <Abbreviation>Abbreviation</Abbreviation> | ||
984 | <Path>Path</Path> | ||
985 | <FullPath>FullPath</FullPath> | ||
986 | <AssetCount>0</AssetCount> | ||
987 | </Department> | ||
988 | <CostCenter xsi:type="TCostCenterInfo_V1"> | ||
989 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
990 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
991 | <Name>Name</Name> | ||
992 | <Abbreviation>Abbreviation</Abbreviation> | ||
993 | <Path>Path</Path> | ||
994 | <FullPath>FullPath</FullPath> | ||
995 | <AssetCount>0</AssetCount> | ||
996 | </CostCenter> | ||
997 | <LinkedAssets> | ||
998 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
999 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1000 | <Name>Name</Name> | ||
1001 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
1002 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
1003 | </TAssetInfo_V1> | ||
1004 | <TAssetInfo_V1 xsi:type="TAssetInfo_V1"> | ||
1005 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1006 | <Name>Name</Name> | ||
1007 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
1008 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
1009 | </TAssetInfo_V1> | ||
1010 | </LinkedAssets> | ||
1011 | </AssetCollection> | ||
1012 | <Version>Version</Version> | ||
1013 | <ResultCode>0</ResultCode> | ||
1014 | <ResultMessage>ResultMessage</ResultMessage> | ||
1015 | </TGetAssetCollectionResponse_V1> | ||
1016 | </GetAssetCollection> | ||
1017 | </ACMP> | ||
1018 | </ICQL>}}} | ||
1019 | {{/apimacro}} | ||
1020 | |||
1021 | {{apimacro title="GetAssetCollection V2 Request"}} | ||
1022 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCollectionRequest_V2"> | ||
1023 | <ACMP> | ||
1024 | <GetAssetCollection ActionType="Request" version="2"> | ||
1025 | <TGetAssetCollectionRequest_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1026 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1027 | </TGetAssetCollectionRequest_V2> | ||
1028 | </GetAssetCollection> | ||
1029 | </ACMP> | ||
1030 | </ICQL>}}} | ||
1031 | {{/apimacro}} | ||
1032 | |||
1033 | {{apimacro title="GetAssetCollection V2 Response"}} | ||
1034 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetCollectionResponse_V2"> | ||
1035 | <ACMP> | ||
1036 | <GetAssetCollection ActionType="Response" version="2"> | ||
1037 | <TGetAssetCollectionResponse_V2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1038 | <AssetCollection xsi:type="TAssetCollection_V2"> | ||
1039 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1040 | <Name>Name</Name> | ||
1041 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1042 | <FullPath>FullPath</FullPath> | ||
1043 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
1044 | <Description>Description</Description> | ||
1045 | <Contact xsi:type="TContactInfo_V1"> | ||
1046 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1047 | <Name>Name</Name> | ||
1048 | <FamilyName>FamilyName</FamilyName> | ||
1049 | <FullName>FullName</FullName> | ||
1050 | <Email>Email</Email> | ||
1051 | <HasPhoneNumber>false</HasPhoneNumber> | ||
1052 | <HasDeleteFlag>false</HasDeleteFlag> | ||
1053 | <IsUser>false</IsUser> | ||
1054 | </Contact> | ||
1055 | <Location xsi:type="TLocationInfo_V1"> | ||
1056 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1057 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1058 | <Name>Name</Name> | ||
1059 | <LocationKind>lkLocation</LocationKind> | ||
1060 | <AssetCount>0</AssetCount> | ||
1061 | <HasSubLocations>false</HasSubLocations> | ||
1062 | <Path>Path</Path> | ||
1063 | <FullPath>FullPath</FullPath> | ||
1064 | </Location> | ||
1065 | <Department xsi:type="TDepartmentInfo_V1"> | ||
1066 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1067 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1068 | <Name>Name</Name> | ||
1069 | <Abbreviation>Abbreviation</Abbreviation> | ||
1070 | <Path>Path</Path> | ||
1071 | <FullPath>FullPath</FullPath> | ||
1072 | <AssetCount>0</AssetCount> | ||
1073 | </Department> | ||
1074 | <CostCenter xsi:type="TCostCenterInfo_V1"> | ||
1075 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1076 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1077 | <Name>Name</Name> | ||
1078 | <Abbreviation>Abbreviation</Abbreviation> | ||
1079 | <Path>Path</Path> | ||
1080 | <FullPath>FullPath</FullPath> | ||
1081 | <AssetCount>0</AssetCount> | ||
1082 | </CostCenter> | ||
1083 | <LinkedAssets> | ||
1084 | <TAssetInfo_V2 xsi:type="TAssetInfo_V2"> | ||
1085 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1086 | <Name>Name</Name> | ||
1087 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
1088 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
1089 | <Rental xsi:type="TRentalInfo_V1"> | ||
1090 | <Id/> | ||
1091 | <IsLent>false</IsLent> | ||
1092 | <LentToContactId/> | ||
1093 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
1094 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
1095 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
1096 | <RentalId/> | ||
1097 | </Rental> | ||
1098 | </TAssetInfo_V2> | ||
1099 | <TAssetInfo_V2 xsi:type="TAssetInfo_V2"> | ||
1100 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1101 | <Name>Name</Name> | ||
1102 | <InventoryNumber>InventoryNumber</InventoryNumber> | ||
1103 | <AssetTypeId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetTypeId> | ||
1104 | <Rental xsi:type="TRentalInfo_V1"> | ||
1105 | <Id/> | ||
1106 | <IsLent>false</IsLent> | ||
1107 | <LentToContactId/> | ||
1108 | <LentDate>1899-12-30T00:00:00.000Z</LentDate> | ||
1109 | <EstimatedReturnDate>1899-12-30T00:00:00.000Z</EstimatedReturnDate> | ||
1110 | <LentReturnDate>1899-12-30T00:00:00.000Z</LentReturnDate> | ||
1111 | <RentalId/> | ||
1112 | </Rental> | ||
1113 | </TAssetInfo_V2> | ||
1114 | </LinkedAssets> | ||
1115 | </AssetCollection> | ||
1116 | <Version>Version</Version> | ||
1117 | <ResultCode>0</ResultCode> | ||
1118 | <ResultMessage>ResultMessage</ResultMessage> | ||
1119 | </TGetAssetCollectionResponse_V2> | ||
1120 | </GetAssetCollection> | ||
1121 | </ACMP> | ||
1122 | </ICQL>}}} | ||
1123 | {{/apimacro}} | ||
1124 | |||
1125 | = AssetTypes auslesen = | ||
1126 | |||
1127 | {{apimacro title="GetAssetTypeList Request"}} | ||
1128 | {{{<ICQL> | ||
1129 | <ACMP> | ||
1130 | <GetAssetTypeList ActionType="Request" version="1"> | ||
1131 | <TGetAssetTypeListRequest_V1/> | ||
1132 | </GetAssetTypeList> | ||
1133 | </ACMP> | ||
1134 | </ICQL>}}} | ||
1135 | {{/apimacro}} | ||
1136 | |||
1137 | {{apimacro title="GetAssetTypeList Response"}} | ||
1138 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetTypeListResponse_V1"> | ||
1139 | <ACMP> | ||
1140 | <GetAssetTypeList ActionType="Response" version="1"> | ||
1141 | <TGetAssetTypeListResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1142 | <AssetTypes> | ||
1143 | <TAssetType_V1 xsi:type="TAssetType_V1"> | ||
1144 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1145 | <Name>Name</Name> | ||
1146 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1147 | <IconId>{59387FFD-B171-47C5-B735-041FA132CA39}</IconId> | ||
1148 | <Description>Description</Description> | ||
1149 | <NumberProfileId>{59387FFD-B171-47C5-B735-041FA132CA39}</NumberProfileId> | ||
1150 | <NumberProfileName>NumberProfileName</NumberProfileName> | ||
1151 | <BasicFields> | ||
1152 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1153 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1154 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1155 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1156 | <IsMandatory>false</IsMandatory> | ||
1157 | <DefaultValue/> | ||
1158 | <Priority>0</Priority> | ||
1159 | <DisplayValue>DisplayValue</DisplayValue> | ||
1160 | <FieldType>qfNumber</FieldType> | ||
1161 | </TAssetFieldSetting_V1> | ||
1162 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1163 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1164 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1165 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1166 | <IsMandatory>false</IsMandatory> | ||
1167 | <DefaultValue/> | ||
1168 | <Priority>0</Priority> | ||
1169 | <DisplayValue>DisplayValue</DisplayValue> | ||
1170 | <FieldType>qfNumber</FieldType> | ||
1171 | </TAssetFieldSetting_V1> | ||
1172 | </BasicFields> | ||
1173 | <CustomFields> | ||
1174 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1175 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1176 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1177 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1178 | <IsMandatory>false</IsMandatory> | ||
1179 | <DefaultValue/> | ||
1180 | <Priority>0</Priority> | ||
1181 | <DisplayValue>DisplayValue</DisplayValue> | ||
1182 | <FieldType>qfNumber</FieldType> | ||
1183 | </TAssetFieldSetting_V1> | ||
1184 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1185 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1186 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1187 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1188 | <IsMandatory>false</IsMandatory> | ||
1189 | <DefaultValue/> | ||
1190 | <Priority>0</Priority> | ||
1191 | <DisplayValue>DisplayValue</DisplayValue> | ||
1192 | <FieldType>qfNumber</FieldType> | ||
1193 | </TAssetFieldSetting_V1> | ||
1194 | </CustomFields> | ||
1195 | <LocationField xsi:type="TAssetFieldSetting_V1"> | ||
1196 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1197 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1198 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1199 | <IsMandatory>false</IsMandatory> | ||
1200 | <DefaultValue/> | ||
1201 | <Priority>0</Priority> | ||
1202 | <DisplayValue>DisplayValue</DisplayValue> | ||
1203 | <FieldType>qfNumber</FieldType> | ||
1204 | </LocationField> | ||
1205 | <ManufacturerField xsi:type="TAssetFieldSetting_V1"> | ||
1206 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1207 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1208 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1209 | <IsMandatory>false</IsMandatory> | ||
1210 | <DefaultValue/> | ||
1211 | <Priority>0</Priority> | ||
1212 | <DisplayValue>DisplayValue</DisplayValue> | ||
1213 | <FieldType>qfNumber</FieldType> | ||
1214 | </ManufacturerField> | ||
1215 | <VendorField xsi:type="TAssetFieldSetting_V1"> | ||
1216 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1217 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1218 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1219 | <IsMandatory>false</IsMandatory> | ||
1220 | <DefaultValue/> | ||
1221 | <Priority>0</Priority> | ||
1222 | <DisplayValue>DisplayValue</DisplayValue> | ||
1223 | <FieldType>qfNumber</FieldType> | ||
1224 | </VendorField> | ||
1225 | <ServicePartnerField xsi:type="TAssetFieldSetting_V1"> | ||
1226 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1227 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1228 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1229 | <IsMandatory>false</IsMandatory> | ||
1230 | <DefaultValue/> | ||
1231 | <Priority>0</Priority> | ||
1232 | <DisplayValue>DisplayValue</DisplayValue> | ||
1233 | <FieldType>qfNumber</FieldType> | ||
1234 | </ServicePartnerField> | ||
1235 | <DepartmentField xsi:type="TAssetFieldSetting_V1"> | ||
1236 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1237 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1238 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1239 | <IsMandatory>false</IsMandatory> | ||
1240 | <DefaultValue/> | ||
1241 | <Priority>0</Priority> | ||
1242 | <DisplayValue>DisplayValue</DisplayValue> | ||
1243 | <FieldType>qfNumber</FieldType> | ||
1244 | </DepartmentField> | ||
1245 | <CostCenterField xsi:type="TAssetFieldSetting_V1"> | ||
1246 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1247 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1248 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1249 | <IsMandatory>false</IsMandatory> | ||
1250 | <DefaultValue/> | ||
1251 | <Priority>0</Priority> | ||
1252 | <DisplayValue>DisplayValue</DisplayValue> | ||
1253 | <FieldType>qfNumber</FieldType> | ||
1254 | </CostCenterField> | ||
1255 | <ContactField xsi:type="TAssetFieldSetting_V1"> | ||
1256 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1257 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1258 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1259 | <IsMandatory>false</IsMandatory> | ||
1260 | <DefaultValue/> | ||
1261 | <Priority>0</Priority> | ||
1262 | <DisplayValue>DisplayValue</DisplayValue> | ||
1263 | <FieldType>qfNumber</FieldType> | ||
1264 | </ContactField> | ||
1265 | <InventoryNumberField xsi:type="TAssetFieldSetting_V1"> | ||
1266 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1267 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1268 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1269 | <IsMandatory>false</IsMandatory> | ||
1270 | <DefaultValue/> | ||
1271 | <Priority>0</Priority> | ||
1272 | <DisplayValue>DisplayValue</DisplayValue> | ||
1273 | <FieldType>qfNumber</FieldType> | ||
1274 | </InventoryNumberField> | ||
1275 | <ModelField xsi:type="TAssetFieldSetting_V1"> | ||
1276 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1277 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1278 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1279 | <IsMandatory>false</IsMandatory> | ||
1280 | <DefaultValue/> | ||
1281 | <Priority>0</Priority> | ||
1282 | <DisplayValue>DisplayValue</DisplayValue> | ||
1283 | <FieldType>qfNumber</FieldType> | ||
1284 | </ModelField> | ||
1285 | <SerialNumberField xsi:type="TAssetFieldSetting_V1"> | ||
1286 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1287 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1288 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1289 | <IsMandatory>false</IsMandatory> | ||
1290 | <DefaultValue/> | ||
1291 | <Priority>0</Priority> | ||
1292 | <DisplayValue>DisplayValue</DisplayValue> | ||
1293 | <FieldType>qfNumber</FieldType> | ||
1294 | </SerialNumberField> | ||
1295 | <ContractField xsi:type="TAssetFieldSetting_V1"> | ||
1296 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1297 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1298 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1299 | <IsMandatory>false</IsMandatory> | ||
1300 | <DefaultValue/> | ||
1301 | <Priority>0</Priority> | ||
1302 | <DisplayValue>DisplayValue</DisplayValue> | ||
1303 | <FieldType>qfNumber</FieldType> | ||
1304 | </ContractField> | ||
1305 | <Path>Path</Path> | ||
1306 | <FullPath>FullPath</FullPath> | ||
1307 | <AssetCount>0</AssetCount> | ||
1308 | <IsNewImportedType>false</IsNewImportedType> | ||
1309 | </TAssetType_V1> | ||
1310 | <TAssetType_V1 xsi:type="TAssetType_V1"> | ||
1311 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
1312 | <Name>Name</Name> | ||
1313 | <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> | ||
1314 | <IconId>{59387FFD-B171-47C5-B735-041FA132CA39}</IconId> | ||
1315 | <Description>Description</Description> | ||
1316 | <NumberProfileId>{59387FFD-B171-47C5-B735-041FA132CA39}</NumberProfileId> | ||
1317 | <NumberProfileName>NumberProfileName</NumberProfileName> | ||
1318 | <BasicFields> | ||
1319 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1320 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1321 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1322 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1323 | <IsMandatory>false</IsMandatory> | ||
1324 | <DefaultValue/> | ||
1325 | <Priority>0</Priority> | ||
1326 | <DisplayValue>DisplayValue</DisplayValue> | ||
1327 | <FieldType>qfNumber</FieldType> | ||
1328 | </TAssetFieldSetting_V1> | ||
1329 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1330 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1331 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1332 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1333 | <IsMandatory>false</IsMandatory> | ||
1334 | <DefaultValue/> | ||
1335 | <Priority>0</Priority> | ||
1336 | <DisplayValue>DisplayValue</DisplayValue> | ||
1337 | <FieldType>qfNumber</FieldType> | ||
1338 | </TAssetFieldSetting_V1> | ||
1339 | </BasicFields> | ||
1340 | <CustomFields> | ||
1341 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1342 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1343 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1344 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1345 | <IsMandatory>false</IsMandatory> | ||
1346 | <DefaultValue/> | ||
1347 | <Priority>0</Priority> | ||
1348 | <DisplayValue>DisplayValue</DisplayValue> | ||
1349 | <FieldType>qfNumber</FieldType> | ||
1350 | </TAssetFieldSetting_V1> | ||
1351 | <TAssetFieldSetting_V1 xsi:type="TAssetFieldSetting_V1"> | ||
1352 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1353 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1354 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1355 | <IsMandatory>false</IsMandatory> | ||
1356 | <DefaultValue/> | ||
1357 | <Priority>0</Priority> | ||
1358 | <DisplayValue>DisplayValue</DisplayValue> | ||
1359 | <FieldType>qfNumber</FieldType> | ||
1360 | </TAssetFieldSetting_V1> | ||
1361 | </CustomFields> | ||
1362 | <LocationField xsi:type="TAssetFieldSetting_V1"> | ||
1363 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1364 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1365 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1366 | <IsMandatory>false</IsMandatory> | ||
1367 | <DefaultValue/> | ||
1368 | <Priority>0</Priority> | ||
1369 | <DisplayValue>DisplayValue</DisplayValue> | ||
1370 | <FieldType>qfNumber</FieldType> | ||
1371 | </LocationField> | ||
1372 | <ManufacturerField xsi:type="TAssetFieldSetting_V1"> | ||
1373 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1374 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1375 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1376 | <IsMandatory>false</IsMandatory> | ||
1377 | <DefaultValue/> | ||
1378 | <Priority>0</Priority> | ||
1379 | <DisplayValue>DisplayValue</DisplayValue> | ||
1380 | <FieldType>qfNumber</FieldType> | ||
1381 | </ManufacturerField> | ||
1382 | <VendorField xsi:type="TAssetFieldSetting_V1"> | ||
1383 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1384 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1385 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1386 | <IsMandatory>false</IsMandatory> | ||
1387 | <DefaultValue/> | ||
1388 | <Priority>0</Priority> | ||
1389 | <DisplayValue>DisplayValue</DisplayValue> | ||
1390 | <FieldType>qfNumber</FieldType> | ||
1391 | </VendorField> | ||
1392 | <ServicePartnerField xsi:type="TAssetFieldSetting_V1"> | ||
1393 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1394 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1395 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1396 | <IsMandatory>false</IsMandatory> | ||
1397 | <DefaultValue/> | ||
1398 | <Priority>0</Priority> | ||
1399 | <DisplayValue>DisplayValue</DisplayValue> | ||
1400 | <FieldType>qfNumber</FieldType> | ||
1401 | </ServicePartnerField> | ||
1402 | <DepartmentField xsi:type="TAssetFieldSetting_V1"> | ||
1403 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1404 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1405 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1406 | <IsMandatory>false</IsMandatory> | ||
1407 | <DefaultValue/> | ||
1408 | <Priority>0</Priority> | ||
1409 | <DisplayValue>DisplayValue</DisplayValue> | ||
1410 | <FieldType>qfNumber</FieldType> | ||
1411 | </DepartmentField> | ||
1412 | <CostCenterField xsi:type="TAssetFieldSetting_V1"> | ||
1413 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1414 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1415 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1416 | <IsMandatory>false</IsMandatory> | ||
1417 | <DefaultValue/> | ||
1418 | <Priority>0</Priority> | ||
1419 | <DisplayValue>DisplayValue</DisplayValue> | ||
1420 | <FieldType>qfNumber</FieldType> | ||
1421 | </CostCenterField> | ||
1422 | <ContactField xsi:type="TAssetFieldSetting_V1"> | ||
1423 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1424 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1425 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1426 | <IsMandatory>false</IsMandatory> | ||
1427 | <DefaultValue/> | ||
1428 | <Priority>0</Priority> | ||
1429 | <DisplayValue>DisplayValue</DisplayValue> | ||
1430 | <FieldType>qfNumber</FieldType> | ||
1431 | </ContactField> | ||
1432 | <InventoryNumberField xsi:type="TAssetFieldSetting_V1"> | ||
1433 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1434 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1435 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1436 | <IsMandatory>false</IsMandatory> | ||
1437 | <DefaultValue/> | ||
1438 | <Priority>0</Priority> | ||
1439 | <DisplayValue>DisplayValue</DisplayValue> | ||
1440 | <FieldType>qfNumber</FieldType> | ||
1441 | </InventoryNumberField> | ||
1442 | <ModelField xsi:type="TAssetFieldSetting_V1"> | ||
1443 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1444 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1445 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1446 | <IsMandatory>false</IsMandatory> | ||
1447 | <DefaultValue/> | ||
1448 | <Priority>0</Priority> | ||
1449 | <DisplayValue>DisplayValue</DisplayValue> | ||
1450 | <FieldType>qfNumber</FieldType> | ||
1451 | </ModelField> | ||
1452 | <SerialNumberField xsi:type="TAssetFieldSetting_V1"> | ||
1453 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1454 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1455 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1456 | <IsMandatory>false</IsMandatory> | ||
1457 | <DefaultValue/> | ||
1458 | <Priority>0</Priority> | ||
1459 | <DisplayValue>DisplayValue</DisplayValue> | ||
1460 | <FieldType>qfNumber</FieldType> | ||
1461 | </SerialNumberField> | ||
1462 | <ContractField xsi:type="TAssetFieldSetting_V1"> | ||
1463 | <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> | ||
1464 | <FieldID>{59387FFD-B171-47C5-B735-041FA132CA39}</FieldID> | ||
1465 | <ParentID>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentID> | ||
1466 | <IsMandatory>false</IsMandatory> | ||
1467 | <DefaultValue/> | ||
1468 | <Priority>0</Priority> | ||
1469 | <DisplayValue>DisplayValue</DisplayValue> | ||
1470 | <FieldType>qfNumber</FieldType> | ||
1471 | </ContractField> | ||
1472 | <Path>Path</Path> | ||
1473 | <FullPath>FullPath</FullPath> | ||
1474 | <AssetCount>0</AssetCount> | ||
1475 | <IsNewImportedType>false</IsNewImportedType> | ||
1476 | </TAssetType_V1> | ||
1477 | </AssetTypes> | ||
1478 | <Version>Version</Version> | ||
1479 | <ResultCode>0</ResultCode> | ||
1480 | <ResultMessage>ResultMessage</ResultMessage> | ||
1481 | </TGetAssetTypeListResponse_V1> | ||
1482 | </GetAssetTypeList> | ||
1483 | </ACMP> | ||
1484 | </ICQL>}}} | ||
1485 | {{/apimacro}} | ||
1486 | |||
1487 | = AssetLinks auslesen = | ||
1488 | |||
1489 | {{apimacro title="GetAssetLinkListOfAsset Request"}} | ||
1490 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetLinkListOfAssetRequest_V1"> | ||
1491 | <ACMP> | ||
1492 | <GetAssetLinkListOfAsset ActionType="Request" version="1"> | ||
1493 | <TGetAssetLinkListOfAssetRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1494 | <AssetId>{59387FFD-B171-47C5-B735-041FA132CA39}</AssetId> | ||
1495 | </TGetAssetLinkListOfAssetRequest_V1> | ||
1496 | </GetAssetLinkListOfAsset> | ||
1497 | </ACMP> | ||
1498 | </ICQL>}}} | ||
1499 | {{/apimacro}} | ||
1500 | |||
1501 | {{apimacro title="GetAssetLinkListOfAsset Response"}} | ||
1502 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAssetLinkListOfAssetResponse_V1"> | ||
1503 | <ACMP> | ||
1504 | <GetAssetLinkListOfAsset ActionType="Response" version="1"> | ||
1505 | <TGetAssetLinkListOfAssetResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
1506 | <AssetLinks> | ||
1507 | <TAssetLink_V2 xsi:type="TAssetLink_V2"> | ||
1508 | <AssetId/> | ||
1509 | <Name/> | ||
1510 | <InventoryNumber/> | ||
1511 | <AssetTypeId/> | ||
1512 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
1513 | </TAssetLink_V2> | ||
1514 | <TAssetLink_V2 xsi:type="TAssetLink_V2"> | ||
1515 | <AssetId/> | ||
1516 | <Name/> | ||
1517 | <InventoryNumber/> | ||
1518 | <AssetTypeId/> | ||
1519 | <AssetLinkKind>InstalledIn</AssetLinkKind> | ||
1520 | </TAssetLink_V2> | ||
1521 | </AssetLinks> | ||
1522 | <ResultCode>0</ResultCode> | ||
1523 | <ResultMessage>ResultMessage</ResultMessage> | ||
1524 | </TGetAssetLinkListOfAssetResponse_V1> | ||
1525 | </GetAssetLinkListOfAsset> | ||
1526 | </ACMP> | ||
1527 | </ICQL>}}} | ||
1528 | {{/apimacro}} |