POST Member/SaveMemberOtherData

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,
  "OtherDataRecordId_G1050": 3,
  "OtherDataValueId": 4,
  "OtherDataDesc": "sample string 5",
  "InEffect": "2026-02-03T19:33:24.5616597-06:00",
  "OutOfEffect": "2026-02-03T19:33:24.5616597-06:00",
  "MoneyValue": 7.0,
  "WhoLastChanged": "sample string 8",
  "TerminationDate": "02/02/2026",
  "WhenLastChanged": "2026-02-03T19:33:24.5616597-06:00",
  "LastChanged": "sample string 8 - 02/03/2026",
  "OriginalHash": 10
}

application/xml, text/xml

Sample:
<MemberOtherData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <OriginalHash>10</OriginalHash>
  <Id>1</Id>
  <InEffect>2026-02-03T19:33:24.5616597-06:00</InEffect>
  <MoneyValue>7</MoneyValue>
  <OtherDataDesc>sample string 5</OtherDataDesc>
  <OtherDataRecordId_G1050>3</OtherDataRecordId_G1050>
  <OtherDataValueId>4</OtherDataValueId>
  <OutOfEffect>2026-02-03T19:33:24.5616597-06:00</OutOfEffect>
  <PBEntityKey>2</PBEntityKey>
  <WhenLastChanged>2026-02-03T19:33:24.5616597-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 8</WhoLastChanged>
</MemberOtherData>

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.