POST api/InsertReportType

Request Information

URI Parameters

None.

Body Parameters

Mdl_M_Report_Type
NameDescriptionTypeAdditional information
Report_Type_Id

integer

None.

Report_Type_Name

string

None.

IsActive

string

None.

User_Id

string

None.

Row_Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Report_Type_Id": 1,
  "Report_Type_Name": "sample string 2",
  "IsActive": "sample string 3",
  "User_Id": "sample string 4",
  "Row_Version": "sample string 5"
}

application/xml, text/xml

Sample:
<Mdl_M_Report_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <IsActive>sample string 3</IsActive>
  <Report_Type_Id>1</Report_Type_Id>
  <Report_Type_Name>sample string 2</Report_Type_Name>
  <Row_Version>sample string 5</Row_Version>
  <User_Id>sample string 4</User_Id>
</Mdl_M_Report_Type>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>