PUT api/customercashback/Update_DispatchByEmpId

Request Information

URI Parameters

None.

Body Parameters

Mdl_Customer_CashBack
NameDescriptionTypeAdditional information
CashBack_Id

integer

None.

Pro_Cust_Id

integer

None.

PaymentEmp_Id

integer

None.

DispatchByEmp_Id

integer

None.

CashBack_Amount

string

None.

Employee_Payment_Received

string

None.

Employee_Payment_ReceivedDate

string

None.

Customer_Payment_Received

string

None.

Customer_Payment_ReceivedDate

string

None.

Policy_Holder

string

None.

Other_Executive_Id

string

None.

Dual_Payment_Id

integer

None.

Bank_Id

integer

None.

Payment_Id

integer

None.

Dual_Payment_Discount

decimal number

None.

Dual_Payment_Amount

decimal number

None.

PaymentMode

string

None.

Cheque_File

string

None.

Transaction_No

string

None.

Transaction_Date

string

None.

Transaction_Bank

string

None.

ReceivedDate

string

None.

ClearanceDate

string

None.

IsChequeBounce

boolean

None.

PaymentStatus

string

None.

User_Id

integer

None.

Row_Version

string

None.

IsAdjustmentAmount

string

None.

Is_From_INH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CashBack_Id": 1,
  "Pro_Cust_Id": 2,
  "PaymentEmp_Id": 3,
  "DispatchByEmp_Id": 4,
  "CashBack_Amount": "sample string 5",
  "Employee_Payment_Received": "sample string 6",
  "Employee_Payment_ReceivedDate": "sample string 7",
  "Customer_Payment_Received": "sample string 8",
  "Customer_Payment_ReceivedDate": "sample string 9",
  "Policy_Holder": "sample string 10",
  "Other_Executive_Id": "sample string 11",
  "Dual_Payment_Id": 12,
  "Bank_Id": 13,
  "Payment_Id": 14,
  "Dual_Payment_Discount": 15.0,
  "Dual_Payment_Amount": 16.0,
  "PaymentMode": "sample string 17",
  "Cheque_File": "sample string 18",
  "Transaction_No": "sample string 19",
  "Transaction_Date": "sample string 20",
  "Transaction_Bank": "sample string 21",
  "ReceivedDate": "sample string 22",
  "ClearanceDate": "sample string 23",
  "IsChequeBounce": true,
  "PaymentStatus": "sample string 25",
  "User_Id": 26,
  "Row_Version": "sample string 27",
  "IsAdjustmentAmount": "sample string 28",
  "Is_From_INH": "sample string 29"
}

application/xml, text/xml

Sample:
<Mdl_Customer_CashBack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Models">
  <Bank_Id>13</Bank_Id>
  <Cheque_File>sample string 18</Cheque_File>
  <ClearanceDate>sample string 23</ClearanceDate>
  <Dual_Payment_Amount>16</Dual_Payment_Amount>
  <Dual_Payment_Discount>15</Dual_Payment_Discount>
  <Dual_Payment_Id>12</Dual_Payment_Id>
  <IsAdjustmentAmount>sample string 28</IsAdjustmentAmount>
  <IsChequeBounce>true</IsChequeBounce>
  <Is_From_INH>sample string 29</Is_From_INH>
  <PaymentMode>sample string 17</PaymentMode>
  <PaymentStatus>sample string 25</PaymentStatus>
  <Payment_Id>14</Payment_Id>
  <ReceivedDate>sample string 22</ReceivedDate>
  <Row_Version>sample string 27</Row_Version>
  <Transaction_Bank>sample string 21</Transaction_Bank>
  <Transaction_Date>sample string 20</Transaction_Date>
  <Transaction_No>sample string 19</Transaction_No>
  <User_Id>26</User_Id>
  <CashBack_Amount>sample string 5</CashBack_Amount>
  <CashBack_Id>1</CashBack_Id>
  <Customer_Payment_Received>sample string 8</Customer_Payment_Received>
  <Customer_Payment_ReceivedDate>sample string 9</Customer_Payment_ReceivedDate>
  <DispatchByEmp_Id>4</DispatchByEmp_Id>
  <Employee_Payment_Received>sample string 6</Employee_Payment_Received>
  <Employee_Payment_ReceivedDate>sample string 7</Employee_Payment_ReceivedDate>
  <Other_Executive_Id>sample string 11</Other_Executive_Id>
  <PaymentEmp_Id>3</PaymentEmp_Id>
  <Policy_Holder>sample string 10</Policy_Holder>
  <Pro_Cust_Id>2</Pro_Cust_Id>
</Mdl_Customer_CashBack>

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>