POST api/PayrollDetails3_Loan/AddPayrollDetails3_Loan

Request Information

URI Parameters

None.

Body Parameters

PayrollDetails3_Loan
NameDescriptionTypeAdditional information
LoanDetailsId

integer

None.

AdmissionMasterId

integer

None.

LoanMasterId

integer

None.

PaymentDate

string

None.

PaidMode

string

None.

PaidCategory

string

None.

ChequeBankName

string

None.

ChequeNO

string

None.

ChequeDate

string

None.

ChequeStatus

string

None.

IsDeduction

string

None.

LoanNO

string

None.

LoanTypeId

integer

None.

LoanDate

string

None.

LoanAmount

decimal number

None.

PaidAmount

decimal number

None.

DueAmount

decimal number

None.

Narration

string

None.

LoanApprovedBy

integer

None.

LoanApprovedStatus

string

None.

LoanStatus

string

None.

IsDeductedFromSalary

string

None.

IsActive

integer

None.

CreatedBy

integer

None.

CreatedDate

string

None.

CreatedTime

string

None.

MachineIP

string

None.

Notes

string

None.

OperationType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoanDetailsId": 1,
  "AdmissionMasterId": 2,
  "LoanMasterId": 3,
  "PaymentDate": "sample string 4",
  "PaidMode": "sample string 5",
  "PaidCategory": "sample string 6",
  "ChequeBankName": "sample string 7",
  "ChequeNO": "sample string 8",
  "ChequeDate": "sample string 9",
  "ChequeStatus": "sample string 10",
  "IsDeduction": "sample string 11",
  "LoanNO": "sample string 12",
  "LoanTypeId": 13,
  "LoanDate": "sample string 14",
  "LoanAmount": 15.1,
  "PaidAmount": 16.1,
  "DueAmount": 17.1,
  "Narration": "sample string 18",
  "LoanApprovedBy": 19,
  "LoanApprovedStatus": "sample string 20",
  "LoanStatus": "sample string 21",
  "IsDeductedFromSalary": "sample string 22",
  "IsActive": 23,
  "CreatedBy": 24,
  "CreatedDate": "sample string 25",
  "CreatedTime": "sample string 26",
  "MachineIP": "sample string 27",
  "Notes": "sample string 28",
  "OperationType": "sample string 29"
}

application/xml, text/xml

Sample:
<PayrollDetails3_Loan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INTEGRAFFAPI.Models">
  <AdmissionMasterId>2</AdmissionMasterId>
  <ChequeBankName>sample string 7</ChequeBankName>
  <ChequeDate>sample string 9</ChequeDate>
  <ChequeNO>sample string 8</ChequeNO>
  <ChequeStatus>sample string 10</ChequeStatus>
  <CreatedBy>24</CreatedBy>
  <CreatedDate>sample string 25</CreatedDate>
  <CreatedTime>sample string 26</CreatedTime>
  <DueAmount>17.1</DueAmount>
  <IsActive>23</IsActive>
  <IsDeductedFromSalary>sample string 22</IsDeductedFromSalary>
  <IsDeduction>sample string 11</IsDeduction>
  <LoanAmount>15.1</LoanAmount>
  <LoanApprovedBy>19</LoanApprovedBy>
  <LoanApprovedStatus>sample string 20</LoanApprovedStatus>
  <LoanDate>sample string 14</LoanDate>
  <LoanDetailsId>1</LoanDetailsId>
  <LoanMasterId>3</LoanMasterId>
  <LoanNO>sample string 12</LoanNO>
  <LoanStatus>sample string 21</LoanStatus>
  <LoanTypeId>13</LoanTypeId>
  <MachineIP>sample string 27</MachineIP>
  <Narration>sample string 18</Narration>
  <Notes>sample string 28</Notes>
  <OperationType>sample string 29</OperationType>
  <PaidAmount>16.1</PaidAmount>
  <PaidCategory>sample string 6</PaidCategory>
  <PaidMode>sample string 5</PaidMode>
  <PaymentDate>sample string 4</PaymentDate>
</PayrollDetails3_Loan>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PayrollDetails3_Loan'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.