POST api/EAModel/Update

Request Information

URI Parameters

None.

Body Parameters

EAModel
NameDescriptionTypeAdditional information
RowID

integer

None.

ModelID

integer

None.

Name

string

None.

Version

string

None.

EMADate

string

None.

GADate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RowID": 1,
  "ModelID": 2,
  "Name": "sample string 3",
  "Version": "sample string 4",
  "EMADate": "sample string 5",
  "GADate": "sample string 6"
}

application/xml, text/xml

Sample:
<EAModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapacityRoadMapWebApp.Models">
  <EMADate>sample string 5</EMADate>
  <GADate>sample string 6</GADate>
  <ModelID>2</ModelID>
  <Name>sample string 3</Name>
  <RowID>1</RowID>
  <Version>sample string 4</Version>
</EAModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.