POST EnrollmentMapping/SaveEmail
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": 1,
"Web_LoginEnrollmentStatusMappingKey": 2,
"CompanyPBEntityKey": 3,
"IsInherited": true,
"EmailSourceValueId": 5,
"EmailAddress": "sample string 6",
"WhenLastChanged": "2026-02-03T19:31:07.9479977-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>2026-02-03T19:31:07.9479977-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
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.