Ä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,30 +211,28 @@ 211 211 </TSaveContactsResponse_V1> 212 212 </SaveContacts> 213 213 </ACMP> 214 -</ICQL> 214 +</ICQL>}}} 215 215 {{/apimacro}} 216 216 217 - 218 - 219 219 {{apimacro title="DeleteContactsByAdObjectIds Response"}} 220 -<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"> 221 221 <ACMP> 222 222 <DeleteContactsByAdObjectIds ActionType="Response" version="1"> 223 - <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">221 + <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 224 224 <ResultCode>0</ResultCode> 225 225 <ResultMessage>ResultMessage</ResultMessage> 226 226 </TDeleteContactsByAdObjectIdsResponse_V1> 227 227 </DeleteContactsByAdObjectIds> 228 228 </ACMP> 229 -</ICQL> 227 +</ICQL>}}} 230 230 {{/apimacro}} 231 231 232 232 {{apimacro title="DeleteContact (by RequesterID)"}} 233 -<ICQL> 231 +{{{<ICQL> 234 234 <ACMP> 235 235 <SaveContacts> 236 236 <TSaveContactsRequest> 237 - <Contacts xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">235 + <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 238 238 <TContact xsi:type="TContact"> 239 239 <Action>eaDelete</Action> 240 240 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId> ... ... @@ -243,14 +243,14 @@ 243 243 </TSaveContactsRequest> 244 244 </SaveContacts> 245 245 </ACMP> 246 -</ICQL> 244 +</ICQL>}}} 247 247 {{/apimacro}} 248 248 249 249 {{apimacro title="DisableContactsByAdObjectIds Request"}} 250 -<ICQL> 248 +{{{<ICQL> 251 251 <ACMP> 252 252 <DisableContactsByAdObjectIds version="1"> 253 - <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">251 + <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 254 254 <ADObjectIds> 255 255 <string>Value 1</string> 256 256 <string>Value 2</string> ... ... @@ -258,20 +258,18 @@ 258 258 </TDisableContactsByAdObjectIdsRequest_V1> 259 259 </DisableContactsByAdObjectIds> 260 260 </ACMP> 261 -</ICQL> 259 +</ICQL>}}} 262 262 {{/apimacro}} 263 263 264 264 {{apimacro title="DisableContactsByAdObjectIds Response"}} 265 -<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"> 266 266 <ACMP> 267 267 <DisableContactsByAdObjectIds ActionType="Response" version="1"> 268 - <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http: ~/~/www.w3.org/2001/XMLSchema-instance">266 + <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 269 269 <ResultCode>0</ResultCode> 270 270 <ResultMessage>ResultMessage</ResultMessage> 271 271 </TDisableContactsByAdObjectIdsResponse_V1> 272 272 </DisableContactsByAdObjectIds> 273 273 </ACMP> 274 -</ICQL> 272 +</ICQL>}}} 275 275 {{/apimacro}} 276 - 277 -fhd

