POST Product/InsertIntoOrderTempNew

Request Information

URI Parameters

None.

Body Parameters

OrderdtlNew
NameDescriptionTypeAdditional information
SelectedListId

integer

None.

ShopName

string

None.

CurrencyCode

string

None.

Locale

string

None.

ShipmentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SelectedListId": 1,
  "ShopName": "sample string 2",
  "CurrencyCode": "sample string 3",
  "Locale": "sample string 4",
  "ShipmentId": 5
}

application/xml, text/xml

Sample:
<OrderdtlNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL">
  <CurrencyCode>sample string 3</CurrencyCode>
  <Locale>sample string 4</Locale>
  <SelectedListId>1</SelectedListId>
  <ShipmentId>5</ShipmentId>
  <ShopName>sample string 2</ShopName>
</OrderdtlNew>

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

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.