yellows111
f096fe907f
rework XML stuff a bit, right now it's wildly inconsistent, but all the AB stuff should be fine more ContactUpdate out of known because i didn't even KNOW that was an operation in sharingservice and noticed it looked weird being in known. Add a SOAP template too.
35 lines
1.1 KiB
Markdown
35 lines
1.1 KiB
Markdown
# Introduction
|
|
`ABGroupUpdate` is one of the SOAP actions the [Address Book Service](../abservice.md) provides.
|
|
|
|
Changes information about a contact group.
|
|
|
|
# Client/Request
|
|
The template used in this action is described on the [Address Book Service](../abservice.md) main page.
|
|
|
|
## ABGroupUpdate
|
|
This element has only one attribute:
|
|
* `xmlns:` Is always set to `http://www.msn.com/webservices/AddressBook`.
|
|
|
|
### abId
|
|
This element contains your [Address Book Service](../abservice.md) GUID.
|
|
|
|
### groups
|
|
This element only contains `<Group>` elements
|
|
|
|
#### Group
|
|
This element contains three children:
|
|
* `<groupId>`: The GUID of the group to modify.
|
|
* `<groupInfo>`: Explained below.
|
|
* `<propertiesChanged>`: A space delimited list of changes made in `<groupInfo>`:
|
|
* `GroupName`
|
|
|
|
##### groupInfo
|
|
This element contains only one child:
|
|
* `<name>`: The new name of the group.
|
|
|
|
# Server/Response
|
|
The template used in this action is described on the [Address Book Service](../abservice.md) main page.
|
|
|
|
## ABGroupAddResponse
|
|
This empty element has only one attribute:
|
|
* `xmlns:` Is always set to `http://www.msn.com/webservices/AddressBook`.
|