PUT api/SystemHistory/LogNote

Request Information

URI Parameters

None.

Body Parameters

SystemLogNoteBinddingModel
NameDescriptionTypeAdditional information
TypeId

integer

Required

Id

integer

Required

Description

string

Required

Request Formats

application/json, text/json

Sample:
{
  "typeId": 1,
  "id": 2,
  "description": "sample string 3"
}

application/xml, text/xml

Sample:
<SystemLogNoteBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.SystemHistory">
  <Description>sample string 3</Description>
  <Id>2</Id>
  <TypeId>1</TypeId>
</SystemLogNoteBinddingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.