Ä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
-
... ... @@ -138,13 +138,68 @@ 138 138 139 139 Use Case Contacts Adapter 140 140 141 +{{apimacro title="SaveContacts (Request) V1"}} 142 +<ICQL> 143 + <ACMP> 144 + <SaveContacts version="1"> 145 + <TSaveContactsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 146 + <Contacts> 147 + <TContact_V1 xsi:type="TContact_V1"> 148 + <!-- Pflichtfeld --> 149 + <ADobjectId>ADobjectId</ADobjectId> 150 + <FirstName>Jane</FirstName> 151 + <LastName>LastName</LastName> 152 + <Titles>Titles</Titles> 153 + <Phone>Phone</Phone> 154 + <Phone2>Phone2</Phone2> 155 + <Phone3>Phone3</Phone3> 156 + <Phone4>Phone4</Phone4> 157 + <Fax>Fax</Fax> 158 + <EMail>EMail</EMail> 159 + <DepartmentName>DepartmentName</DepartmentName> 160 + <CostCenterName>CostCenterName</CostCenterName> 161 + <CompanyName>CompanyName</CompanyName> 162 + <LocationName>LocationName</LocationName> 163 + <Address>Address</Address> 164 + <ZipCode>ZipCode</ZipCode> 165 + <City>City</City> 166 + <Country>Country</Country> 167 + <Position>Position</Position> 168 + </TContact_V1> 169 + <TContact_V1 xsi:type="TContact_V1"> 170 + <!-- Pflichtfeld --> 171 + <ADobjectId>ADobjectId</ADobjectId> 172 + <FirstName>Jane</FirstName> 173 + <LastName>LastName</LastName> 174 + <Titles>Titles</Titles> 175 + <Phone>Phone</Phone> 176 + <Phone2>Phone2</Phone2> 177 + <Phone3>Phone3</Phone3> 178 + <Phone4>Phone4</Phone4> 179 + <Fax>Fax</Fax> 180 + <EMail>EMail</EMail> 181 + <DepartmentName>DepartmentName</DepartmentName> 182 + <CostCenterName>CostCenterName</CostCenterName> 183 + <CompanyName>CompanyName</CompanyName> 184 + <LocationName>LocationName</LocationName> 185 + <Address>Address</Address> 186 + <ZipCode>ZipCode</ZipCode> 187 + <City>City</City> 188 + <Country>Country</Country> 189 + <Position>Position</Position> 190 + </TContact_V1> 191 + </Contacts> 192 + </TSaveContactsRequest_V1> 193 + </SaveContacts> 194 + </ACMP> 195 +</ICQL> 196 +{{/apimacro}} 141 141 142 - 143 143 {{apimacro title="DeleteContactsByAdObjectIds Response"}} 144 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DeleteContactsByAdObjectIdsResponse_V1"> 199 +<ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DeleteContactsByAdObjectIdsResponse_V1"> 145 145 <ACMP> 146 146 <DeleteContactsByAdObjectIds ActionType="Response" version="1"> 147 - <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 202 + <TDeleteContactsByAdObjectIdsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> 148 148 <ResultCode>0</ResultCode> 149 149 <ResultMessage>ResultMessage</ResultMessage> 150 150 </TDeleteContactsByAdObjectIdsResponse_V1> ... ... @@ -158,7 +158,7 @@ 158 158 <ACMP> 159 159 <SaveContacts> 160 160 <TSaveContactsRequest> 161 - <Contacts xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 216 + <Contacts xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> 162 162 <TContact xsi:type="TContact"> 163 163 <Action>eaDelete</Action> 164 164 <RequesterId>{D7F8B505-9FEF-4F62-98C8-129643783EFC}</RequesterId> ... ... @@ -174,7 +174,7 @@ 174 174 <ICQL> 175 175 <ACMP> 176 176 <DisableContactsByAdObjectIds version="1"> 177 - <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 232 + <TDisableContactsByAdObjectIdsRequest_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> 178 178 <ADObjectIds> 179 179 <string>Value 1</string> 180 180 <string>Value 2</string> ... ... @@ -186,10 +186,10 @@ 186 186 {{/apimacro}} 187 187 188 188 {{apimacro title="DisableContactsByAdObjectIds Response"}} 189 -<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://acmp.com/DisableContactsByAdObjectIdsResponse_V1"> 244 +<ICQL xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance" xmlns="http:~/~/acmp.com/DisableContactsByAdObjectIdsResponse_V1"> 190 190 <ACMP> 191 191 <DisableContactsByAdObjectIds ActionType="Response" version="1"> 192 - <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 247 + <TDisableContactsByAdObjectIdsResponse_V1 xmlns:xsi="http:~/~/www.w3.org/2001/XMLSchema-instance"> 193 193 <ResultCode>0</ResultCode> 194 194 <ResultMessage>ResultMessage</ResultMessage> 195 195 </TDisableContactsByAdObjectIdsResponse_V1>

