POST BovApi/InitializeVerificationApplication
Initialize Verification Application
Request Information
URI Parameters
None.
Body Parameters
InitializeVerificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| fkApiUserName | string |
None. |
|
| RiskLevel | string |
Required Max length: 10 |
|
| FEIN | string |
Required Matching regular expression pattern: ^[0-9]*$ Min length: 9 |
|
| BusinessName | string |
Required Max length: 100 |
|
| ContactName | string |
Required Max length: 50 |
|
| ContactEmail | string |
Required Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$ Max length: 50 |
|
| CertifyContactName | string |
Max length: 50 |
|
| CertifyContactEmail | string |
Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$ Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"fkApiUserName": "sample string 1",
"RiskLevel": "sample string 2",
"FEIN": "sample string 3",
"BusinessName": "sample string 4",
"ContactName": "sample string 5",
"ContactEmail": "sample string 6",
"CertifyContactName": "sample string 7",
"CertifyContactEmail": "sample string 8"
}
application/xml, text/xml
Sample:
<InitializeVerificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.Giact.com"> <BusinessName>sample string 4</BusinessName> <CertifyContactEmail>sample string 8</CertifyContactEmail> <CertifyContactName>sample string 7</CertifyContactName> <ContactEmail>sample string 6</ContactEmail> <ContactName>sample string 5</ContactName> <FEIN>sample string 3</FEIN> <RiskLevel>sample string 2</RiskLevel> <fkApiUserName>sample string 1</fkApiUserName> </InitializeVerificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |