PUT api/GeneralLinks

Request Information

URI Parameters

None.

Body Parameters

GeneralLink
NameDescriptionTypeAdditional information
Id

string

None.

Url

string

Required

String length: inclusive between 0 and 512

Title

string

Required

String length: inclusive between 0 and 512

ProjectId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "url": "sample string 2",
  "title": "sample string 3",
  "projectId": "sample string 4"
}

application/xml, text/xml

Sample:
<GeneralLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Klutchn.Poco.Models">
  <Id>sample string 1</Id>
  <ProjectId>sample string 4</ProjectId>
  <Title>sample string 3</Title>
  <Url>sample string 2</Url>
</GeneralLink>

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.