POST api/PerformaInvoice/SettingPicelist/{model}
Setting Picelist By model
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| model | string |
Required |
Body Parameters
m_PicelistModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.