POST api/StMigrationJob/CreateMigrationJob

Request Information

URI Parameters

None.

Body Parameters

StMigrationJobDto
NameDescriptionTypeAdditional information
Id

integer

None.

Deleted

boolean

None.

Client

ListItemDto

None.

StartTime

date

None.

EndTime

date

None.

ReportOnly

boolean

None.

CreatedUser

ListItemDto

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "id": 1,
  "deleted": true,
  "client": {
    "name": "sample string 1",
    "id": 2
  },
  "startTime": "2025-04-04T06:49:45.869405+00:00",
  "endTime": "2025-04-04T06:49:45.869405+00:00",
  "reportOnly": true,
  "createdUser": {
    "name": "sample string 1",
    "id": 2
  }
}

text/plain

Sample:
{"id":1,"deleted":true,"client":{"name":"sample string 1","id":2},"startTime":"2025-04-04T06:49:45.869405+00:00","endTime":"2025-04-04T06:49:45.869405+00:00","reportOnly":true,"createdUser":{"name":"sample string 1","id":2}}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.