POST api/AddNewInnovation
Request Information
URI Parameters
None.
Body Parameters
InnovationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| INO_MSTR_ID | integer |
None. |
|
| TITLE | string |
None. |
|
| INNO_DESC | string |
None. |
|
| TIMELINE_IN_DAYS | string |
None. |
|
| REMARKS | string |
None. |
|
| BENEFITS | string |
None. |
|
| IMPACT_TO | string |
None. |
|
| IMPACT_ON | string |
None. |
|
| IMPACT_LEVEL | string |
None. |
|
| IMPACT_PERIOD | string |
None. |
|
| IMPACT_DEPT | string |
None. |
|
| IS_CONF_FLG | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"INO_MSTR_ID": 1,
"TITLE": "sample string 2",
"INNO_DESC": "sample string 3",
"TIMELINE_IN_DAYS": "sample string 4",
"REMARKS": "sample string 5",
"BENEFITS": "sample string 6",
"IMPACT_TO": "sample string 7",
"IMPACT_ON": "sample string 8",
"IMPACT_LEVEL": "sample string 9",
"IMPACT_PERIOD": "sample string 10",
"IMPACT_DEPT": "sample string 11",
"IS_CONF_FLG": 12
}
application/xml, text/xml
Sample:
<InnovationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.CheckinModels"> <BENEFITS>sample string 6</BENEFITS> <IMPACT_DEPT>sample string 11</IMPACT_DEPT> <IMPACT_LEVEL>sample string 9</IMPACT_LEVEL> <IMPACT_ON>sample string 8</IMPACT_ON> <IMPACT_PERIOD>sample string 10</IMPACT_PERIOD> <IMPACT_TO>sample string 7</IMPACT_TO> <INNO_DESC>sample string 3</INNO_DESC> <INO_MSTR_ID>1</INO_MSTR_ID> <IS_CONF_FLG>12</IS_CONF_FLG> <REMARKS>sample string 5</REMARKS> <TIMELINE_IN_DAYS>sample string 4</TIMELINE_IN_DAYS> <TITLE>sample string 2</TITLE> </InnovationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />