You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/openapi_v2.en.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8558,6 +8558,12 @@ components:
8558
8558
description: Documents related to the invoice.
8559
8559
items:
8560
8560
$ref: "#/components/schemas/RelatedDocument"
8561
+
payment_related_ids:
8562
+
type: array
8563
+
items:
8564
+
type: string
8565
+
description: If this invoice has a payment method PPD and type I, this field will have the related payment id of this invoice.
8566
+
default: []
8561
8567
currency:
8562
8568
type: string
8563
8569
example: MXN
@@ -9223,12 +9229,6 @@ components:
9223
9229
default: []
9224
9230
items:
9225
9231
$ref: "#/components/schemas/RelatedDocumentInput"
9226
-
payment_related_ids:
9227
-
type: array
9228
-
items:
9229
-
type: string
9230
-
description: This field will contain the ids of the invoices that were paid with this document, as long as they were created or imported to the same organization's Facturapi account.
0 commit comments