POST api/HomePage/GetOrderInformation

Request Information

URI Parameters

None.

Body Parameters

Orders_Information
NameDescriptionTypeAdditional information
OrderNumber

string

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderNumber": "sample string 1",
  "EmailAddress": "sample string 2"
}

application/xml, text/xml

Sample:
<HomeModel.Orders_Information xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjoleeAPI.Models">
  <EmailAddress>sample string 2</EmailAddress>
  <OrderNumber>sample string 1</OrderNumber>
</HomeModel.Orders_Information>

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

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.