update payment
This commit is contained in:
@@ -271,6 +271,18 @@ class ApiConstants {
|
||||
/// GET /payments/{paymentId}
|
||||
static const String getPaymentDetails = '/payments';
|
||||
|
||||
/// Get payment list (Frappe API)
|
||||
/// POST /api/method/building_material.building_material.api.payment.get_list
|
||||
/// Body: { "limit_start": 0, "limit_page_length": 0 }
|
||||
static const String getPaymentList =
|
||||
'/building_material.building_material.api.payment.get_list';
|
||||
|
||||
/// Get payment detail (Frappe API)
|
||||
/// POST /api/method/building_material.building_material.api.payment.get_detail
|
||||
/// Body: { "name": "ACC-PAY-2025-00020" }
|
||||
static const String getPaymentDetail =
|
||||
'/building_material.building_material.api.payment.get_detail';
|
||||
|
||||
// ============================================================================
|
||||
// Project Endpoints (Frappe ERPNext)
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user