PUT api/UserMembership/{id}
Documentation for 'PutUserMembership'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
usermembership | Documentation for 'usermembership'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RecordId": 1, "EntityId": 2, "UserId": 3 }
application/xml, text/xml
Sample:
<UserMembership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <EntityId>2</EntityId> <RecordId>1</RecordId> <UserId>3</UserId> </UserMembership>
application/x-www-form-urlencoded
Sample:
Sample not available.