POST api/Support/SendContactInformation
Documentation for 'SendContactInformation'.
Request Information
Parameters
Name | Description | Additional 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": "2023-03-23T22:40:53.9591541+01:00", "createdUser": "sample string 7", "modifiedDate": "2023-03-23T22:40:53.9591541+01:00", "modifiedUser": "sample string 8", "getStatus": " Id=9 | sample string 7 23.03.2023 22:40:53 | sample string 8 23.03.2023 22:40:53 |", "id": 9 }
application/xml, text/xml
Sample:
<ContactLogVM xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Id>9</Id> <CreatedDate>2023-03-23T22:40:53.9591541+01:00</CreatedDate> <CreatedUser>sample string 7</CreatedUser> <ModifiedDate>2023-03-23T22:40:53.9591541+01: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.