Skip to content

triggerReconciliation

POST
/api/administration/ledger/reconciliation/{yearMonth}
curl --request POST \
--url https://api.wink.travel/api/administration/ledger/reconciliation/example \
--header 'Wink-Version: 2.0'
yearMonth
required
string
Wink-Version
string
default: 2.0.0
Allowed values: 2.0

Created

Media type application/json
object
id

Document UUID

string
""
createdDate

Datetime this record was first created

string format: date-time
""
lastUpdate

Datetime this record was last updated

string format: date-time
""
version

Version property that shows how many times this document has been persisted. Document will not persist if the version property is less than current version property in the system. Result in an optimistic locking exception.

integer format: int64
""
yearMonth
string
status
string
Allowed values: CLEAN DISCREPANCIES_FOUND
matched
Array<object>
object
withdrawalId
string | null
revolutPaymentId
string
accountIdentifier
string | null
withdrawalAmount
number
currencyCode
string
completedAt
string | null format: date-time
ledgerOnly
Array<object>
object
withdrawalId
string | null
revolutPaymentId
string
accountIdentifier
string | null
withdrawalAmount
number
currencyCode
string
completedAt
string | null format: date-time
revolutOnly
Array<object>
object
withdrawalId
string | null
revolutPaymentId
string
accountIdentifier
string | null
withdrawalAmount
number
currencyCode
string
completedAt
string | null format: date-time
amountMismatches
Array<object>
object
withdrawalId
string
revolutPaymentId
string
withdrawalAmount
number
revolutAmount
number
currencyCode
string
totalPaidOut
number
generatedAt
string format: date-time
Example
{
"id": "",
"createdDate": "",
"lastUpdate": "",
"version": "",
"status": "CLEAN"
}

Bad Request

object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties
Example generated
{
"type": "https://example.com",
"title": "example",
"status": 1,
"detail": "example",
"instance": "https://example.com",
"properties": {
"additionalProperty": "example"
}
}

Unauthorized

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Forbidden

Media type */*
object
type
string format: uri
title
string
status
integer format: int32
detail
string
instance
string format: uri
properties
object
key
additional properties

Internal Server Error

object
Example generated
{}