Skip to main content
POST
/
api
/
v1
/
migration
/
updateMigrationStatus
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Migration/api/v1/migration/updateMigrationStatus \
  --header 'Content-Type: application/json' \
  --data '{
  "Context": {
    "CorrelationId": "<string>",
    "UserId": "<string>",
    "Pads4UserId": "<string>",
    "Domain": "<string>",
    "Claims": [
      {
        "Type": "<string>",
        "Value": "<string>"
      }
    ],
    "SecondaryIdentities": [
      "<string>"
    ],
    "ImpersonationId": "<string>"
  },
  "Updates": [
    {
      "MigrationRunId": "<string>",
      "Origin": "<string>",
      "LogLines": [
        {
          "Type": "<string>",
          "Message": "<string>",
          "Level": "<string>",
          "Timestamp": "2023-11-07T05:31:56Z"
        }
      ],
      "ProgressUpdates": [
        {
          "Id": "<string>",
          "PercentComplete": 123,
          "Header": "<string>",
          "Message": "<string>",
          "Timestamp": "2023-11-07T05:31:56Z"
        }
      ],
      "ReportLines": [
        {
          "Type": "<string>",
          "Section": "<string>",
          "Message": "<string>",
          "Level": "<string>",
          "Timestamp": "2023-11-07T05:31:56Z"
        }
      ]
    }
  ]
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
Updates
object[] | null
Context
object

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null