File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12577,6 +12577,20 @@ paths:
1257712577 type: integer
1257812578 - $ref: "#/components/parameters/unitdp"
1257912579 - $ref: "#/components/parameters/pageSize"
12580+ - in: query
12581+ name: InvoiceNumbers
12582+ x-snake: invoice_numbers
12583+ description: Filter by a comma-separated list of InvoiceNumbers
12584+ style: form
12585+ explode: false
12586+ example: ""INV-001", "INV-002""
12587+ x-example-java: Arrays.asList("INV-001","INV-002")
12588+ x-example-php: ""INV-001", "INV-002""
12589+ x-example-csharp: new List<string>{"INV-001","INV-002"}
12590+ schema:
12591+ type: array
12592+ items:
12593+ type: string
1258012594 responses:
1258112595 "200":
1258212596 description: Success - return response of type Prepayments array for all Prepayment
@@ -12599,6 +12613,7 @@ paths:
1259912613 ID: ce0cddef-cf5a-4e59-b638-f225679115a7
1260012614 Type: RECEIVE-PREPAYMENT
1260112615 Reference: INV-0011
12616+ InvoiceNumber: INV-0011
1260212617 RemainingCredit: 3450.00
1260312618 Allocations: []
1260412619 Payments: []
@@ -12653,6 +12668,7 @@ paths:
1265312668 CurrencyRate: 1.000000
1265412669 Type: RECEIVE-PREPAYMENT
1265512670 Reference: INV-0011
12671+ InvoiceNumber: INV-0011
1265612672 RemainingCredit: 3449.00
1265712673 Allocations:
1265812674 - Amount: 1.00
@@ -23932,6 +23948,10 @@ components:
2393223948 description: Returns Invoice number field. Reference field isn't available.
2393323949 type: string
2393423950 readOnly: true
23951+ InvoiceNumber:
23952+ description: Returns Invoice number for prepayment receive document only.
23953+ type: string
23954+ readOnly: true
2393523955 UpdatedDateUTC:
2393623956 description: UTC timestamp of last update to the prepayment
2393723957 type: string
You can’t perform that action at this time.
0 commit comments