POST _api/AMTAPI/ModifyPrjReview

Request Information

URI Parameters

None.

Body Parameters

PrjupdateParam
NameDescriptionTypeAdditional information
Id

integer

Required

UserName

string

Required

TL

string

None.

PreNotify

boolean

None.

NotificationFreq

integer

None.

Subject

string

None.

MailContent

string

None.

IsRequirementProvided

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserName": "sample string 2",
  "TL": "sample string 3",
  "PreNotify": true,
  "NotificationFreq": 5,
  "Subject": "sample string 6",
  "MailContent": "sample string 7",
  "IsRequirementProvided": "sample string 8"
}

application/xml, text/xml

Sample:
<PrjupdateParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models">
  <Id>1</Id>
  <IsRequirementProvided>sample string 8</IsRequirementProvided>
  <MailContent>sample string 7</MailContent>
  <NotificationFreq>5</NotificationFreq>
  <PreNotify>true</PreNotify>
  <Subject>sample string 6</Subject>
  <TL>sample string 3</TL>
  <UserName>sample string 2</UserName>
</PrjupdateParam>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PrjupdateParam'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.