POST Member/SaveEventDates
Request Information
URI Parameters
None.
Body Parameters
MemberEventDatesName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
PBEntityKey | integer |
None. |
|
EventGroup | integer |
None. |
|
EventGroupDesc | string |
None. |
|
EventGroupValueId | EventGroupType |
Required Range: inclusive between 1 and 2147483647 |
|
EventKey | integer |
None. |
|
ValueID | integer |
Required Range: inclusive between 1 and 2147483647 |
|
Description | string |
None. |
|
InEffect | date |
None. |
|
OutOfEffect | date |
None. |
|
TerminationDate | date |
None. |
|
WhoLastChanged | string |
None. |
|
WhenLastChanged | date |
None. |
|
LastChanged | string |
None. |
|
OriginalHash | integer |
None. |
Request 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": "2025-01-09T13:46:06.2308024-06:00", "OutOfEffect": "2025-01-09T13:46:06.2308024-06:00", "TerminationDate": "2025-01-09T13:46:06.2308024-06:00", "WhoLastChanged": "sample string 9", "WhenLastChanged": "2025-01-09T13:46:06.2308024-06:00", "LastChanged": "sample string 9 - 01/09/2025", "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>2025-01-09T13:46:06.2308024-06:00</InEffect> <OutOfEffect>2025-01-09T13:46:06.2308024-06:00</OutOfEffect> <PBEntityKey>2</PBEntityKey> <TerminationDate>2025-01-09T13:46:06.2308024-06:00</TerminationDate> <ValueID>6</ValueID> <WhenLastChanged>2025-01-09T13:46:06.2308024-06:00</WhenLastChanged> <WhoLastChanged>sample string 9</WhoLastChanged> </MemberEventDates>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.