POST api/Contact

Submit contact form using POST

Request Information

URI Parameters

None.

Body Parameters

ExternalContactFormDTO
NameDescriptionTypeAdditional information
nvcFirstName

string

None.

nvcLastName

string

None.

nvcEmailAddress

string

None.

nvcMobileNumber

string

None.

nvcMessageBody

string

None.

bitIsProperty

boolean

None.

bitIsDevelopment

boolean

None.

nvcPropertyWebRef

string

None.

intDevelopmentVersionId

integer

None.

bitIsAgent

boolean

None.

bitIsOffice

boolean

None.

intOfficeId

integer

None.

intAgentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "nvcFirstName": "sample string 1",
  "nvcLastName": "sample string 2",
  "nvcEmailAddress": "sample string 3",
  "nvcMobileNumber": "sample string 4",
  "nvcMessageBody": "sample string 5",
  "bitIsProperty": true,
  "bitIsDevelopment": true,
  "nvcPropertyWebRef": "sample string 6",
  "intDevelopmentVersionId": 1,
  "bitIsAgent": true,
  "bitIsOffice": true,
  "intOfficeId": 1,
  "intAgentId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.