POST api/PerformaInvoice/SettingPicelist

Setting Picelist

Request Information

URI Parameters

None.

Body Parameters

m_Picelist
NameDescriptionTypeAdditional information
Sex

string

Required

StandardPrice

boolean

Required

Price

decimal number

Required

Size

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Sex": "sample string 1",
  "StandardPrice": true,
  "Price": 3.0,
  "Size": "sample string 4"
}

application/xml, text/xml

Sample:
<m_Picelist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce">
  <Price>3</Price>
  <Sex>sample string 1</Sex>
  <Size>sample string 4</Size>
  <StandardPrice>true</StandardPrice>
</m_Picelist>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.