| ... |
... |
@@ -262,3 +262,97 @@ |
| 262 |
262 |
</ACMP> |
| 263 |
263 |
</ICQL>}}} |
| 264 |
264 |
{{/apimacro}} |
|
265 |
+ |
|
266 |
+= Multi Tenancy = |
|
267 |
+ |
|
268 |
+== Read out Tenant Information == |
|
269 |
+ |
|
270 |
+{{apimacro title="GetTenantInfosOfCurrentUser_V1 Request"}} |
|
271 |
+{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetTenantInfosOfCurrentUserRequest_V1"> |
|
272 |
+ <ACMP> |
|
273 |
+ <GetTenantInfosOfCurrentUser ActionType="Request" version="1"> |
|
274 |
+ <TGetTenantInfosOfCurrentUserRequest_V1/> |
|
275 |
+ </GetTenantInfosOfCurrentUser> |
|
276 |
+ </ACMP> |
|
277 |
+</ICQL>}}} |
|
278 |
+{{/apimacro}} |
|
279 |
+ |
|
280 |
+{{apimacro title="GetTenantInfosOfCurrentUser_V1 Response"}} |
|
281 |
+{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetTenantInfosOfCurrentUserResponse_V1"> |
|
282 |
+ <ACMP> |
|
283 |
+ <GetTenantInfosOfCurrentUser ActionType="Response" version="1"> |
|
284 |
+ <TGetTenantInfosOfCurrentUserResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
285 |
+ <AvailableTenants> |
|
286 |
+ <TTenantInfo_V1 xsi:type="TTenantInfo_V1"> |
|
287 |
+ <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> |
|
288 |
+ <Name>Name</Name> |
|
289 |
+ <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> |
|
290 |
+ <TenantNo>0</TenantNo> |
|
291 |
+ <Description>Description</Description> |
|
292 |
+ </TTenantInfo_V1> |
|
293 |
+ <TTenantInfo_V1 xsi:type="TTenantInfo_V1"> |
|
294 |
+ <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> |
|
295 |
+ <Name>Name</Name> |
|
296 |
+ <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> |
|
297 |
+ <TenantNo>0</TenantNo> |
|
298 |
+ <Description>Description</Description> |
|
299 |
+ </TTenantInfo_V1> |
|
300 |
+ </AvailableTenants> |
|
301 |
+ <SelectedTenants> |
|
302 |
+ <TTenantInfo_V1 xsi:type="TTenantInfo_V1"> |
|
303 |
+ <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> |
|
304 |
+ <Name>Name</Name> |
|
305 |
+ <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> |
|
306 |
+ <TenantNo>0</TenantNo> |
|
307 |
+ <Description>Description</Description> |
|
308 |
+ </TTenantInfo_V1> |
|
309 |
+ <TTenantInfo_V1 xsi:type="TTenantInfo_V1"> |
|
310 |
+ <ID>{59387FFD-B171-47C5-B735-041FA132CA39}</ID> |
|
311 |
+ <Name>Name</Name> |
|
312 |
+ <ParentId>{59387FFD-B171-47C5-B735-041FA132CA39}</ParentId> |
|
313 |
+ <TenantNo>0</TenantNo> |
|
314 |
+ <Description>Description</Description> |
|
315 |
+ </TTenantInfo_V1> |
|
316 |
+ </SelectedTenants> |
|
317 |
+ <TenantMasterAvailable>false</TenantMasterAvailable> |
|
318 |
+ <TenantMasterSelected>false</TenantMasterSelected> |
|
319 |
+ <ResultCode>0</ResultCode> |
|
320 |
+ <ResultMessage>ResultMessage</ResultMessage> |
|
321 |
+ </TGetTenantInfosOfCurrentUserResponse_V1> |
|
322 |
+ </GetTenantInfosOfCurrentUser> |
|
323 |
+ </ACMP> |
|
324 |
+</ICQL>}}} |
|
325 |
+{{/apimacro}} |
|
326 |
+ |
|
327 |
+== Change Tenant Settings == |
|
328 |
+ |
|
329 |
+{{apimacro title="ChangeTenantsForCurrentUser_V1 Request"}} |
|
330 |
+{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/ChangeTenantsForCurrentUserRequest_V1"> |
|
331 |
+ <ACMP> |
|
332 |
+ <ChangeTenantsForCurrentUser ActionType="Request" version="1"> |
|
333 |
+ <TChangeTenantsForCurrentUserRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
334 |
+ <TenantIds> |
|
335 |
+ <string>{59387FFD-B171-47C5-B735-041FA132CA39}</string> |
|
336 |
+ <string>{69387FFD-B171-47C5-B735-041FA132CA39}</string> |
|
337 |
+ </TenantIds> |
|
338 |
+ <TenantMaster>false</TenantMaster> |
|
339 |
+ </TChangeTenantsForCurrentUserRequest_V1> |
|
340 |
+ </ChangeTenantsForCurrentUser> |
|
341 |
+ </ACMP> |
|
342 |
+</ICQL>}}} |
|
343 |
+{{/apimacro}} |
|
344 |
+ |
|
345 |
+{{apimacro title="ChangeTenantsForCurrentUser_V1 Response"}} |
|
346 |
+{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/ChangeTenantsForCurrentUserResponse_V1"> |
|
347 |
+ <ACMP> |
|
348 |
+ <ChangeTenantsForCurrentUser ActionType="Response" version="1"> |
|
349 |
+ <TChangeTenantsForCurrentUserResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
350 |
+ <ResultCode>0</ResultCode> |
|
351 |
+ <ResultMessage>ResultMessage</ResultMessage> |
|
352 |
+ </TChangeTenantsForCurrentUserResponse_V1> |
|
353 |
+ </ChangeTenantsForCurrentUser> |
|
354 |
+ </ACMP> |
|
355 |
+</ICQL>}}} |
|
356 |
+{{/apimacro}} |
|
357 |
+ |
|
358 |
+ |