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 Processes this tenant referencing API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Registration

The registration value.

VanMildertRegistrationDataContract

None.

VmForm

The vm form value.

string

None.

ErrorInformation

The error information value.

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"
}