To add details to a friend you must first populate and post a FriendDetailAdd object.
Requires OAuth authentification.
POST
| Required | Name | Type | Description |
|---|---|---|---|
| required | new friend detail | FriendDetailAdd | A populated FriendDetailAdd object |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>
"Success"
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |