PUT api/Membership/{id}
Documentation for 'PutMembership'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
membership | Documentation for 'membership'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RecordId": 1, "ChurchId": 2, "ReportType": "sample string 3", "MemberNames": "sample string 4", "ProcedureFollowed": true, "WorkbookId": 6 }
application/xml, text/xml
Sample:
<Membership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <ChurchId>2</ChurchId> <MemberNames>sample string 4</MemberNames> <ProcedureFollowed>true</ProcedureFollowed> <RecordId>1</RecordId> <ReportType>sample string 3</ReportType> <WorkbookId>6</WorkbookId> </Membership>
application/x-www-form-urlencoded
Sample:
Sample not available.