Änderungen von Dokument Nachrichten
Zuletzt geändert von Steffi F am 2025/08/25 12:55
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -48,10 +48,10 @@ 48 48 {{/apimacro}} 49 49 50 50 {{apimacro title="DeleteContainer Request"}} 51 -<ICQL> 51 +{{{<ICQL> 52 52 <ACMP> 53 53 <DeleteContainers version="1"> 54 - <TDeleteContainersRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">54 + <TDeleteContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 55 55 <ContainerIds> 56 56 <string>Value 1</string> 57 57 <string>Value 2</string> ... ... @@ -59,27 +59,27 @@ 59 59 </TDeleteContainersRequest_V1> 60 60 </DeleteContainers> 61 61 </ACMP> 62 -</ICQL> 62 +</ICQL>}}} 63 63 {{/apimacro}} 64 64 65 65 {{apimacro title="DeleteContainer Response"}} 66 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContainersResponse_V1">66 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContainersResponse_V1"> 67 67 <ACMP> 68 68 <DeleteContainers ActionType="Response" version="1"> 69 - <TDeleteContainersResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">69 + <TDeleteContainersResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 70 70 <ResultCode>0</ResultCode> 71 71 <ResultMessage>ResultMessage</ResultMessage> 72 72 </TDeleteContainersResponse_V1> 73 73 </DeleteContainers> 74 74 </ACMP> 75 -</ICQL> 75 +</ICQL>}}} 76 76 {{/apimacro}} 77 77 78 78 {{apimacro title="Remove Computer from Container"}} 79 -<ICQL> 79 +{{{<ICQL> 80 80 <ACMP> 81 81 <DeleteActiveDirectoryComputersInContainers version="1"> 82 - <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">82 + <TDeleteActiveDirectoryComputersInContainersRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 83 83 <ContainerPath>/dotnet.local/OU_A</ContainerPath> 84 84 <Items> 85 85 <TAcmpContainerItem_V1 xsi:type="TAcmpContainerItem_V1"> ... ... @@ -91,7 +91,7 @@ 91 91 </TDeleteActiveDirectoryComputersInContainersRequest_V1> 92 92 </DeleteActiveDirectoryComputersInContainers> 93 93 </ACMP> 94 -</ICQL> 94 +</ICQL>}}} 95 95 {{/apimacro}} 96 96 97 97 (% class="showhide-header" data-show-duration="$effectduration" data-show-effect="$effect" %) ... ... @@ -139,13 +139,13 @@ 139 139 Use Case Contacts Adapter 140 140 141 141 {{apimacro title="SaveContacts (Request) V1"}} 142 -<ICQL> 142 +{{{<ICQL> 143 143 <ACMP> 144 144 <SaveContacts version="1"> 145 145 <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 146 146 <Contacts> 147 147 <TContact_V1 xsi:type="TContact_V1"> 148 - <! --Pflichtfeld-->148 + <! Pflichtfeld > 149 149 <ADobjectId>ADobjectId</ADobjectId> 150 150 <FirstName>Jane</FirstName> 151 151 <LastName>LastName</LastName> ... ... @@ -167,7 +167,7 @@ 167 167 <Position>Position</Position> 168 168 </TContact_V1> 169 169 <TContact_V1 xsi:type="TContact_V1"> 170 - <! --Pflichtfeld-->170 + <! Pflichtfeld > 171 171 <ADobjectId>ADobjectId</ADobjectId> 172 172 <FirstName>Jane</FirstName> 173 173 <LastName>LastName</LastName> ... ... @@ -192,11 +192,11 @@ 192 192 </TSaveContactsRequest_V1> 193 193 </SaveContacts> 194 194 </ACMP> 195 -</ICQL> 195 +</ICQL>}}} 196 196 {{/apimacro}} 197 197 198 198 {{apimacro title="SaveContacts (Response) V1"}} 199 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 199 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 200 200 <ACMP> 201 201 <SaveContacts> 202 202 <TSaveContactsResponse_V1> ... ... @@ -211,28 +211,28 @@ 211 211 </TSaveContactsResponse_V1> 212 212 </SaveContacts> 213 213 </ACMP> 214 -</ICQL> 214 +</ICQL>}}} 215 215 {{/apimacro}} 216 216 217 217 {{apimacro title="DeleteContactsByAdObjectIds Response"}} 218 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContactsByAdObjectIdsResponse_V1">218 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsByAdObjectIdsResponse_V1"> 219 219 <ACMP> 220 220 <DeleteContactsByAdObjectIds ActionType="Response" version="1"> 221 - <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">221 + <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 222 222 <ResultCode>0</ResultCode> 223 223 <ResultMessage>ResultMessage</ResultMessage> 224 224 </TDeleteContactsByAdObjectIdsResponse_V1> 225 225 </DeleteContactsByAdObjectIds> 226 226 </ACMP> 227 -</ICQL> 227 +</ICQL>}}} 228 228 {{/apimacro}} 229 229 230 230 {{apimacro title="DeleteContact (by RequesterID)"}} 231 -<ICQL> 231 +{{{<ICQL> 232 232 <ACMP> 233 233 <SaveContacts> 234 234 <TSaveContactsRequest> 235 - <Contacts xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">235 + <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 236 236 <TContact xsi:type="TContact"> 237 237 <Action>eaDelete</Action> 238 238 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId> ... ... @@ -241,14 +241,14 @@ 241 241 </TSaveContactsRequest> 242 242 </SaveContacts> 243 243 </ACMP> 244 -</ICQL> 244 +</ICQL>}}} 245 245 {{/apimacro}} 246 246 247 247 {{apimacro title="DisableContactsByAdObjectIds Request"}} 248 -<ICQL> 248 +{{{<ICQL> 249 249 <ACMP> 250 250 <DisableContactsByAdObjectIds version="1"> 251 - <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">251 + <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 252 252 <ADObjectIds> 253 253 <string>Value 1</string> 254 254 <string>Value 2</string> ... ... @@ -256,18 +256,18 @@ 256 256 </TDisableContactsByAdObjectIdsRequest_V1> 257 257 </DisableContactsByAdObjectIds> 258 258 </ACMP> 259 -</ICQL> 259 +</ICQL>}}} 260 260 {{/apimacro}} 261 261 262 262 {{apimacro title="DisableContactsByAdObjectIds Response"}} 263 -<ICQL xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DisableContactsByAdObjectIdsResponse_V1">263 +{{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DisableContactsByAdObjectIdsResponse_V1"> 264 264 <ACMP> 265 265 <DisableContactsByAdObjectIds ActionType="Response" version="1"> 266 - <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">266 + <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 267 267 <ResultCode>0</ResultCode> 268 268 <ResultMessage>ResultMessage</ResultMessage> 269 269 </TDisableContactsByAdObjectIdsResponse_V1> 270 270 </DisableContactsByAdObjectIds> 271 271 </ACMP> 272 -</ICQL> 272 +</ICQL>}}} 273 273 {{/apimacro}}

