PUT api/LoanAccountingSetup/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{
"Loan_AccSetup_Id": 1,
"Loan_AccSetup_Category": "sample string 2",
"Loan_AccSetup_GLtoDr": 1,
"Loan_AccSetup_GLtoCr": 1,
"Loan_AccSetup_AccByFileNo": true
},
{
"Loan_AccSetup_Id": 1,
"Loan_AccSetup_Category": "sample string 2",
"Loan_AccSetup_GLtoDr": 1,
"Loan_AccSetup_GLtoCr": 1,
"Loan_AccSetup_AccByFileNo": true
},
{
"Loan_AccSetup_Id": 1,
"Loan_AccSetup_Category": "sample string 2",
"Loan_AccSetup_GLtoDr": 1,
"Loan_AccSetup_GLtoCr": 1,
"Loan_AccSetup_AccByFileNo": true
}
]
application/xml, text/xml
Sample:
<ArrayOfLoanAccountingSetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.Resource">
<LoanAccountingSetup>
<Loan_AccSetup_AccByFileNo>true</Loan_AccSetup_AccByFileNo>
<Loan_AccSetup_Category>sample string 2</Loan_AccSetup_Category>
<Loan_AccSetup_GLtoCr>1</Loan_AccSetup_GLtoCr>
<Loan_AccSetup_GLtoDr>1</Loan_AccSetup_GLtoDr>
<Loan_AccSetup_Id>1</Loan_AccSetup_Id>
</LoanAccountingSetup>
<LoanAccountingSetup>
<Loan_AccSetup_AccByFileNo>true</Loan_AccSetup_AccByFileNo>
<Loan_AccSetup_Category>sample string 2</Loan_AccSetup_Category>
<Loan_AccSetup_GLtoCr>1</Loan_AccSetup_GLtoCr>
<Loan_AccSetup_GLtoDr>1</Loan_AccSetup_GLtoDr>
<Loan_AccSetup_Id>1</Loan_AccSetup_Id>
</LoanAccountingSetup>
<LoanAccountingSetup>
<Loan_AccSetup_AccByFileNo>true</Loan_AccSetup_AccByFileNo>
<Loan_AccSetup_Category>sample string 2</Loan_AccSetup_Category>
<Loan_AccSetup_GLtoCr>1</Loan_AccSetup_GLtoCr>
<Loan_AccSetup_GLtoDr>1</Loan_AccSetup_GLtoDr>
<Loan_AccSetup_Id>1</Loan_AccSetup_Id>
</LoanAccountingSetup>
</ArrayOfLoanAccountingSetup>
application/x-www-form-urlencoded
Sample: