POST api/Settings/Postt_ExportDataOptionInstructions

Request Information

URI Parameters

None.

Body Parameters

t_export_data_option_instructions
NameDescriptionTypeAdditional information
id

integer

None.

edo_id

integer

None.

details

string

None.

createby

string

None.

createdate

date

None.

t_export_data_options

t_export_data_options

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "edo_id": 1,
  "details": "sample string 2",
  "createby": "sample string 3",
  "createdate": "2025-10-27T21:21:53.1373991+00:00",
  "t_export_data_options": {
    "$id": "2",
    "id": 1,
    "name": "sample string 2",
    "date_range": true,
    "category": "sample string 4",
    "display_order": 5,
    "date_range_length": 6,
    "active": true,
    "createby": "sample string 8",
    "createdate": "2025-10-27T21:21:53.1373991+00:00",
    "updateby": "sample string 9",
    "updatedate": "2025-10-27T21:21:53.1373991+00:00",
    "data_option_type": true,
    "t_export_data_option_instructions": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  }
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.