POST api/InsertServeyor

Request Information

URI Parameters

None.

Body Parameters

ServeyorFModel
NameDescriptionTypeAdditional information
S_Followup_Id

string

None.

Pro_Claim_Id

string

None.

Third_Party_Request_Id

string

None.

Claim_Approval_Status

string

None.

Is_Claim_Cancel_By_Customer

string

None.

Short_Description

string

None.

Next_FollowUp_Date

string

None.

Next_FollowUp_Time

string

None.

Is_Active

string

None.

CreatedBy

string

None.

CreatedDate

string

None.

ModifiedBy

string

None.

ModifiedDate

string

None.

Row_Version

string

None.

Cancel_Comment

string

None.

Approved_Claim_Amount

string

None.

GST

string

None.

Net_GST_Amount

string

None.

Net_Final_Amount

string

None.

Pay_By_INH

string

None.

Pay_By_INH_Amount

string

None.

Net_Pay_By_Customer

string

None.

Net_Insurer_Amount

string

None.

Is_Pay_By_INH

string

None.

Net_Claim_Amount

string

None.

InvoiceName

string

None.

InvoiceAmount

string

None.

WaverName

string

None.

WaverAmount

string

None.

PayByCustomerName

string

None.

PayByCustomerAmount

string

None.

Type_Of_Amount

string

None.

Amount_Name_Id

string

None.

Amount

string

None.

Claim_Amount

string

None.

Approved_Amount

string

None.

Claim_Fee

string

None.

Other_Deduction

string

None.

Taxi_Fare

string

None.

Invoice_File

string

None.

User_Id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "S_Followup_Id": "sample string 1",
  "Pro_Claim_Id": "sample string 2",
  "Third_Party_Request_Id": "sample string 3",
  "Claim_Approval_Status": "sample string 4",
  "Is_Claim_Cancel_By_Customer": "sample string 5",
  "Short_Description": "sample string 6",
  "Next_FollowUp_Date": "sample string 7",
  "Next_FollowUp_Time": "sample string 8",
  "Is_Active": "sample string 9",
  "CreatedBy": "sample string 10",
  "CreatedDate": "sample string 11",
  "ModifiedBy": "sample string 12",
  "ModifiedDate": "sample string 13",
  "Row_Version": "sample string 14",
  "Cancel_Comment": "sample string 15",
  "Approved_Claim_Amount": "sample string 16",
  "GST": "sample string 17",
  "Net_GST_Amount": "sample string 18",
  "Net_Final_Amount": "sample string 19",
  "Pay_By_INH": "sample string 20",
  "Pay_By_INH_Amount": "sample string 21",
  "Net_Pay_By_Customer": "sample string 22",
  "Net_Insurer_Amount": "sample string 23",
  "Is_Pay_By_INH": "sample string 24",
  "Net_Claim_Amount": "sample string 25",
  "InvoiceName": "sample string 26",
  "InvoiceAmount": "sample string 27",
  "WaverName": "sample string 28",
  "WaverAmount": "sample string 29",
  "PayByCustomerName": "sample string 30",
  "PayByCustomerAmount": "sample string 31",
  "Type_Of_Amount": "sample string 32",
  "Amount_Name_Id": "sample string 33",
  "Amount": "sample string 34",
  "Claim_Amount": "sample string 35",
  "Approved_Amount": "sample string 36",
  "Claim_Fee": "sample string 37",
  "Other_Deduction": "sample string 38",
  "Taxi_Fare": "sample string 39",
  "Invoice_File": "sample string 40",
  "User_Id": "sample string 41"
}

application/xml, text/xml

Sample:
<ServeyorFModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Amount>sample string 34</Amount>
  <Amount_Name_Id>sample string 33</Amount_Name_Id>
  <Approved_Amount>sample string 36</Approved_Amount>
  <Approved_Claim_Amount>sample string 16</Approved_Claim_Amount>
  <Cancel_Comment>sample string 15</Cancel_Comment>
  <Claim_Amount>sample string 35</Claim_Amount>
  <Claim_Approval_Status>sample string 4</Claim_Approval_Status>
  <Claim_Fee>sample string 37</Claim_Fee>
  <CreatedBy>sample string 10</CreatedBy>
  <CreatedDate>sample string 11</CreatedDate>
  <GST>sample string 17</GST>
  <InvoiceAmount>sample string 27</InvoiceAmount>
  <InvoiceName>sample string 26</InvoiceName>
  <Invoice_File>sample string 40</Invoice_File>
  <Is_Active>sample string 9</Is_Active>
  <Is_Claim_Cancel_By_Customer>sample string 5</Is_Claim_Cancel_By_Customer>
  <Is_Pay_By_INH>sample string 24</Is_Pay_By_INH>
  <ModifiedBy>sample string 12</ModifiedBy>
  <ModifiedDate>sample string 13</ModifiedDate>
  <Net_Claim_Amount>sample string 25</Net_Claim_Amount>
  <Net_Final_Amount>sample string 19</Net_Final_Amount>
  <Net_GST_Amount>sample string 18</Net_GST_Amount>
  <Net_Insurer_Amount>sample string 23</Net_Insurer_Amount>
  <Net_Pay_By_Customer>sample string 22</Net_Pay_By_Customer>
  <Next_FollowUp_Date>sample string 7</Next_FollowUp_Date>
  <Next_FollowUp_Time>sample string 8</Next_FollowUp_Time>
  <Other_Deduction>sample string 38</Other_Deduction>
  <PayByCustomerAmount>sample string 31</PayByCustomerAmount>
  <PayByCustomerName>sample string 30</PayByCustomerName>
  <Pay_By_INH>sample string 20</Pay_By_INH>
  <Pay_By_INH_Amount>sample string 21</Pay_By_INH_Amount>
  <Pro_Claim_Id>sample string 2</Pro_Claim_Id>
  <Row_Version>sample string 14</Row_Version>
  <S_Followup_Id>sample string 1</S_Followup_Id>
  <Short_Description>sample string 6</Short_Description>
  <Taxi_Fare>sample string 39</Taxi_Fare>
  <Third_Party_Request_Id>sample string 3</Third_Party_Request_Id>
  <Type_Of_Amount>sample string 32</Type_Of_Amount>
  <User_Id>sample string 41</User_Id>
  <WaverAmount>sample string 29</WaverAmount>
  <WaverName>sample string 28</WaverName>
</ServeyorFModel>

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>