POST Product/InsertIntoOrderTemp
Request Information
URI Parameters
None.
Body Parameters
Orderdtl| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectedListId | integer |
None. |
|
| ShopId | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| LocaleId | integer |
None. |
|
| ShipmentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelectedListId": 1,
"ShopId": 2,
"CurrencyId": 3,
"LocaleId": 4,
"ShipmentId": 5
}
application/xml, text/xml
Sample:
<Orderdtl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <CurrencyId>3</CurrencyId> <LocaleId>4</LocaleId> <SelectedListId>1</SelectedListId> <ShipmentId>5</ShipmentId> <ShopId>2</ShopId> </Orderdtl>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |