POST api/VoteonInnovation

Request Information

URI Parameters

None.

Body Parameters

InnovationTransactionModel
NameDescriptionTypeAdditional information
INV_MSTR_ID

integer

None.

VOTE_FLG

integer

None.

WISHLIST_FLG

integer

None.

REMARKS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "INV_MSTR_ID": 1,
  "VOTE_FLG": 2,
  "WISHLIST_FLG": 3,
  "REMARKS": "sample string 4"
}

application/xml, text/xml

Sample:
<InnovationTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.Survey">
  <INV_MSTR_ID>1</INV_MSTR_ID>
  <REMARKS>sample string 4</REMARKS>
  <VOTE_FLG>2</VOTE_FLG>
  <WISHLIST_FLG>3</WISHLIST_FLG>
</InnovationTransactionModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />