POST api/tenantreferencing/register/vanmildert
Register agency with Van mildert, and all of their branches for the 7 day free trial. Processes this tenant referencing API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
VanMildertRegisteredDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Registered |
Indicates whether registered is true. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Registered": true
}