Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{apimacro title="GetAcmpAppSettings Request"}} | ||
2 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAcmpAppSettingsRequest_V1"> | ||
3 | <ACMP> | ||
4 | <GetAcmpAppSettings version="1"> | ||
5 | <TGetAcmpAppSettingsRequest_V1/> | ||
6 | </GetAcmpAppSettings> | ||
7 | </ACMP> | ||
8 | </ICQL>}}} | ||
9 | {{/apimacro}} | ||
10 | |||
11 | {{apimacro title="GetAcmpAppSettings Response"}} | ||
12 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/GetAcmpAppSettingsResponse_V1"> | ||
13 | <ACMP> | ||
14 | <GetAcmpAppSettings ActionType="Response" version="1"> | ||
15 | <TGetAcmpAppSettingsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
16 | <CurrencyCode>CurrencyCode</CurrencyCode> | ||
17 | <AssetStates> | ||
18 | <TAssetState_V1 xsi:type="TAssetState_V1"> | ||
19 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
20 | <Caption_en>Caption_en</Caption_en> | ||
21 | <Caption_de>Caption_de</Caption_de> | ||
22 | </TAssetState_V1> | ||
23 | <TAssetState_V1 xsi:type="TAssetState_V1"> | ||
24 | <Id>{59387FFD-B171-47C5-B735-041FA132CA39}</Id> | ||
25 | <Caption_en>Caption_en</Caption_en> | ||
26 | <Caption_de>Caption_de</Caption_de> | ||
27 | </TAssetState_V1> | ||
28 | </AssetStates> | ||
29 | <AutoGenerateInventoryNumber>false</AutoGenerateInventoryNumber> | ||
30 | <ResultCode>0</ResultCode> | ||
31 | <ResultMessage>ResultMessage</ResultMessage> | ||
32 | </TGetAcmpAppSettingsResponse_V1> | ||
33 | </GetAcmpAppSettings> | ||
34 | </ACMP> | ||
35 | </ICQL>}}} | ||
36 | {{/apimacro}} |