POST v0/enquiry

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "EmailID": "sample string 4",
  "PhoneNo": "sample string 5",
  "CompanyName": "sample string 6",
  "SubjectName": "sample string 7",
  "Remark": "sample string 8"
}

application/xml, text/xml

Sample:
<Tbl_FakeInvoiceTrackerEnquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiFIT.Models">
  <CompanyName>sample string 6</CompanyName>
  <EmailID>sample string 4</EmailID>
  <FirstName>sample string 2</FirstName>
  <Id>1</Id>
  <LastName>sample string 3</LastName>
  <PhoneNo>sample string 5</PhoneNo>
  <Remark>sample string 8</Remark>
  <SubjectName>sample string 7</SubjectName>
</Tbl_FakeInvoiceTrackerEnquiry>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Tbl_FakeInvoiceTrackerEnquiry'.