POST api/cvrnt
Request Information
URI Parameters
None.
Body Parameters
Mdl_Pro_Covernote| Name | Description | Type | Additional information |
|---|---|---|---|
| Pro_Cover_Id | integer |
None. |
|
| Pro_Cust_Id | integer |
None. |
|
| User_Id | string |
None. |
|
| Row_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pro_Cover_Id": 1,
"Pro_Cust_Id": 2,
"User_Id": "sample string 3",
"Row_Version": "sample string 4"
}
application/xml, text/xml
Sample:
<Mdl_Pro_Covernote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Pro_Cover_Id>1</Pro_Cover_Id> <Pro_Cust_Id>2</Pro_Cust_Id> <Row_Version>sample string 4</Row_Version> <User_Id>sample string 3</User_Id> </Mdl_Pro_Covernote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>