PUT api/PerformaInvoice/GetPIDocument/{ord_id}
Update การติ๊กหน้า Unble value และ Average # โจทำ
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ord_id | integer |
Required |
Body Parameters
v_PIDocument_UndleValue_Average| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.