POST api/Users/updateProppasalRequest
Request Information
URI Parameters
None.
Body Parameters
ProppasalRequestName | Description | Type | Additional information |
---|---|---|---|
requestid | integer |
None. |
|
proposals | string |
None. |
|
count | integer |
None. |
|
proprequestid | integer |
None. |
|
description | string |
None. |
|
role_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "requestid": 1, "proposals": "sample string 2", "count": 1, "proprequestid": 1, "description": "sample string 3", "role_id": 1 }
application/xml, text/xml
Sample:
<ProppasalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/asanRishta.Models"> <count>1</count> <description>sample string 3</description> <proposals>sample string 2</proposals> <proprequestid>1</proprequestid> <requestid>1</requestid> <role_id>1</role_id> </ProppasalRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>