POST associations({associationId})/members({memberId})/benefits

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
newObject
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.

Request 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": "2024-03-29T00:57:43.363985-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>2024-03-29T00:57:43.363985-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>

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "2024-03-29T00:57:43.363985-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>2024-03-29T00:57:43.363985-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>