POST 1.0/website/contacts/requests

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
Type

integer

Required

Notes

string

None.

BranchID

integer

Required

LastName

string

Required

FirstNames

string

Required

Title

string

Required

Email

string

Required

Telephone

string

Required

application/json, text/json

Sample:
{
  "type": 1,
  "notes": "sample string 2",
  "branchID": 3,
  "lastName": "sample string 4",
  "firstNames": "sample string 5",
  "title": "sample string 6",
  "email": "sample string 7",
  "telephone": "sample string 8"
}

application/xml, text/xml

Sample:
<Request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <BranchID>3</BranchID>
  <LastName>sample string 4</LastName>
  <FirstNames>sample string 5</FirstNames>
  <Title>sample string 6</Title>
  <Email>sample string 7</Email>
  <Telephone>sample string 8</Telephone>
  <Type>1</Type>
  <Notes>sample string 2</Notes>
</Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.