DELETE associations({associationId})/members({memberId})/benefits({benefitId})
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| associationId | No documentation available. |
Define this parameter in the request URI. |
| memberId | No documentation available. |
Define this parameter in the request URI. |
| benefitId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"MemId": 1,
"MemberName": "sample string 2",
"ItemId": 3,
"BundledFeeName": "sample string 4",
"UserId": 5,
"UserFullName": "sample string 7 sample string 8",
"Name": "sample string 9",
"Price": "11.00",
"PriceDecimal": 11.0,
"Quantity": 12,
"DateUsed": "2025-10-30T12:25:54.2480551-05:00",
"QuantityUsed": 13,
"Comments": "sample string 14"
}
application/xml, text/xml
Sample:
<BenefitResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources"> <BundledFeeName>sample string 4</BundledFeeName> <Comments>sample string 14</Comments> <DateUsed>2025-10-30T12:25:54.2480551-05:00</DateUsed> <Id>1</Id> <ItemId>3</ItemId> <MemId>1</MemId> <MemberName>sample string 2</MemberName> <Name>sample string 9</Name> <Price>11.00</Price> <PriceDecimal>11</PriceDecimal> <Quantity>12</Quantity> <QuantityUsed>13</QuantityUsed> <UserFullName>sample string 7 sample string 8</UserFullName> <UserId>5</UserId> </BenefitResource>