POST api/BankAccountVerification/BankVerificationEmail
Request Information
URI Parameters
None.
Body Parameters
SecretKeyDTOName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
AgencyId | integer |
None. |
|
SecretKey | string |
None. |
|
SecretKeyUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "AgencyId": 1, "SecretKey": "sample string 1", "SecretKeyUrl": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BankVerificationResponseForCADTOName | Description | Type | Additional information |
---|---|---|---|
password | string |
None. |
|
Request_guid | string |
None. |
|
UserName | string |
None. |
|
iframeUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "password": "sample string 1", "Request_guid": "sample string 2", "UserName": "sample string 3", "iframeUrl": "sample string 4" }