Checking a Pledge by Body Number
Checks whether a vehicle has a pledge registered by vehicle body number, via the movable property pledge notification registry (Federal Notary Chamber). Returns a list of pledge records with pledgor and pledgee data.
URL
Method: POST
- Production:
https://registry.wallet.kvell.group/reg2/pledge/check/body
Request parameters
| Name |
Type |
Required |
Description |
body_number |
string |
Yes |
Vehicle body number |
use_proxy |
boolean |
No |
Use a proxy for the request |
Example request
{
"body_number": "X9FDXXEEBDCE35007",
"use_proxy": false
}
| Name |
Type |
Required |
Description |
X-Api-Key |
string |
Yes |
Unique identifier (UUID) |
Response
Example response
Response parameters
| Name |
Type |
Description |
query_type |
string |
Query type |
query_value |
string |
Query value |
found |
boolean |
Whether a pledge was found |
total |
integer |
Number of records |
records |
array |
List of pledges |
records[].notification_number |
string |
Pledge notification number |
records[].registration_date |
string |
Pledge registration date |
records[].pledgor_name |
string |
Pledgor |
records[].pledgee_name |
string |
Pledgee |
records[].subject_description |
string |
Description of the pledged item |