POST api/Pro_Calling
Request Information
URI Parameters
None.
Body Parameters
Mdl_Pro_Calling| Name | Description | Type | Additional information |
|---|---|---|---|
| Pro_Call_Id | integer |
None. |
|
| Pro_Cust_Id | integer |
None. |
|
| Is_Inspection_Required | string |
None. |
|
| Call_Status | integer |
None. |
|
| Pro_Doc_Ver_User_Id | integer |
None. |
|
| Is_Skip_Appointment | string |
None. |
|
| User_Id | string |
None. |
|
| Row_Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pro_Call_Id": 1,
"Pro_Cust_Id": 2,
"Is_Inspection_Required": "sample string 3",
"Call_Status": 4,
"Pro_Doc_Ver_User_Id": 5,
"Is_Skip_Appointment": "sample string 6",
"User_Id": "sample string 7",
"Row_Version": "sample string 8"
}
application/xml, text/xml
Sample:
<Mdl_Pro_Calling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Call_Status>4</Call_Status> <Is_Inspection_Required>sample string 3</Is_Inspection_Required> <Is_Skip_Appointment>sample string 6</Is_Skip_Appointment> <Pro_Call_Id>1</Pro_Call_Id> <Pro_Cust_Id>2</Pro_Cust_Id> <Pro_Doc_Ver_User_Id>5</Pro_Doc_Ver_User_Id> <Row_Version>sample string 8</Row_Version> <User_Id>sample string 7</User_Id> </Mdl_Pro_Calling>
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>