POST Member/SaveAffiliation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyPBEntityKey": 1,
  "CompanyName": "sample string 2",
  "PBAffiliationKey": 3,
  "ParentPBEntityKey": 4,
  "ChildPBEntityKey": 5,
  "ChildName": "sample string 6",
  "ParentName": "sample string 7",
  "ResetWaitingPeriod": true,
  "IsActive": true,
  "InEffect": "2026-02-03T19:31:30.1768285-06:00",
  "OutOfEffect": "2026-02-03T19:31:30.1768285-06:00",
  "WhoLastChanged": "sample string 11",
  "WhenLastChanged": "2026-02-03T19:31:30.1768285-06:00",
  "TerminationDate": "2026-02-03T19:31:30.1768285-06:00",
  "EarliestAffiliationDate": "2026-02-03T19:31:30.1768285-06:00",
  "NewHireEligible": true,
  "NewHireLifeEventId": 14,
  "IsPending": true,
  "LastChanged": "sample string 11 - 02/03/2026",
  "HIPAADescription": "sample string 16",
  "OriginalHash": 17
}

application/xml, text/xml

Sample:
<Affiliation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <OriginalHash>17</OriginalHash>
  <ChildName>sample string 6</ChildName>
  <ChildPBEntityKey>5</ChildPBEntityKey>
  <CompanyName>sample string 2</CompanyName>
  <CompanyPBEntityKey>1</CompanyPBEntityKey>
  <EarliestAffiliationDate>2026-02-03T19:31:30.1768285-06:00</EarliestAffiliationDate>
  <HIPAADescription>sample string 16</HIPAADescription>
  <InEffect>2026-02-03T19:31:30.1768285-06:00</InEffect>
  <IsActive>true</IsActive>
  <IsPending>true</IsPending>
  <NewHireEligible>true</NewHireEligible>
  <NewHireLifeEventId>14</NewHireLifeEventId>
  <OutOfEffect>2026-02-03T19:31:30.1768285-06:00</OutOfEffect>
  <PBAffiliationKey>3</PBAffiliationKey>
  <ParentName>sample string 7</ParentName>
  <ParentPBEntityKey>4</ParentPBEntityKey>
  <ResetWaitingPeriod>true</ResetWaitingPeriod>
  <TerminationDate>2026-02-03T19:31:30.1768285-06:00</TerminationDate>
  <WhenLastChanged>2026-02-03T19:31:30.1768285-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 11</WhoLastChanged>
</Affiliation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.