GET api/tenantreferencing/vanmildert/tracking/{iframeTargetName}
Get a html form element and hidden fields, which can then be submitted to an iframe for the tracking page Containing the references information for a new application
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iframeTargetName |
The target name of the iframe to which this form will be submitted |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A form containing as much information as is possible to enable tracking from van mildert
VanMildertFormDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Registration | VanMildertRegistrationDataContract |
None. |
|
| VmForm | string |
None. |
|
| ErrorInformation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Registration": {
"User": "sample string 1",
"EmailAddress": "sample string 2",
"HeadOffice": {
"Name": "sample string 1",
"Telephone": "sample string 2",
"EmailAddress": "sample string 3"
},
"Branches": [
{
"Name": "sample string 1",
"Telephone": "sample string 2",
"EmailAddress": "sample string 3"
},
{
"Name": "sample string 1",
"Telephone": "sample string 2",
"EmailAddress": "sample string 3"
}
]
},
"VmForm": "sample string 1",
"ErrorInformation": "sample string 2"
}