POST api/Settings/Postt_ExportDataOptions
Request Information
URI Parameters
None.
Body Parameters
t_export_data_options| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| date_range | boolean |
None. |
|
| category | string |
None. |
|
| display_order | integer |
None. |
|
| date_range_length | integer |
None. |
|
| active | boolean |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| updateby | string |
None. |
|
| updatedate | date |
None. |
|
| data_option_type | boolean |
None. |
|
| t_export_data_option_instructions | Collection of t_export_data_option_instructions |
None. |
Request Formats
application/json, text/json
Sample:
{
"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:15:35.1972541+00:00",
"updateby": "sample string 9",
"updatedate": "2025-10-27T21:15:35.1972541+00:00",
"data_option_type": true,
"t_export_data_option_instructions": [
{
"$id": "2",
"id": 1,
"edo_id": 1,
"details": "sample string 2",
"createby": "sample string 3",
"createdate": "2025-10-27T21:15:35.1972541+00:00",
"t_export_data_options": {
"$ref": "1"
}
},
{
"$ref": "2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.