Download OpenAPI specification:Download
Collateral related API for Aptic solutions
| $filter | string Filter conditions specified in a simplified OData format |
| $skip | integer <int32> List offset when paginating (default 0) |
| $top | integer <int32> Maximum size of result (default 25, max 100) |
| $orderby | string Sorting conditions E.g. "fullname desc" |
{- "count": 0,
- "skip": 0,
- "total": 0,
- "value": [
- {
- "collateralGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "pledgeDate": "2019-08-24T14:15:22Z",
- "pledgeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "realized": true,
- "fixedAsset": {
- "collateralCode": "string",
- "estateTypeId": 0,
- "estate": "string",
- "countryCode": "string",
- "municipalityCode": "string",
- "areaRef": "string",
- "unitRef": "string",
- "annexRef": "string",
- "sectionRef": "string",
- "landPlotRef": "string",
- "apartmentNumber": "string",
- "fullAddress": "string",
- "taxValue": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "movableproperty": {
- "collateralCode": "string",
- "propertyType": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "companyMortgage": {
- "companyName": "string",
- "collateralCode": "string"
}, - "seizure": {
- "collateralDesc": "string",
- "collateralType": 0,
- "expirationDate": "2019-08-24T14:15:22Z",
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "lienPriorities": [
- {
- "priorityOrder": 0,
- "pledgedAmount": 0,
- "lienPriorityAmount": 0,
- "referenceNumber": "string",
- "owner": "string",
- "date": "2019-08-24T14:15:22Z",
- "note": "string"
}
], - "landCertificates": [
- {
- "idnumber": "string",
- "fullname": "string",
- "ownership": 0
}
]
}
]
}| collateralGuid required | string Collateral guid |
{- "collateralGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "pledgeDate": "2019-08-24T14:15:22Z",
- "pledgeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "realized": true,
- "fixedAsset": {
- "collateralCode": "string",
- "estateTypeId": 0,
- "estate": "string",
- "countryCode": "string",
- "municipalityCode": "string",
- "areaRef": "string",
- "unitRef": "string",
- "annexRef": "string",
- "sectionRef": "string",
- "landPlotRef": "string",
- "apartmentNumber": "string",
- "fullAddress": "string",
- "taxValue": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "movableproperty": {
- "collateralCode": "string",
- "propertyType": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "companyMortgage": {
- "companyName": "string",
- "collateralCode": "string"
}, - "seizure": {
- "collateralDesc": "string",
- "collateralType": 0,
- "expirationDate": "2019-08-24T14:15:22Z",
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "lienPriorities": [
- {
- "priorityOrder": 0,
- "pledgedAmount": 0,
- "lienPriorityAmount": 0,
- "referenceNumber": "string",
- "owner": "string",
- "date": "2019-08-24T14:15:22Z",
- "note": "string"
}
], - "landCertificates": [
- {
- "idnumber": "string",
- "fullname": "string",
- "ownership": 0
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| collateralGuid required | string Collateral guid |
Collateral information
| referenceNumber | string or null Reference or identification number for pledge |
| pledgeDate | string or null <date-time> Pledge date |
| pledgeAmount | number or null <double> Pledge amount |
| description | string or null Description of the pledge |
| note | string or null Notes for this pledge |
| insurer | string or null Insurer for this pledge |
| insuranceNumber | string or null Insurance number for this pledge |
| insuredAmount | number or null <double> Insured amount for this pledge |
| insuranceExpiryDate | string or null <date-time> Expiry date of the insurance for this pledge |
| realized | boolean or null The collateral has been sold/realized |
object (AccountCollateralFixedAsset) Fixed asset information | |
object (AccountCollateralMovableproperty) Movable property information | |
object (AccountCollateralCompanyMortgage) Company mortgage information | |
object (AccountCollateralSeizure) Seizure information | |
Array of objects or null (LienpriorityElm) All known mortgage lien priorities | |
Array of objects or null (OwnerElm) Land certificates (only valid when PledgeType = 1) |
{- "referenceNumber": "string",
- "pledgeDate": "2019-08-24T14:15:22Z",
- "pledgeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "realized": true,
- "fixedAsset": {
- "collateralCode": "string",
- "estateTypeId": 0,
- "estate": "string",
- "countryCode": "string",
- "municipalityCode": "string",
- "areaRef": "string",
- "unitRef": "string",
- "annexRef": "string",
- "sectionRef": "string",
- "landPlotRef": "string",
- "apartmentNumber": "string",
- "fullAddress": "string",
- "taxValue": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "movableproperty": {
- "collateralCode": "string",
- "propertyType": 0,
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "companyMortgage": {
- "companyName": "string",
- "collateralCode": "string"
}, - "seizure": {
- "collateralDesc": "string",
- "collateralType": 0,
- "expirationDate": "2019-08-24T14:15:22Z",
- "valueAmount": 0,
- "valuedAt": "2019-08-24T14:15:22Z",
- "valuedBy": "string"
}, - "lienPriorities": [
- {
- "priorityOrder": 0,
- "pledgedAmount": 0,
- "lienPriorityAmount": 0,
- "referenceNumber": "string",
- "owner": "string",
- "date": "2019-08-24T14:15:22Z",
- "note": "string"
}
], - "landCertificates": [
- {
- "idnumber": "string",
- "fullname": "string",
- "ownership": 0
}
]
}{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string",
- "property1": null,
- "property2": null
}Execute custom service definition in CLVR with possibility to pass in JSON into definition.
| guid required | string Collateral guid |
| serviceDefinition required | string The invoke service definition request. |
| async | boolean Specify if custom action should be performed asynchronously |
JSON body
{- "name1": "string",
- "name2": false,
- "name3": {
- "name4": [
- "string",
- "string"
]
}
}{ }Execute custom service definition in CLVR with possibility to pass in JSON into definition.
| serviceDefinition required | string The invoke service definition request. |
| async | boolean Specify if custom action should be performed asynchronously |
JSON body
{- "name1": "string",
- "name2": false,
- "name3": {
- "name4": [
- "string",
- "string"
]
}
}{ }