POST api/CustomerInfo

Request Information

URI Parameters

None.

Body Parameters

customerinfo
NameDescriptionTypeAdditional information
sitenumber

string

None.

contactper

string

None.

contactnumber

string

None.

specialday

string

None.

specialdd

string

None.

geox

string

None.

geoy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sitenumber": "sample string 1",
  "contactper": "sample string 2",
  "contactnumber": "sample string 3",
  "specialday": "sample string 4",
  "specialdd": "sample string 5",
  "geox": "sample string 6",
  "geoy": "sample string 7"
}

application/xml, text/xml

Sample:
<customerinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPIDEMO">
  <contactnumber>sample string 3</contactnumber>
  <contactper>sample string 2</contactper>
  <geox>sample string 6</geox>
  <geoy>sample string 7</geoy>
  <sitenumber>sample string 1</sitenumber>
  <specialday>sample string 4</specialday>
  <specialdd>sample string 5</specialdd>
</customerinfo>

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

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.