POST api/ContactList/AddBackFriend
Request Information
URI Parameters
None.
Body Parameters
Models_API_RemoveContactListName | Description | Type | Additional information |
---|---|---|---|
LoginID | string |
Required String length: inclusive between 6 and 50 |
|
Token | string |
Required String length: inclusive between 6 and 50 |
|
FriendID | integer |
Required |
Request Formats
application/json, text/json
Sample:
{ "LoginID": "sample string 1", "Token": "sample string 2", "FriendID": 3 }
application/xml, text/xml
Sample:
<Models_API_RemoveContactList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models"> <FriendID>3</FriendID> <LoginID>sample string 1</LoginID> <Token>sample string 2</Token> </Models_API_RemoveContactList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespondObjectName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
|
Data | Object |
None. |
|
ErrorMessage | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": "sample string 1", "Data": {}, "ErrorMessage": {} }
application/xml, text/xml
Sample:
<RespondObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NumerologyApi.Models"> <Data /> <ErrorMessage /> <Result>sample string 1</Result> </RespondObject>