POST api/Settings/Postt_ImportDataOptionInstructions
Request Information
URI Parameters
None.
Body Parameters
t_import_data_option_instructions| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ido_id | integer |
None. |
|
| details | string |
None. |
|
| createby | string |
None. |
|
| createdate | date |
None. |
|
| t_import_data_options | t_import_data_options |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ido_id": 1,
"details": "sample string 2",
"createby": "sample string 3",
"createdate": "2025-10-27T21:15:35.1972541+00:00",
"t_import_data_options": {
"$id": "2",
"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:35.1972541+00:00",
"updateby": "sample string 10",
"updatedate": "2025-10-27T21:15:35.1972541+00:00",
"t_import_data_option_instructions": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.