PUT associations({associationId})/members({memberId})/categories/groups/attributes({attributeId})
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
newAttribute | No documentation available. |
Define this parameter in the request body. |
associationId | No documentation available. |
Define this parameter in the request URI. |
memberId | No documentation available. |
Define this parameter in the request URI. |
attributeId | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "Id": 1, "Selected": true, "MemberId": 3 }
application/xml, text/xml
Sample:
<MemberAttributeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <Id>1</Id> <MemberId>3</MemberId> <Selected>true</Selected> </MemberAttributeResource>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "Selected": true, "MemberId": 3 }
application/xml, text/xml
Sample:
<MemberAttributeResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <Id>1</Id> <MemberId>3</MemberId> <Selected>true</Selected> </MemberAttributeResource>