VRPlatformVRPlatform
Connections

/connections/pms-cutover/preview

Preview a PMS migration cutover

POST
/connections/pms-cutover/preview
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)$
Formatuuid
targetConnectionId*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)$
Formatuuid
cutoverAt*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/preview" \  -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
  }
}
{
  "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
}