POST api/text
Request Information
URI Parameters
None.
Body Parameters
TextJson| Name | Description | Type | Additional information |
|---|---|---|---|
| textTypeId | ETextType |
None. |
|
| title | string |
None. |
|
| text | string |
None. |
|
| textTypeName | string |
None. |
|
| version | integer |
None. |
|
| id | integer |
None. |
|
| active | boolean |
None. |
|
| userIns | string |
None. |
|
| dateUtcIns | date |
None. |
|
| userUpd | string |
None. |
|
| dateUtcUpd | date |
None. |
|
| dateUtcUpdIso8601 | string |
None. |
|
| dateUtcInsIso8601 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"textTypeId": 1,
"title": "sample string 1",
"text": "sample string 2",
"textTypeName": "sample string 3",
"version": 638969624394384304,
"id": 4,
"active": true,
"userIns": "sample string 6",
"dateUtcIns": "2025-10-25T04:13:59.4384304+00:00",
"userUpd": "sample string 7",
"dateUtcUpd": "2025-10-25T04:13:59.4384304+00:00",
"dateUtcUpdIso8601": "2025-10-25T04:13:59Z",
"dateUtcInsIso8601": "2025-10-25T04:13:59Z"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.