PUT api/Quotation/UpdQuotation/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Quotation_Models| Name | Description | Type | Additional information |
|---|---|---|---|
| QuoHeader | QuoHeader |
None. |
|
| QuoDetail | Collection of QuoDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuoHeader": {
"Quo_id": 1,
"cust_id": 1,
"Quo_doc": "sample string 1",
"Quo_date": "2026-02-19T08:03:47.1869574+07:00",
"prom_id": 1,
"prom_discount": 1.0,
"Quo_balance": 1.0,
"Quo_vat": 1.0,
"Quo_discount": 1.0,
"Quo_total": 1.0,
"Quo_weight": 1.0,
"Quo_remark1": "sample string 3",
"Quo_remark2": "sample string 4",
"Quo_remark3": "sample string 5",
"emp_id": 1,
"emp_name_quo": "sample string 6"
},
"QuoDetail": [
{
"Quo_id": 1,
"good_id": 1,
"good_price": 1.0,
"good_qty": 1,
"good_discount": 1.0,
"has_spprice": 1,
"good_spdiscount": 1.0,
"good_total": 1.0,
"Quo_taglist": "sample string 1",
"good_discount_flag": 1,
"good_unit_id": 1
},
{
"Quo_id": 1,
"good_id": 1,
"good_price": 1.0,
"good_qty": 1,
"good_discount": 1.0,
"has_spprice": 1,
"good_spdiscount": 1.0,
"good_total": 1.0,
"Quo_taglist": "sample string 1",
"good_discount_flag": 1,
"good_unit_id": 1
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.