POST api/v1/credit/propose-collateral
Request Information
URI Parameters
None.
Body Parameters
CollateralCoverageViewModelName | Description | Type | Additional information |
---|---|---|---|
coverAll | boolean |
None. |
|
currencyId | integer |
None. |
|
loanAppCollateralId | integer |
None. |
|
loanCollateralMappingId | integer |
None. |
|
collateralCurrencyCode | string |
None. |
|
baseCurrencyCode | string |
None. |
|
coverage | integer |
None. |
|
collateralSubTypeId | integer |
None. |
|
currencyName | string |
None. |
|
collateralCoverageId | integer |
None. |
|
collateralId | integer |
None. |
|
collateralTypeName | string |
None. |
|
collateralTypeId | integer |
None. |
|
collateralValue | decimal number |
None. |
|
omv | decimal number |
None. |
|
fsv | decimal number |
None. |
|
customerId | integer |
None. |
|
customerName | string |
None. |
|
collateralOwnerName | string |
None. |
|
collateralOwnerId | integer |
None. |
|
facilityAmount | decimal number |
None. |
|
requestedAmount | decimal number |
None. |
|
disbursedAmount | decimal number |
None. |
|
outstandingPrincipal | decimal number |
None. |
|
bookingDate | date |
None. |
|
maturityDate | date |
None. |
|
isBooked | boolean |
None. |
|
isDisbursed | boolean |
None. |
|
facilityAmountFcy | decimal number |
None. |
|
collateralValueFcy | decimal number |
None. |
|
facilityCurrencyCodeFcy | string |
None. |
|
facilityCurrencyId | integer |
None. |
|
loanApplicationId | integer |
None. |
|
loanApplicationDetailId | integer |
None. |
|
availableCollateralValue | decimal number |
None. |
|
availableCollateralValueBaseAmount | decimal number |
None. |
|
expectedCollateralCoverage | decimal number |
None. |
|
actualCollateralCoverage | decimal number |
None. |
|
totalCoverage | decimal number |
None. |
|
productAccNumber | string |
None. |
|
referenceNumber | string |
None. |
|
applicationReferenceNumber | string |
None. |
|
productName | string |
None. |
|
collateralSummary | string |
None. |
|
collateralCode | string |
None. |
|
expectedCoveragePercentage | integer |
None. |
|
actualCoveragePercentage | decimal number |
None. |
|
approvalStatusId | integer |
None. |
|
isMapped | boolean |
None. |
|
isUsed | boolean |
None. |
|
companyId | integer |
None. |
|
companyName | string |
None. |
|
company | string |
None. |
|
createdBy | integer |
None. |
|
lastUpdatedBy | integer |
None. |
|
dateTimeCreated | date |
None. |
|
dateTimeUpdated | date |
None. |
|
deleted | boolean |
None. |
|
deletedBy | integer |
None. |
|
dateTimeDeleted | date |
None. |
|
canModified | boolean |
None. |
|
userBranchId | integer |
None. |
|
sourceBranchId | integer |
None. |
|
userIPAddress | string |
None. |
|
applicationUrl | string |
None. |
|
systemCurrentDate | date |
None. |
|
systemArrivalDateTime | date |
None. |
|
staffId | integer |
None. |
|
username | string |
None. |
|
passCode | string |
None. |
|
countryId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "coverAll": true, "currencyId": 1, "loanAppCollateralId": 2, "loanCollateralMappingId": 3, "collateralCurrencyCode": "sample string 4", "baseCurrencyCode": "sample string 5", "coverage": 6, "collateralSubTypeId": 7, "currencyName": "sample string 8", "collateralCoverageId": 9, "collateralId": 10, "collateralTypeName": "sample string 11", "collateralTypeId": 12, "collateralValue": 13.0, "omv": 14.0, "fsv": 15.0, "customerId": 16, "customerName": "sample string 17", "collateralOwnerName": "sample string 18", "collateralOwnerId": 19, "facilityAmount": 20.0, "requestedAmount": 21.0, "disbursedAmount": 22.0, "outstandingPrincipal": 23.0, "bookingDate": "2025-05-02T06:35:49.8127014+01:00", "maturityDate": "2025-05-02T06:35:49.8127014+01:00", "isBooked": true, "isDisbursed": true, "facilityAmountFcy": 26.0, "collateralValueFcy": 27.0, "facilityCurrencyCodeFcy": "sample string 28", "facilityCurrencyId": 29, "loanApplicationId": 30, "loanApplicationDetailId": 1, "availableCollateralValue": 31.0, "availableCollateralValueBaseAmount": 32.0, "expectedCollateralCoverage": 33.0, "actualCollateralCoverage": 34.0, "totalCoverage": 35.0, "productAccNumber": "sample string 36", "referenceNumber": "sample string 37", "applicationReferenceNumber": "sample string 38", "productName": "sample string 39", "collateralSummary": "sample string 40", "collateralCode": "sample string 41", "expectedCoveragePercentage": 42, "actualCoveragePercentage": 43.0, "approvalStatusId": 44, "isMapped": true, "isUsed": true, "companyId": 47, "companyName": "sample string 48", "company": "sample string 49", "createdBy": 50, "lastUpdatedBy": 51, "dateTimeCreated": "2025-05-02T06:35:49.8176966+01:00", "dateTimeUpdated": "2025-05-02T06:35:49.8176966+01:00", "deleted": true, "deletedBy": 1, "dateTimeDeleted": "2025-05-02T06:35:49.8176966+01:00", "canModified": true, "userBranchId": 55, "sourceBranchId": 56, "userIPAddress": "sample string 57", "applicationUrl": "sample string 58", "systemCurrentDate": "2025-05-02T06:35:49.8176966+01:00", "systemArrivalDateTime": "2025-05-02T06:35:49.8176966+01:00", "staffId": 59, "username": "sample string 60", "passCode": "sample string 61", "countryId": 62 }
application/xml, text/xml
Sample:
<CollateralCoverageViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels.Credit"> <applicationUrl xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 58</applicationUrl> <canModified xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</canModified> <company xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 49</company> <companyId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">47</companyId> <companyName xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 48</companyName> <countryId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">62</countryId> <createdBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">50</createdBy> <dateTimeCreated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-02T06:35:49.8176966+01:00</dateTimeCreated> <dateTimeDeleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-02T06:35:49.8176966+01:00</dateTimeDeleted> <dateTimeUpdated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-02T06:35:49.8176966+01:00</dateTimeUpdated> <deleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</deleted> <deletedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">1</deletedBy> <lastUpdatedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">51</lastUpdatedBy> <passCode xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 61</passCode> <sourceBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">56</sourceBranchId> <staffId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">59</staffId> <systemArrivalDateTime xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-02T06:35:49.8176966+01:00</systemArrivalDateTime> <systemCurrentDate xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-02T06:35:49.8176966+01:00</systemCurrentDate> <userBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">55</userBranchId> <userIPAddress xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 57</userIPAddress> <username xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 60</username> <actualCollateralCoverage>34</actualCollateralCoverage> <actualCoveragePercentage>43</actualCoveragePercentage> <applicationReferenceNumber>sample string 38</applicationReferenceNumber> <approvalStatusId>44</approvalStatusId> <availableCollateralValue>31</availableCollateralValue> <availableCollateralValueBaseAmount>32</availableCollateralValueBaseAmount> <baseCurrencyCode>sample string 5</baseCurrencyCode> <bookingDate>2025-05-02T06:35:49.8127014+01:00</bookingDate> <collateralCode>sample string 41</collateralCode> <collateralCoverageId>9</collateralCoverageId> <collateralCurrencyCode>sample string 4</collateralCurrencyCode> <collateralId>10</collateralId> <collateralOwnerId>19</collateralOwnerId> <collateralOwnerName>sample string 18</collateralOwnerName> <collateralSubTypeId>7</collateralSubTypeId> <collateralSummary>sample string 40</collateralSummary> <collateralTypeId>12</collateralTypeId> <collateralTypeName>sample string 11</collateralTypeName> <collateralValue>13</collateralValue> <collateralValueFcy>27</collateralValueFcy> <coverAll>true</coverAll> <coverage>6</coverage> <currencyId>1</currencyId> <currencyName>sample string 8</currencyName> <customerId>16</customerId> <customerName>sample string 17</customerName> <disbursedAmount>22</disbursedAmount> <expectedCollateralCoverage>33</expectedCollateralCoverage> <expectedCoveragePercentage>42</expectedCoveragePercentage> <facilityAmount>20</facilityAmount> <facilityAmountFcy>26</facilityAmountFcy> <facilityCurrencyCodeFcy>sample string 28</facilityCurrencyCodeFcy> <facilityCurrencyId>29</facilityCurrencyId> <fsv>15</fsv> <isBooked>true</isBooked> <isDisbursed>true</isDisbursed> <isMapped>true</isMapped> <isUsed>true</isUsed> <loanAppCollateralId>2</loanAppCollateralId> <loanApplicationDetailId>1</loanApplicationDetailId> <loanApplicationId>30</loanApplicationId> <loanCollateralMappingId>3</loanCollateralMappingId> <maturityDate>2025-05-02T06:35:49.8127014+01:00</maturityDate> <omv>14</omv> <outstandingPrincipal>23</outstandingPrincipal> <productAccNumber>sample string 36</productAccNumber> <productName>sample string 39</productName> <referenceNumber>sample string 37</referenceNumber> <requestedAmount>21</requestedAmount> <totalCoverage>35</totalCoverage> </CollateralCoverageViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />