POST api/PerformaInvoice/CreateAddCost
Request Information
URI Parameters
None.
Body Parameters
md_Add_Cost| Name | Description | Type | Additional information |
|---|---|---|---|
| ord_id | integer |
Required |
|
| price | decimal number |
Required |
|
| cost_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ord_id": 1,
"price": 2.0,
"cost_name": "sample string 3"
}
application/xml, text/xml
Sample:
<md_Add_Cost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce"> <cost_name>sample string 3</cost_name> <ord_id>1</ord_id> <price>2</price> </md_Add_Cost>
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.