PUT api/admin/{userId}/projects/{projectId}/prev/{prevId}

Update previous references by prjectId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

prevId

integer

Required

userId

string

Required

Body Parameters

UpdatePreviousReference
NameDescriptionTypeAdditional information
reference

string

None.

anchor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "reference": "sample string 1",
  "anchor": "sample string 2"
}

application/xml, text/xml

Sample:
<UpdatePreviousReference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers">
  <anchor>sample string 2</anchor>
  <reference>sample string 1</reference>
</UpdatePreviousReference>

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.