POST api/PerformaInvoice/SettingPicelist/{model}

Setting Picelist By model

Request Information

URI Parameters

NameDescriptionTypeAdditional information
model

string

Required

Body Parameters

m_PicelistModel
NameDescriptionTypeAdditional information
StandardPrice

boolean

Required

Price

decimal number

Required

Size

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StandardPrice": true,
  "Price": 2.0,
  "Size": "sample string 3"
}

application/xml, text/xml

Sample:
<m_PicelistModel 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>2</Price>
  <Size>sample string 3</Size>
  <StandardPrice>true</StandardPrice>
</m_PicelistModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.