POST api/Support/SendContactInformation

Documentation for 'SendContactInformation'.

Request Information

Parameters

NameDescriptionAdditional information
contactLog
Documentation for 'contactLog'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "email": "sample string 2",
  "phone": "sample string 3",
  "message": "sample string 4",
  "capEncryptedKey": "sample string 5",
  "securityCode": "sample string 6",
  "createdDate": "2024-05-08T08:01:50.638421+02:00",
  "createdUser": "sample string 7",
  "modifiedDate": "2024-05-08T08:01:50.638421+02:00",
  "modifiedUser": "sample string 8",
  "getStatus": " Id=9 | sample string 7 08.05.2024 08:01:50 | sample string 8 08.05.2024 08:01:50 |",
  "id": 9
}

application/xml, text/xml

Sample:
<ContactLogVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>9</Id>
  <CreatedDate>2024-05-08T08:01:50.638421+02:00</CreatedDate>
  <CreatedUser>sample string 7</CreatedUser>
  <ModifiedDate>2024-05-08T08:01:50.638421+02:00</ModifiedDate>
  <ModifiedUser>sample string 8</ModifiedUser>
  <Name>sample string 1</Name>
  <Email>sample string 2</Email>
  <Phone>sample string 3</Phone>
  <Message>sample string 4</Message>
  <CapEncryptedKey>sample string 5</CapEncryptedKey>
  <SecurityCode>sample string 6</SecurityCode>
</ContactLogVM>

application/x-www-form-urlencoded

Sample:

Sample not available.