POST api/ISGetImportHeader

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ImportID": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ImportHeader": {
    "TemplateCode": "sample string 1",
    "TemplateDescription": "sample string 2",
    "TemplateID": 3,
    "ImportTypeDescription": "sample string 4",
    "ImportDate": "2024-09-19T04:55:25.2072156-07:00",
    "ImportStatus": "sample string 5",
    "ImportStatusDescription": "sample string 6",
    "ImportDescription": "sample string 7",
    "ImportID": 8,
    "TotalImportLines": 9,
    "ImportFile": "sample string 10",
    "ImportError": "sample string 11",
    "Parameters": [
      {
        "Item1": "sample string 1",
        "Item2": "sample string 2"
      },
      {
        "Item1": "sample string 1",
        "Item2": "sample string 2"
      },
      {
        "Item1": "sample string 1",
        "Item2": "sample string 2"
      }
    ],
    "Results": [
      {
        "IMPORT_RESULT_ID": 1,
        "IMPORT_LINE_ID": 1,
        "IMPORT_ID": 2,
        "LABEL": "sample string 3",
        "VALUE": "sample string 4",
        "HYPERLINK": "sample string 5",
        "INS_USER": "sample string 6",
        "INS_DATE": "2024-09-19T04:55:25.2072156-07:00",
        "UPD_USER": "sample string 8",
        "UPD_DATE": "2024-09-19T04:55:25.2072156-07:00"
      },
      {
        "IMPORT_RESULT_ID": 1,
        "IMPORT_LINE_ID": 1,
        "IMPORT_ID": 2,
        "LABEL": "sample string 3",
        "VALUE": "sample string 4",
        "HYPERLINK": "sample string 5",
        "INS_USER": "sample string 6",
        "INS_DATE": "2024-09-19T04:55:25.2072156-07:00",
        "UPD_USER": "sample string 8",
        "UPD_DATE": "2024-09-19T04:55:25.2072156-07:00"
      },
      {
        "IMPORT_RESULT_ID": 1,
        "IMPORT_LINE_ID": 1,
        "IMPORT_ID": 2,
        "LABEL": "sample string 3",
        "VALUE": "sample string 4",
        "HYPERLINK": "sample string 5",
        "INS_USER": "sample string 6",
        "INS_DATE": "2024-09-19T04:55:25.2072156-07:00",
        "UPD_USER": "sample string 8",
        "UPD_DATE": "2024-09-19T04:55:25.2072156-07:00"
      }
    ],
    "AliasesAreMissingMapID": 12
  }
}