POST enquiry/AddEnquiry
Request Information
URI Parameters
None.
Body Parameters
iAddOrUpdateEnquiryName | Description | Type | Additional information |
---|---|---|---|
serialNumberID | globally unique identifier |
None. |
|
name | string |
None. |
|
phone | string |
None. |
|
companyName | string |
None. |
|
string |
None. |
||
message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "serialNumberID": "f62f1c85-1b75-4820-bfef-b4ec90230415", "name": "sample string 2", "phone": "sample string 3", "companyName": "sample string 4", "email": "sample string 5", "message": "sample string 6" }
application/xml, text/xml
Sample:
<iAddOrUpdateEnquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <companyName>sample string 4</companyName> <email>sample string 5</email> <message>sample string 6</message> <name>sample string 2</name> <phone>sample string 3</phone> <serialNumberID>f62f1c85-1b75-4820-bfef-b4ec90230415</serialNumberID> </iAddOrUpdateEnquiry>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
oResultName | Description | Type | Additional information |
---|---|---|---|
StatusCode | boolean |
None. |
|
Message | string |
None. |
|
Lang | string |
None. |
|
Records | Collection of Object |
None. |
|
ListingData1 | Collection of Object |
None. |
|
ListingData2 | Collection of Object |
None. |
|
ListingData3 | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": true, "Message": "sample string 2", "Lang": "sample string 3", "Records": [ {}, {} ], "ListingData1": [ {}, {} ], "ListingData2": [ {}, {} ], "ListingData3": [ {}, {} ] }
application/xml, text/xml
Sample:
<oResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WNTY_DAT.Model"> <Lang>sample string 3</Lang> <ListingData1 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </ListingData1> <ListingData2 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </ListingData2> <ListingData3 xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </ListingData3> <Message>sample string 2</Message> <Records xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:anyType /> <d2p1:anyType /> </Records> <StatusCode>true</StatusCode> </oResult>