POST api/data/postdata

Request Information

URI Parameters

None.

Body Parameters

leadData
NameDescriptionTypeAdditional information
Customer_Id

string

None.

Order_Id

string

None.

Name

string

None.

Dob

string

None.

Email

string

None.

Gender

string

None.

Service_Name

string

None.

Service_Charge

decimal number

None.

Mobile

string

None.

Payment

string

None.

Created_At

date

None.

Birth_Address

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Customer_Id": "sample string 1",
  "Order_Id": "sample string 2",
  "Name": "sample string 3",
  "Dob": "sample string 4",
  "Email": "sample string 5",
  "Gender": "sample string 6",
  "Service_Name": "sample string 7",
  "Service_Charge": 8.0,
  "Mobile": "sample string 9",
  "Payment": "sample string 10",
  "Created_At": "2026-05-20T09:22:11.5838549+05:30",
  "Birth_Address": "sample string 12"
}

application/xml, text/xml

Sample:
<leadData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhatsAppApi.Controllers">
  <Birth_Address>sample string 12</Birth_Address>
  <Created_At>2026-05-20T09:22:11.5838549+05:30</Created_At>
  <Customer_Id>sample string 1</Customer_Id>
  <Dob>sample string 4</Dob>
  <Email>sample string 5</Email>
  <Gender>sample string 6</Gender>
  <Mobile>sample string 9</Mobile>
  <Name>sample string 3</Name>
  <Order_Id>sample string 2</Order_Id>
  <Payment>sample string 10</Payment>
  <Service_Charge>8</Service_Charge>
  <Service_Name>sample string 7</Service_Name>
</leadData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.