POST Member/SaveMemberOtherData

Request Information

URI Parameters

None.

Body Parameters

MemberOtherData
NameDescriptionTypeAdditional information
Id

integer

None.

PBEntityKey

integer

None.

OtherDataRecordId_G1050

integer

None.

OtherDataValueId

integer

None.

OtherDataDesc

string

None.

InEffect

date

None.

OutOfEffect

date

None.

MoneyValue

decimal number

Data type: Currency

WhoLastChanged

string

None.

TerminationDate

string

None.

WhenLastChanged

date

None.

LastChanged

string

None.

OriginalHash

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PBEntityKey": 2,
  "OtherDataRecordId_G1050": 3,
  "OtherDataValueId": 4,
  "OtherDataDesc": "sample string 5",
  "InEffect": "2025-01-09T13:47:05.1684043-06:00",
  "OutOfEffect": "2025-01-09T13:47:05.1684043-06:00",
  "MoneyValue": 7.0,
  "WhoLastChanged": "sample string 8",
  "TerminationDate": "01/08/2025",
  "WhenLastChanged": "2025-01-09T13:47:05.1684043-06:00",
  "LastChanged": "sample string 8 - 01/09/2025",
  "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>2025-01-09T13:47:05.1684043-06:00</InEffect>
  <MoneyValue>7</MoneyValue>
  <OtherDataDesc>sample string 5</OtherDataDesc>
  <OtherDataRecordId_G1050>3</OtherDataRecordId_G1050>
  <OtherDataValueId>4</OtherDataValueId>
  <OutOfEffect>2025-01-09T13:47:05.1684043-06:00</OutOfEffect>
  <PBEntityKey>2</PBEntityKey>
  <WhenLastChanged>2025-01-09T13:47:05.1684043-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 8</WhoLastChanged>
</MemberOtherData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.