OVPAY-2547 - Added 'paymentMethod' to transactionItem.
This commit is contained in:
parent
3f090c76b6
commit
ca784314ec
@ -46,6 +46,7 @@ paths:
|
||||
- occurredOn
|
||||
- type
|
||||
- articleNumber
|
||||
- paymentMethod
|
||||
- status
|
||||
- aggregationReference
|
||||
- accountingSystemReference
|
||||
@ -76,6 +77,7 @@ paths:
|
||||
- occurredOn
|
||||
- type
|
||||
- articleNumber
|
||||
- paymentMethod
|
||||
- status
|
||||
- aggregationReference
|
||||
- accountingSystemReference
|
||||
@ -115,6 +117,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4031"
|
||||
paymentMethod: iDEAL
|
||||
status: created
|
||||
aggregationReference: null
|
||||
accountingSystemReference: null
|
||||
@ -134,6 +137,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4051"
|
||||
paymentMethod: iDEAL
|
||||
status: failed
|
||||
aggregationReference: null
|
||||
accountingSystemReference: null
|
||||
@ -153,6 +157,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4051"
|
||||
paymentMethod: iDEAL
|
||||
status: returned to src
|
||||
aggregationReference: FIKO-171f40609e
|
||||
accountingSystemReference: null
|
||||
@ -172,6 +177,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4051"
|
||||
paymentMethod: iDEAL
|
||||
status: returned to trx-db
|
||||
aggregationReference: null
|
||||
accountingSystemReference: null
|
||||
@ -191,6 +197,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4051"
|
||||
paymentMethod: iDEAL
|
||||
status: re-entered
|
||||
aggregationReference: null
|
||||
accountingSystemReference: null
|
||||
@ -210,6 +217,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "1737"
|
||||
paymentMethod: iDEAL
|
||||
status: succeeded
|
||||
aggregationReference: FIKO-6a4fca8cd6
|
||||
accountingSystemReference: U4F-123456
|
||||
@ -248,6 +256,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4031"
|
||||
paymentMethod: iDEAL
|
||||
Add multiple transaction items:
|
||||
summary: Add multiple transaction items
|
||||
description: Add multiple transaction items of type sales.
|
||||
@ -266,6 +275,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4031"
|
||||
paymentMethod: iDEAL
|
||||
- transactionType: sales
|
||||
sourceName: HTM-website
|
||||
transactionId: "1001237"
|
||||
@ -279,6 +289,7 @@ paths:
|
||||
occurredOn: 2024-10-04T00:00:00Z
|
||||
type: debit
|
||||
articleNumber: "4031"
|
||||
paymentMethod: iDEAL
|
||||
responses:
|
||||
"202":
|
||||
description: Accepted
|
||||
@ -3284,6 +3295,10 @@ components:
|
||||
type: string
|
||||
nullable: true
|
||||
example: "4031"
|
||||
paymentMethod:
|
||||
type: string
|
||||
nullable: true
|
||||
example: iDEAL
|
||||
status:
|
||||
type: string
|
||||
enum:
|
||||
@ -3375,6 +3390,10 @@ components:
|
||||
type: string
|
||||
nullable: true
|
||||
example: "4031"
|
||||
paymentMethod:
|
||||
type: string
|
||||
nullable: true
|
||||
example: iDEAL
|
||||
required:
|
||||
- sourceName
|
||||
- transactionType
|
||||
@ -3458,46 +3477,6 @@ components:
|
||||
TransactionItemsPatchRequestBody:
|
||||
type: object
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
nullable: true
|
||||
example: HTM Maandkorting 20%
|
||||
quantity:
|
||||
type: integer
|
||||
nullable: true
|
||||
example: 1
|
||||
taxCode:
|
||||
type: string
|
||||
nullable: true
|
||||
example: V21
|
||||
amountExclTax:
|
||||
type: integer
|
||||
nullable: true
|
||||
example: 100
|
||||
amountInclTax:
|
||||
type: integer
|
||||
nullable: true
|
||||
example: 121
|
||||
amountTax:
|
||||
type: integer
|
||||
nullable: true
|
||||
example: 21
|
||||
occurredOn:
|
||||
type: string
|
||||
nullable: true
|
||||
format: date-time
|
||||
example: 2024-10-04T00:00:00Z
|
||||
type:
|
||||
type: string
|
||||
nullable: true
|
||||
enum:
|
||||
- debit
|
||||
- credit
|
||||
example: debit
|
||||
articleNumber:
|
||||
type: string
|
||||
nullable: true
|
||||
example: 4031
|
||||
status:
|
||||
type: string
|
||||
enum:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user