curl --location '/api/v1/core/documents/adjustment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"referenceDocumentId": "11111111-1111-1111-1111-111111111111",
"referenceDocumentNo": "INV-2026-0001",
"referenceDocumentDate": "2026-06-10",
"referenceDocumentTypeCode": "388",
"documentType": "81",
"templateNo": "INV-7QX2K9",
"purposeCode": "CDAB",
"purposeText": "ลดราคาสินค้า",
"items": [
{
"lineId": 1,
"productName": "บริการที่ปรึกษา",
"quantity": 2,
"correctedQuantity": 2,
"unit": "ครั้ง",
"originalUnitPrice": 1000,
"correctedUnitPrice": 900,
"vatRate": 7,
"vatTypeCode": "VAT"
}
]
}'