POST api/ISGetImportTemplates

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ScheduleTemplate": true,
  "ISModuleCode": "sample string 2"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Templates": [
    {
      "ORIG_HASH": "sample string 1",
      "X_IMPORT_TYPE_NAME": "sample string 2",
      "X_FORMAT_TYPE_DESC": "sample string 3",
      "TEMPLATE_ID": 4,
      "TEMPLATE_CODE": "sample string 5",
      "IMPORT_TYPE_CODE": "sample string 6",
      "STATUS_CODE": "sample string 7",
      "FORMAT_CODE": "sample string 8",
      "DESCRIPTION": "sample string 9",
      "INS_USER": "sample string 10",
      "INS_DATE": "2024-09-19T04:53:55.86861-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T04:53:55.86861-07:00",
      "HEADER_ROWS_TO_SKIP": 14,
      "FOOTER_ROWS_TO_SKIP": 15,
      "ACTIVATE_COLUMN_NAMES": true
    },
    {
      "ORIG_HASH": "sample string 1",
      "X_IMPORT_TYPE_NAME": "sample string 2",
      "X_FORMAT_TYPE_DESC": "sample string 3",
      "TEMPLATE_ID": 4,
      "TEMPLATE_CODE": "sample string 5",
      "IMPORT_TYPE_CODE": "sample string 6",
      "STATUS_CODE": "sample string 7",
      "FORMAT_CODE": "sample string 8",
      "DESCRIPTION": "sample string 9",
      "INS_USER": "sample string 10",
      "INS_DATE": "2024-09-19T04:53:55.86861-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T04:53:55.86861-07:00",
      "HEADER_ROWS_TO_SKIP": 14,
      "FOOTER_ROWS_TO_SKIP": 15,
      "ACTIVATE_COLUMN_NAMES": true
    },
    {
      "ORIG_HASH": "sample string 1",
      "X_IMPORT_TYPE_NAME": "sample string 2",
      "X_FORMAT_TYPE_DESC": "sample string 3",
      "TEMPLATE_ID": 4,
      "TEMPLATE_CODE": "sample string 5",
      "IMPORT_TYPE_CODE": "sample string 6",
      "STATUS_CODE": "sample string 7",
      "FORMAT_CODE": "sample string 8",
      "DESCRIPTION": "sample string 9",
      "INS_USER": "sample string 10",
      "INS_DATE": "2024-09-19T04:53:55.86861-07:00",
      "UPD_USER": "sample string 12",
      "UPD_DATE": "2024-09-19T04:53:55.86861-07:00",
      "HEADER_ROWS_TO_SKIP": 14,
      "FOOTER_ROWS_TO_SKIP": 15,
      "ACTIVATE_COLUMN_NAMES": true
    }
  ]
}