POST associations({associationId})/members

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
associationId
No documentation available.

Define this parameter in the request URI.

memberToAdd
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "StatusType": 1,
  "MemberTypeId": 1,
  "PrimaryPhone": "sample string 3",
  "Email": "sample string 4",
  "FullTimeEmployeeCount": 1,
  "PartTimeEmployeeCount": 1,
  "PhysicalLine3": "sample string 5",
  "PhysicalLine4": "sample string 6",
  "PhysicalCountry": "sample string 7",
  "PhysicalLine2": "sample string 8",
  "PhysicalLine1": "sample string 9",
  "PhysicalCity": "sample string 10",
  "PhysicalRegion": "sample string 11",
  "PhysicalPostalCode": "sample string 12"
}

application/xml, text/xml

Sample:
<MemberResourceIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <Email>sample string 4</Email>
  <FullTimeEmployeeCount>1</FullTimeEmployeeCount>
  <Id>1</Id>
  <MemberTypeId>1</MemberTypeId>
  <Name>sample string 2</Name>
  <PartTimeEmployeeCount>1</PartTimeEmployeeCount>
  <PhysicalCity>sample string 10</PhysicalCity>
  <PhysicalCountry>sample string 7</PhysicalCountry>
  <PhysicalLine1>sample string 9</PhysicalLine1>
  <PhysicalLine2>sample string 8</PhysicalLine2>
  <PhysicalLine3>sample string 5</PhysicalLine3>
  <PhysicalLine4>sample string 6</PhysicalLine4>
  <PhysicalPostalCode>sample string 12</PhysicalPostalCode>
  <PhysicalRegion>sample string 11</PhysicalRegion>
  <PrimaryPhone>sample string 3</PrimaryPhone>
  <StatusType>1</StatusType>
</MemberResourceIN>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "StatusType": 1,
  "MemberTypeId": 1,
  "PrimaryPhone": "sample string 3",
  "Email": "sample string 4",
  "FullTimeEmployeeCount": 1,
  "PartTimeEmployeeCount": 1,
  "PhysicalLine3": "sample string 5",
  "PhysicalLine4": "sample string 6",
  "PhysicalCountry": "sample string 7",
  "PhysicalLine2": "sample string 8",
  "PhysicalLine1": "sample string 9",
  "PhysicalCity": "sample string 10",
  "PhysicalRegion": "sample string 11",
  "PhysicalPostalCode": "sample string 12"
}

application/xml, text/xml

Sample:
<MemberResourceIN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroNet.WebAPI.Classes.Resources">
  <Email>sample string 4</Email>
  <FullTimeEmployeeCount>1</FullTimeEmployeeCount>
  <Id>1</Id>
  <MemberTypeId>1</MemberTypeId>
  <Name>sample string 2</Name>
  <PartTimeEmployeeCount>1</PartTimeEmployeeCount>
  <PhysicalCity>sample string 10</PhysicalCity>
  <PhysicalCountry>sample string 7</PhysicalCountry>
  <PhysicalLine1>sample string 9</PhysicalLine1>
  <PhysicalLine2>sample string 8</PhysicalLine2>
  <PhysicalLine3>sample string 5</PhysicalLine3>
  <PhysicalLine4>sample string 6</PhysicalLine4>
  <PhysicalPostalCode>sample string 12</PhysicalPostalCode>
  <PhysicalRegion>sample string 11</PhysicalRegion>
  <PrimaryPhone>sample string 3</PrimaryPhone>
  <StatusType>1</StatusType>
</MemberResourceIN>