POST api/Customer/CustomerSpeaks

Request Information

URI Parameters

None.

Body Parameters

CustomerSpeaks
NameDescriptionTypeAdditional information
Condition

string

None.

Sno

integer

None.

Custid

string

None.

CustomerName

string

None.

Imgurl

string

None.

CustComments

string

None.

SourceUrl

string

None.

Status

integer

None.

LoginId

string

None.

SourceFrom

string

None.

Email

string

None.

MobileNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Condition": "sample string 1",
  "Sno": 2,
  "Custid": "sample string 3",
  "CustomerName": "sample string 4",
  "Imgurl": "sample string 5",
  "CustComments": "sample string 6",
  "SourceUrl": "sample string 7",
  "Status": 8,
  "LoginId": "sample string 9",
  "SourceFrom": "sample string 10",
  "Email": "sample string 11",
  "MobileNo": "sample string 12"
}

application/xml, text/xml

Sample:
<CustomerSpeaks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL">
  <Condition>sample string 1</Condition>
  <CustComments>sample string 6</CustComments>
  <Custid>sample string 3</Custid>
  <CustomerName>sample string 4</CustomerName>
  <Email>sample string 11</Email>
  <Imgurl>sample string 5</Imgurl>
  <LoginId>sample string 9</LoginId>
  <MobileNo>sample string 12</MobileNo>
  <Sno>2</Sno>
  <SourceFrom>sample string 10</SourceFrom>
  <SourceUrl>sample string 7</SourceUrl>
  <Status>8</Status>
</CustomerSpeaks>

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 'CustomerSpeaks'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.