POST api/papersubmit/UpdatePaperSubmit

Request Information

URI Parameters

None.

Body Parameters

Mdl_Pro_Paper_Submit
NameDescriptionTypeAdditional information
Pro_Paper_Submit_Id

integer

None.

Inspection_By_Id

integer

None.

Emp_Id

integer

None.

Cover_Note_By_Id

integer

None.

Handover_By_Id

integer

None.

Policy_Upload_By_Id

integer

None.

Payment_Received_By_Id

integer

None.

Pro_Cust_Id

integer

None.

Verify_Status

string

None.

Verify_By

integer

None.

Is_Inspection_Required

integer

None.

User_Id

string

None.

Row_Version

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Pro_Paper_Submit_Id": 1,
  "Inspection_By_Id": 2,
  "Emp_Id": 3,
  "Cover_Note_By_Id": 4,
  "Handover_By_Id": 5,
  "Policy_Upload_By_Id": 6,
  "Payment_Received_By_Id": 7,
  "Pro_Cust_Id": 8,
  "Verify_Status": "sample string 9",
  "Verify_By": 10,
  "Is_Inspection_Required": 11,
  "User_Id": "sample string 12",
  "Row_Version": "sample string 13"
}

application/xml, text/xml

Sample:
<Mdl_Pro_Paper_Submit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Cover_Note_By_Id>4</Cover_Note_By_Id>
  <Emp_Id>3</Emp_Id>
  <Handover_By_Id>5</Handover_By_Id>
  <Inspection_By_Id>2</Inspection_By_Id>
  <Is_Inspection_Required>11</Is_Inspection_Required>
  <Payment_Received_By_Id>7</Payment_Received_By_Id>
  <Policy_Upload_By_Id>6</Policy_Upload_By_Id>
  <Pro_Cust_Id>8</Pro_Cust_Id>
  <Pro_Paper_Submit_Id>1</Pro_Paper_Submit_Id>
  <Row_Version>sample string 13</Row_Version>
  <User_Id>sample string 12</User_Id>
  <Verify_By>10</Verify_By>
  <Verify_Status>sample string 9</Verify_Status>
</Mdl_Pro_Paper_Submit>

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>