Connections
/connections/pms-cutover/apply
Apply a PMS migration cutover
Authorization
apiKey X-API-Key<token>
API key provided in dashboard
In: header
Request Body
application/json
sourceConnectionId*string
Match
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Format
uuidtargetConnectionId*string
Match
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Format
uuidcutoverAt*string
listingMappings?
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.vrplatform.app/connections/pms-cutover/apply" \ -H "Content-Type: application/json" \ -d '{ "sourceConnectionId": "e02b5166-1e2a-4df0-a351-cbd0cf15b802", "targetConnectionId": "21c8a0a8-bd78-403e-ab07-3410748fd536", "cutoverAt": "string" }'{
"cutoverAt": "string",
"revenueRecognition": "checkIn",
"sourceConnection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"accountingStartAt": "string",
"accountingEndAt": "string"
},
"targetConnection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"accountingStartAt": "string",
"accountingEndAt": "string"
},
"proposed": {
"sourceAccountingEndAt": "string",
"targetAccountingStartAt": "string"
},
"impactedReservations": {
"sourceCount": 0,
"targetCount": 0,
"refreshCount": 0,
"lockedCount": 0
},
"listingContinuity": {
"sourceCount": 0,
"targetCount": 0,
"alreadySharedCount": 0,
"mergeCount": 0,
"unmappedCount": 0,
"ambiguousCount": 0,
"targetReservationMoveCount": 0,
"targetTransactionLineMoveCount": 0,
"targetPaymentLineMoveCount": 0,
"lockedCount": 0
},
"applied": true,
"queuedReservationRefreshCount": 0,
"duplicateListingCleanup": {
"deletedCount": 0,
"blocked": [
{
"listingId": "8c73d933-f7ed-437e-9da1-caac95adc1ae",
"reasons": [
"string"
]
}
]
}
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}{
"code": "string",
"message": "string",
"issues": [
{
"message": "string"
}
],
"context": null
}