POST EnrollmentMapping/SaveEmail
Request Information
URI Parameters
None.
Body Parameters
EnrollmentMappingEmail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Web_LoginEnrollmentStatusMappingKey | integer |
None. |
|
| CompanyPBEntityKey | integer |
None. |
|
| IsInherited | boolean |
None. |
|
| EmailSourceValueId | integer |
None. |
|
| EmailAddress | string |
None. |
|
| WhenLastChanged | date |
None. |
|
| WhoLastChanged | string |
None. |
|
| LoginTypeDesc | string |
None. |
|
| Current_WebEnrollmentFormStatusKey | integer |
None. |
|
| Next_WebEnrollmentFormStatusKey | integer |
None. |
|
| isApprovalStatus | integer |
None. |
|
| isRejectedStatus | integer |
None. |
|
| Current_WebEnrollmentFormStatusKeyDesc | string |
None. |
|
| Next_WebEnrollmentFormStatusKeyDesc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Web_LoginEnrollmentStatusMappingKey": 2,
"CompanyPBEntityKey": 3,
"IsInherited": true,
"EmailSourceValueId": 5,
"EmailAddress": "sample string 6",
"WhenLastChanged": "2025-11-02T17:19:33.581654-06:00",
"WhoLastChanged": "sample string 8",
"LoginTypeDesc": "sample string 9",
"Current_WebEnrollmentFormStatusKey": 10,
"Next_WebEnrollmentFormStatusKey": 11,
"isApprovalStatus": 12,
"isRejectedStatus": 13,
"Current_WebEnrollmentFormStatusKeyDesc": "sample string 14",
"Next_WebEnrollmentFormStatusKeyDesc": "sample string 15"
}
application/xml, text/xml
Sample:
<EnrollmentMappingEmail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models"> <CompanyPBEntityKey>3</CompanyPBEntityKey> <Current_WebEnrollmentFormStatusKey>10</Current_WebEnrollmentFormStatusKey> <Current_WebEnrollmentFormStatusKeyDesc>sample string 14</Current_WebEnrollmentFormStatusKeyDesc> <EmailAddress>sample string 6</EmailAddress> <EmailSourceValueId>5</EmailSourceValueId> <Id>1</Id> <IsInherited>true</IsInherited> <LoginTypeDesc>sample string 9</LoginTypeDesc> <Next_WebEnrollmentFormStatusKey>11</Next_WebEnrollmentFormStatusKey> <Next_WebEnrollmentFormStatusKeyDesc>sample string 15</Next_WebEnrollmentFormStatusKeyDesc> <Web_LoginEnrollmentStatusMappingKey>2</Web_LoginEnrollmentStatusMappingKey> <WhenLastChanged>2025-11-02T17:19:33.581654-06:00</WhenLastChanged> <WhoLastChanged>sample string 8</WhoLastChanged> <isApprovalStatus>12</isApprovalStatus> <isRejectedStatus>13</isRejectedStatus> </EnrollmentMappingEmail>
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.