PUT api/OtherAssets

Request Information

URI Parameters

None.

Body Parameters

OtherAssetsJson
NameDescriptionTypeAdditional information
title

string

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:
{
  "title": "sample string 1",
  "id": 2,
  "active": true,
  "userIns": "sample string 4",
  "dateUtcIns": "2024-03-29T10:27:43.7977619+00:00",
  "userUpd": "sample string 5",
  "dateUtcUpd": "2024-03-29T10:27:43.7977619+00:00",
  "dateUtcUpdIso8601": "2024-03-29T10:27:43Z",
  "dateUtcInsIso8601": "2024-03-29T10:27:43Z"
}

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.