POST Account/Verify
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:
{
"AuthCode": "sample string 1",
"BirthDate": "2026-02-03T19:33:24.3759957-06:00",
"SocialSecurityNumber": "sample string 2",
"TrackingCount": 3,
"Lockout": true,
"TrackingDate": "2026-02-03T19:33:24.3759957-06:00",
"PBEntityKey": 6,
"VerificationOption": 1,
"ip": "sample string 7",
"ErrorCode": 8,
"ErrorMsg": "sample string 9",
"FedTaxId": "sample string 10",
"ProviderName": "sample string 11",
"ProviderPatientLastName": "sample string 12",
"ProviderPatientDOB": "2026-02-03T19:33:24.3759957-06:00",
"ProviderDateOfService": "2026-02-03T19:33:24.3759957-06:00",
"ProviderTotalCharge": 13.0,
"PhoneNumber": "sample string 14",
"ContactName": "sample string 15",
"LoginType": 16,
"UserCount": 17
}
application/xml, text/xml
Sample:
<VerifyIdentityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models"> <AuthCode>sample string 1</AuthCode> <BirthDate>2026-02-03T19:33:24.3759957-06:00</BirthDate> <ContactName>sample string 15</ContactName> <ErrorCode>8</ErrorCode> <ErrorMsg>sample string 9</ErrorMsg> <FedTaxId>sample string 10</FedTaxId> <Lockout>true</Lockout> <LoginType>16</LoginType> <PBEntityKey>6</PBEntityKey> <PhoneNumber>sample string 14</PhoneNumber> <ProviderDateOfService>2026-02-03T19:33:24.3759957-06:00</ProviderDateOfService> <ProviderName>sample string 11</ProviderName> <ProviderPatientDOB>2026-02-03T19:33:24.3759957-06:00</ProviderPatientDOB> <ProviderPatientLastName>sample string 12</ProviderPatientLastName> <ProviderTotalCharge>13</ProviderTotalCharge> <SocialSecurityNumber>sample string 2</SocialSecurityNumber> <TrackingCount>3</TrackingCount> <TrackingDate>2026-02-03T19:33:24.3759957-06:00</TrackingDate> <UserCount>17</UserCount> <VerificationOption>LastFour</VerificationOption> <ip>sample string 7</ip> </VerifyIdentityModel>
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.