POST api/text

Request Information

URI Parameters

None.

Body Parameters

TextJson
NameDescriptionTypeAdditional 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": 638487448213207704,
  "id": 4,
  "active": true,
  "userIns": "sample string 6",
  "dateUtcIns": "2024-04-15T02:27:01.3207704+00:00",
  "userUpd": "sample string 7",
  "dateUtcUpd": "2024-04-15T02:27:01.3207704+00:00",
  "dateUtcUpdIso8601": "2024-04-15T02:27:01Z",
  "dateUtcInsIso8601": "2024-04-15T02:27:01Z"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.