PUT api/text
Request Information
URI Parameters
None.
Body Parameters
TextJsonName | 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": 638677797260126999, "id": 4, "active": true, "userIns": "sample string 6", "dateUtcIns": "2024-11-21T09:55:26.0126999+00:00", "userUpd": "sample string 7", "dateUtcUpd": "2024-11-21T09:55:26.0126999+00:00", "dateUtcUpdIso8601": "2024-11-21T09:55:26Z", "dateUtcInsIso8601": "2024-11-21T09:55:26Z" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.