POST api/Settings/Postt_ImportDataOptions
Request Information
URI Parameters
None.
Body Parameters
t_import_data_options| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| section | string |
None. |
|
| icon | string |
None. |
|
| display_order | integer |
None. |
|
| display_name | string |
None. |
|
| template_url | string |
None. |
|
| active | boolean |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| updateby | string |
None. |
|
| updatedate | date |
None. |
|
| t_import_data_option_instructions | Collection of t_import_data_option_instructions |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"section": "sample string 3",
"icon": "sample string 4",
"display_order": 5,
"display_name": "sample string 6",
"template_url": "sample string 7",
"active": true,
"createby": "sample string 9",
"createdate": "2025-10-27T21:15:36.7524328+00:00",
"updateby": "sample string 10",
"updatedate": "2025-10-27T21:15:36.7524328+00:00",
"t_import_data_option_instructions": [
{
"$id": "2",
"id": 1,
"ido_id": 1,
"details": "sample string 2",
"createby": "sample string 3",
"createdate": "2025-10-27T21:15:36.7524328+00:00",
"t_import_data_options": {
"$ref": "1"
}
},
{
"$ref": "2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.