GET api/Setup/GetChangeSemesterFixScripts

Generates SQL scripts to manually fix semester change data issues. Use this to review scripts before executing them manually.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Task<IHttpActionResult>.

ResponseOfObject
NameDescriptionTypeAdditional information
Data

Object

None.

MiscData

Object

None.

StatusCode

integer

None.

Message

string

None.

meta

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {},
  "MiscData": {},
  "StatusCode": 3,
  "Message": "sample string 4",
  "meta": {}
}