PUT api/PerformaInvoice/GetPIDocument/{ord_id}

Update การติ๊กหน้า Unble value และ Average # โจทำ

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ord_id

integer

Required

Body Parameters

v_PIDocument_UndleValue_Average
NameDescriptionTypeAdditional information
value

string

None.

Request Formats

application/json, text/json

Sample:
{
  "value": "sample string 1"
}

application/xml, text/xml

Sample:
<v_PIDocument_UndleValue_Average xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Planning_Department.Proforma_Invoce.View">
  <value>sample string 1</value>
</v_PIDocument_UndleValue_Average>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.