update_quotation
Update an existing quotation with new details and replace its item list to reflect changes in customer requirements or pricing.
Instructions
Update manage quotation yang sudah ada (termasuk replace daftar item-nya).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Manage Quotation UUID | |
| star | No | Rating bintang, contoh '5' | |
| status | No | submit | |
| company | No | ||
| island_id | No | ID pulau/wilayah pengiriman | |
| project_id | No | ||
| customer_id | No | ID customer (wajib) | |
| employee_id | No | ID sales employee (wajib) | |
| quotation_for | No | Nama customer/tujuan quotation | |
| bank_account_id | No | ||
| term_content_id | No | Referensi ke term_content (opsional, hanya acuan) | |
| include_msf_page | No | ||
| bank_account_name | No | Nama pemilik rekening | |
| bank_account_number | No | ||
| manage_quotation_ppn | No | Nominal PPN | |
| manage_quotation_date | No | Tanggal quotation, format YYYY-MM-DD | |
| bank_account_bank_name | No | ||
| manage_quotation_items | No | Daftar item/produk dalam quotation | |
| manage_quotation_other | No | Biaya lain-lain | |
| term_content_directory | No | Konten JSON term & condition yang akan disimpan (object atau string JSON), misal { title, items: [...] } | |
| include_aftersales_page | No | ||
| manage_quotation_franco | No | ||
| manage_quotation_lead_time | No | ||
| manage_quotation_valid_date | No | Tanggal berlaku sampai, format YYYY-MM-DD | |
| manage_quotation_description | No | ||
| manage_quotation_grand_total | No | Total akhir | |
| manage_quotation_delivery_fee | No | Biaya kirim | |
| manage_quotation_mutation_type | No | Jenis mutasi | |
| manage_quotation_shipping_term | No | ||
| manage_quotation_payment_nominal | No | Nominal pembayaran/DP | |
| manage_quotation_mutation_nominal | No | ||
| manage_quotation_grand_total_before | No | Total sebelum mutasi | |
| manage_quotation_payment_presentase | No | Persentase pembayaran/DP |