PUT api/prohandover/updateHandoverDetail

Request Information

URI Parameters

None.

Body Parameters

Collection of Mdl_Pro_Handover
NameDescriptionTypeAdditional information
Handover_Id

integer

None.

Insurer_Id

integer

None.

Ins_Emp_Id

integer

None.

Pro_Cust_Id

integer

None.

Handover_By

integer

None.

Handover_Status

string

None.

User_Id

string

None.

Row_Version

string

None.

ListPro_Cust_Id

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Handover_Id": 1,
    "Insurer_Id": 2,
    "Ins_Emp_Id": 3,
    "Pro_Cust_Id": 4,
    "Handover_By": 5,
    "Handover_Status": "sample string 6",
    "User_Id": "sample string 7",
    "Row_Version": "sample string 8",
    "ListPro_Cust_Id": "sample string 9"
  },
  {
    "Handover_Id": 1,
    "Insurer_Id": 2,
    "Ins_Emp_Id": 3,
    "Pro_Cust_Id": 4,
    "Handover_By": 5,
    "Handover_Status": "sample string 6",
    "User_Id": "sample string 7",
    "Row_Version": "sample string 8",
    "ListPro_Cust_Id": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMdl_Pro_Handover xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Mdl_Pro_Handover>
    <Handover_By>5</Handover_By>
    <Handover_Id>1</Handover_Id>
    <Handover_Status>sample string 6</Handover_Status>
    <Ins_Emp_Id>3</Ins_Emp_Id>
    <Insurer_Id>2</Insurer_Id>
    <ListPro_Cust_Id>sample string 9</ListPro_Cust_Id>
    <Pro_Cust_Id>4</Pro_Cust_Id>
    <Row_Version>sample string 8</Row_Version>
    <User_Id>sample string 7</User_Id>
  </Mdl_Pro_Handover>
  <Mdl_Pro_Handover>
    <Handover_By>5</Handover_By>
    <Handover_Id>1</Handover_Id>
    <Handover_Status>sample string 6</Handover_Status>
    <Ins_Emp_Id>3</Ins_Emp_Id>
    <Insurer_Id>2</Insurer_Id>
    <ListPro_Cust_Id>sample string 9</ListPro_Cust_Id>
    <Pro_Cust_Id>4</Pro_Cust_Id>
    <Row_Version>sample string 8</Row_Version>
    <User_Id>sample string 7</User_Id>
  </Mdl_Pro_Handover>
</ArrayOfMdl_Pro_Handover>

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>