File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12575,6 +12575,20 @@ paths:
1257512575 example: 1
1257612576 schema:
1257712577 type: integer
12578+ - in: query
12579+ name: InvoiceNumbers
12580+ x-snake: invoicenumbers
12581+ description: Filter by a comma-separated list of InvoiceNumbers
12582+ style: form
12583+ explode: false
12584+ example: ""InvoiceNum1", "InvoiceNum2""
12585+ x-example-java: Arrays.asList("InvoiceNum1","InvoiceNum2")
12586+ x-example-php: ""InvoiceNum1", "InvoiceNum2""
12587+ x-example-csharp: new List<string>{"InvoiceNum1","InvoiceNum2"}
12588+ schema:
12589+ type: array
12590+ items:
12591+ type: string
1257812592 - $ref: "#/components/parameters/unitdp"
1257912593 - $ref: "#/components/parameters/pageSize"
1258012594 responses:
@@ -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