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