POST api/ISGetImportLineFields

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ImportLineID": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ImportLineFields": [
    {
      "IMPORT_LINE_FIELD_ID": 1,
      "IMPORT_LINE_ID": 2,
      "TEMPLATE_FIELD_ID": 3,
      "STATUS_CODE": "sample string 4",
      "EDITED": true,
      "VALUE": "sample string 6",
      "ALIAS": "sample string 7",
      "ERROR": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "X_FIELD_LABEL": "sample string 13"
    },
    {
      "IMPORT_LINE_FIELD_ID": 1,
      "IMPORT_LINE_ID": 2,
      "TEMPLATE_FIELD_ID": 3,
      "STATUS_CODE": "sample string 4",
      "EDITED": true,
      "VALUE": "sample string 6",
      "ALIAS": "sample string 7",
      "ERROR": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "X_FIELD_LABEL": "sample string 13"
    },
    {
      "IMPORT_LINE_FIELD_ID": 1,
      "IMPORT_LINE_ID": 2,
      "TEMPLATE_FIELD_ID": 3,
      "STATUS_CODE": "sample string 4",
      "EDITED": true,
      "VALUE": "sample string 6",
      "ALIAS": "sample string 7",
      "ERROR": "sample string 8",
      "INS_USER": "sample string 9",
      "INS_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "UPD_USER": "sample string 11",
      "UPD_DATE": "2024-09-19T05:02:53.7849703-07:00",
      "X_FIELD_LABEL": "sample string 13"
    }
  ]
}