POST api/endsmnt/updateendorsementverifyUserId/request
Request Information
URI Parameters
None.
Body Parameters
EndorsementData| Name | Description | Type | Additional information |
|---|---|---|---|
| Pro_Cust_Id | integer |
None. |
|
| Endorsement_No | string |
None. |
|
| Endorsement_Date | string |
None. |
|
| User_Id | string |
None. |
|
| Endorsement_Verify_By | string |
None. |
|
| Endorsement_File | string |
None. |
|
| Pro_Request_Endorsement_Id | string |
None. |
|
| Verify_Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pro_Cust_Id": 1,
"Endorsement_No": "sample string 2",
"Endorsement_Date": "sample string 3",
"User_Id": "sample string 4",
"Endorsement_Verify_By": "sample string 5",
"Endorsement_File": "sample string 6",
"Pro_Request_Endorsement_Id": "sample string 7",
"Verify_Status": "sample string 8"
}
application/xml, text/xml
Sample:
<EndorsementData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models"> <Endorsement_Date>sample string 3</Endorsement_Date> <Endorsement_File>sample string 6</Endorsement_File> <Endorsement_No>sample string 2</Endorsement_No> <Endorsement_Verify_By>sample string 5</Endorsement_Verify_By> <Pro_Cust_Id>1</Pro_Cust_Id> <Pro_Request_Endorsement_Id>sample string 7</Pro_Request_Endorsement_Id> <User_Id>sample string 4</User_Id> <Verify_Status>sample string 8</Verify_Status> </EndorsementData>
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>