POST Account/VerifyProvider
Request Information
URI Parameters
None.
Body Parameters
VerifyIdentityModelName | Description | Type | Additional information |
---|---|---|---|
AuthCode | string |
None. |
|
BirthDate | date |
None. |
|
SocialSecurityNumber | string |
None. |
|
TrackingCount | integer |
None. |
|
Lockout | boolean |
None. |
|
TrackingDate | date |
None. |
|
PBEntityKey | integer |
None. |
|
VerificationOption | VerificationOptions |
None. |
|
ip | string |
None. |
|
ErrorCode | integer |
None. |
|
ErrorMsg | string |
None. |
|
FedTaxId | string |
None. |
|
ProviderName | string |
None. |
|
ProviderPatientLastName | string |
None. |
|
ProviderPatientDOB | date |
None. |
|
ProviderDateOfService | date |
None. |
|
ProviderTotalCharge | decimal number |
None. |
|
PhoneNumber | string |
Data type: PhoneNumber |
|
ContactName | string |
None. |
|
LoginType | integer |
None. |
|
UserCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthCode": "sample string 1", "BirthDate": "2025-01-09T12:56:35.2874914-06:00", "SocialSecurityNumber": "sample string 2", "TrackingCount": 3, "Lockout": true, "TrackingDate": "2025-01-09T12:56:35.2874914-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": "2025-01-09T12:56:35.2874914-06:00", "ProviderDateOfService": "2025-01-09T12:56:35.2874914-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>2025-01-09T12:56:35.2874914-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>2025-01-09T12:56:35.2874914-06:00</ProviderDateOfService> <ProviderName>sample string 11</ProviderName> <ProviderPatientDOB>2025-01-09T12:56:35.2874914-06:00</ProviderPatientDOB> <ProviderPatientLastName>sample string 12</ProviderPatientLastName> <ProviderTotalCharge>13</ProviderTotalCharge> <SocialSecurityNumber>sample string 2</SocialSecurityNumber> <TrackingCount>3</TrackingCount> <TrackingDate>2025-01-09T12:56:35.2874914-06:00</TrackingDate> <UserCount>17</UserCount> <VerificationOption>LastFour</VerificationOption> <ip>sample string 7</ip> </VerifyIdentityModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.