POST api/TypeConversion

Request Information

URI Parameters

None.

Body Parameters

T_TYPE_CONVERSION_Model
NameDescriptionTypeAdditional information
ID_TYPE_CONVERSION

integer

None.

TYPE_CONVERSION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_TYPE_CONVERSION": 1,
  "TYPE_CONVERSION": "sample string 2"
}

application/xml, text/xml

Sample:
<T_TYPE_CONVERSION_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_REDDI.Models">
  <ID_TYPE_CONVERSION>1</ID_TYPE_CONVERSION>
  <TYPE_CONVERSION>sample string 2</TYPE_CONVERSION>
</T_TYPE_CONVERSION_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.