POST api/values/ReassignCountry

Request Information

URI Parameters

None.

Body Parameters

ReassignResults
NameDescriptionTypeAdditional information
CurrentUserId

integer

None.

RFPId

string

None.

ListId

string

None.

Id

integer

None.

NewCountry

string

None.

MoveAttachments

boolean

None.

DestListItemId

integer

None.

Comments

string

None.

NoAttachment

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentUserId": 1,
  "RFPId": "sample string 2",
  "ListId": "sample string 3",
  "Id": 4,
  "NewCountry": "sample string 5",
  "MoveAttachments": true,
  "DestListItemId": 7,
  "Comments": "sample string 8",
  "NoAttachment": true
}

application/xml, text/xml

Sample:
<ValuesController.ReassignResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KPMG.RFP.Admin.Service.Controllers">
  <Comments>sample string 8</Comments>
  <CurrentUserId>1</CurrentUserId>
  <DestListItemId>7</DestListItemId>
  <Id>4</Id>
  <ListId>sample string 3</ListId>
  <MoveAttachments>true</MoveAttachments>
  <NewCountry>sample string 5</NewCountry>
  <NoAttachment>true</NoAttachment>
  <RFPId>sample string 2</RFPId>
</ValuesController.ReassignResults>

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 'ReassignResults'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.