Download OpenAPI specification:Download
Guarantee 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": [
- {
- "guaranteeGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "guaranteeDate": "2019-08-24T14:15:22Z",
- "originalGuaranteeAmount": 0,
- "guaranteeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "guaranteeType": 0,
- "validUntil": "2019-08-24T14:15:22Z"
}
]
}| guaranteeGuid required | string Guarantee guid |
{- "guaranteeGuid": "string",
- "pledgeType": 0,
- "referenceNumber": "string",
- "guaranteeDate": "2019-08-24T14:15:22Z",
- "originalGuaranteeAmount": 0,
- "guaranteeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "guaranteeType": 0,
- "guarantors": [
- {
- "guarantorGuid": "string",
- "fullName": "string",
- "idNumber": "string",
- "active": true,
- "principalPart": "string",
- "originalPrincipal": 0,
- "paidPrincipal": 0,
- "remainingPrincipal": 0,
- "interests": [
- {
- "interestPart": "string",
- "originalInterest": 0,
- "paidInterest": 0,
- "remainingInterest": 0,
- "interestRate": 0,
- "interestCode": "string",
- "interestFrom": "2019-08-24T14:15:22Z",
- "interestTo": "2019-08-24T14:15:22Z",
- "interestStop": "2019-08-24T14:15:22Z",
- "debtGroupInterestCode": "string",
- "fixedInterestTermStart": "2019-08-24T14:15:22Z"
}
]
}
], - "links": [
- {
- "type": "string",
- "name": "string",
- "href": "string",
- "resource": "string",
- "guid": "string"
}
]
}| guaranteeGuid required | string Guarantee guid |
Guarantee information
| referenceNumber | string or null Reference or identification number for pledge |
| guaranteeDate | string or null <date-time> Guarantee date |
| guaranteeAmount | number or null <double> Guarantee 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 |
| guaranteeType | integer or null <int32> Guarantee type 1 = Absolute guaranty 2 = Sec.obligation |
| validUntil | string or null <date-time> Full guarantee valid until |
{- "referenceNumber": "string",
- "guaranteeDate": "2019-08-24T14:15:22Z",
- "guaranteeAmount": 0,
- "description": "string",
- "note": "string",
- "insurer": "string",
- "insuranceNumber": "string",
- "insuredAmount": 0,
- "insuranceExpiryDate": "2019-08-24T14:15:22Z",
- "guaranteeType": 0,
- "validUntil": "2019-08-24T14:15:22Z"
}{- "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 Guarantee 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"
]
}
}{ }