| 207400 | partialPaymentMethod 11 requires isBatchDocument = true | partialPaymentMethod: 11 แต่ไม่ได้ระบุ isBatchDocument: true |
| 207400 | Batch document requires partialPaymentMethod = 11 | isBatchDocument: true แต่ไม่ได้ระบุ partialPaymentMethod: 11 |
| 207400 | Batch document must not contain documentReference | ระบุ documentReferences พร้อมกับ isBatchDocument: true — ต้องเป็น null หรือ [] |
| 207400 | Batch document must contain 1 item | isBatchDocument: true แต่จำนวนรายการใน items ไม่ใช่ 1 รายการ |
| 207400 | Batch item requires a valid documentId | documentId เป็น null, 0 หรือติดลบ |
| 207400 | Batch item documentType is invalid | documentType ไม่ใช่ 7 (ใบกำกับภาษี) |
| 207400 | Batch item requires partialAmount greater than 0 | partialAmount เป็น null, 0 หรือติดลบ |
| 207400 | Batch item partialAmount must match grandTotal | partialAmount ไม่เท่ากับ grandTotal |
| 207400 | creditType must be 3 for partial receipts | creditType ไม่ใช่ 3 เมื่อ isBatchDocument: true |
| 207400 | isBatchDocument must be true when items contain documentId | รายการใ น items มี documentId > 0 แต่ isBatchDocument ไม่ใช่ true |
| 207400 | isBatchDocument must be true when items contain partialAmount | รายการใน items มี partialAmount > 0 แต่ isBatchDocument ไม่ใช่ true |
| 207400 | Document with id {documentId} in items not found | ไม่พบ INV ในระบบ หรือ INV ถูกลบ |
| 207400 | Document with id {documentId} has invalid status for partial receipt creation | สถานะ INV ไม่ถูกต้อง — ต้องเป็น รอดำเนินการ (1), รอเก็บเงิน (3) หรือ แบ่งจ่าย (11) เท่านั้น |
| 207400 | Document with id {documentId} in items does not belong to current company | INV อยู่คนละบริษัทกับผู้เรียก API |
| 207400 | Document with id {documentId} creditType must be 1 or 5 | creditType ของ INV ไม่ใช่ 1 (ตามจำนวนวัน) หรือ 5 (ไม่แสดงวันที่) |
| 207400 | Document with id {documentId} has blocking references and cannot be used for partial receipt | INV มีเอกสารอ้างอิงประเภท CN, DN หรื อ BLC |
| 207400 | Document with id {documentId} already has a receipt reference and cannot be used for partial receipt | INV มีใบเสร็จรับเงินแบบปกติอ้างอิงอยู่ — อนุญาตเฉพาะใบเสร็จแบบแบ่งชำระเท่านั้น |
| 207400 | INV must not be a deposit document | INV เป็นเอกสารมัดจำ หรือมี reference ประเภทมัดจำ |
| 70003 | Total partial amount exceeded | partialAmount เกินยอดคงเหลือของ INV |
| 700220002 | Cannot void invoice with active partial receipts | ไม่สามารถยกเลิก (Void) INV ต้นทางได้ เนื่องจากยังมีใบเสร็จแบบแบ่งชำระที่ใช้งานอยู่ — ต้องยกเลิกใบเสร็จแบบแบ่งชำระทั้งหมดก่อน |