GET api/tenantreferencing/vanmildert/order/{propertyLettingRoleId}/{iframeTargetName}
Get a html form element and hidden fields, which can then be submitted to an iframe Containing the references information for a new application
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyLettingRoleId |
The id of the property lettings role to retrieve results for. |
integer |
Required |
| 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 easy ordering 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"
}