POST api/Profile/AddUserStatus
Request Information
URI Parameters
None.
Body Parameters
vm_AddUserStatusResDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| p_UserId | integer |
None. |
|
| p_MediaType | string |
None. |
|
| p_MediaUrl | string |
None. |
|
| p_ThumbUrl | string |
None. |
|
| p_Duration | integer |
None. |
|
| p_Caption | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"p_UserId": 1,
"p_MediaType": "sample string 2",
"p_MediaUrl": "sample string 3",
"p_ThumbUrl": "sample string 4",
"p_Duration": 1,
"p_Caption": "sample string 5"
}
application/xml, text/xml
Sample:
<vm_AddUserStatusResDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/initiate.BAL.DTO"> <p_Caption>sample string 5</p_Caption> <p_Duration>1</p_Duration> <p_MediaType>sample string 2</p_MediaType> <p_MediaUrl>sample string 3</p_MediaUrl> <p_ThumbUrl>sample string 4</p_ThumbUrl> <p_UserId>1</p_UserId> </vm_AddUserStatusResDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.