POST api/v3/profile/confirmrequest
Request Information
URI Parameters
None.
Body Parameters
confirmReqmodel| Name | Description | Type | Additional information |
|---|---|---|---|
| notificationId | integer |
None. |
|
| fromId | integer |
None. |
|
| toId | integer |
None. |
|
| followStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificationId": 1,
"fromId": 2,
"toId": 3,
"followStatus": 4
}
application/xml, text/xml
Sample:
<confirmReqmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StoryClickWebApi.Models"> <followStatus>4</followStatus> <fromId>2</fromId> <notificationId>1</notificationId> <toId>3</toId> </confirmReqmodel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |