POST Member/SaveEventDates

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:
{
  "Id": 1,
  "PBEntityKey": 2,
  "EventGroup": 3,
  "EventGroupDesc": "sample string 4",
  "EventGroupValueId": 0,
  "EventKey": 5,
  "ValueID": 6,
  "Description": "sample string 7",
  "InEffect": "2026-02-03T19:30:04.8633824-06:00",
  "OutOfEffect": "2026-02-03T19:30:04.8633824-06:00",
  "TerminationDate": "2026-02-03T19:30:04.8633824-06:00",
  "WhoLastChanged": "sample string 9",
  "WhenLastChanged": "2026-02-03T19:30:04.8633824-06:00",
  "LastChanged": "sample string 9 - 02/03/2026",
  "OriginalHash": 11
}

application/xml, text/xml

Sample:
<MemberEventDates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <OriginalHash>11</OriginalHash>
  <Description>sample string 7</Description>
  <EventGroup>3</EventGroup>
  <EventGroupDesc>sample string 4</EventGroupDesc>
  <EventGroupValueId>Undefined</EventGroupValueId>
  <EventKey>5</EventKey>
  <Id>1</Id>
  <InEffect>2026-02-03T19:30:04.8633824-06:00</InEffect>
  <OutOfEffect>2026-02-03T19:30:04.8633824-06:00</OutOfEffect>
  <PBEntityKey>2</PBEntityKey>
  <TerminationDate>2026-02-03T19:30:04.8633824-06:00</TerminationDate>
  <ValueID>6</ValueID>
  <WhenLastChanged>2026-02-03T19:30:04.8633824-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 9</WhoLastChanged>
</MemberEventDates>

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.