POST AdditionalInfo/InsertSaveAdditionalControlValueforInstant

Request Information

URI Parameters

None.

Body Parameters

Savaadditionalcontrolvalue
NameDescriptionTypeAdditional information
ShopId

integer

None.

CustomerId

integer

None.

OrderId

integer

None.

Itemlevel

integer

None.

Productcontroltext

string

None.

Productcontrolvalue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ShopId": 1,
  "CustomerId": 2,
  "OrderId": 3,
  "Itemlevel": 4,
  "Productcontroltext": "sample string 5",
  "Productcontrolvalue": "sample string 6"
}

application/xml, text/xml

Sample:
<Savaadditionalcontrolvalue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL.Additionalinfo">
  <CustomerId>2</CustomerId>
  <Itemlevel>4</Itemlevel>
  <OrderId>3</OrderId>
  <Productcontroltext>sample string 5</Productcontroltext>
  <Productcontrolvalue>sample string 6</Productcontrolvalue>
  <ShopId>1</ShopId>
</Savaadditionalcontrolvalue>

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

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.