POST api/AssignPlanToUser
Request Information
URI Parameters
None.
Body Parameters
AssignPlanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | string |
None. |
|
| PlanID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": "sample string 1",
"PlanID": 2
}
application/xml, text/xml
Sample:
<PropertyListingAndSearchingController.AssignPlanModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RentoAPI_New.Controllers.APIs"> <MemberID>sample string 1</MemberID> <PlanID>2</PlanID> </PropertyListingAndSearchingController.AssignPlanModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.