blueflag_logo

Search#

Search PPSR by Registration Plate & State or VIN.


Attributes


search_number string

The Search Number of the search.


search_certificate_number string

The Search Certificate Number generated by PPSR for this Search Certificate request.


ppsr_transaction_id string

A unique identifier of the transaction in PPSR.


ppsr_request_message_id string

A unique message identifier that identifies this message uniquely within the PPSR system.


ppsr_response_messages string

A list of warning and informational messages generated by processing the request.



search_result string

A list of registrations that match the search criteria.


search_result_retrieved_date_time string

The date and time the result of the search was retrieved.


transitional_period_message string

A message that will only be included during the transitional period.

This message is used to indicate that some registrations may not be on the register.
After the end of the transitional period this will always be null.


nevdis_data string

This will contain the data retrieved from NEVDIS.


ENDPOINT URL
1
https://sandbox.blueflag.com.au/afsa/ppsr/search?vin=KMHH351EMKU00TEST
EXAMPLE REQUEST
bash
1
curl "https://sandbox.blueflag.com.au/afsa/ppsr/search?vin=KMHH351EMKU00TEST" -H "Authorization: secret_SANDBOX_f1nlZOh0Xr1JvMgJy0d0l9i5JybnBEAYfl7isuU0_o-1GkBsaN8f"
EXAMPLE RESPONSE
json
1
{
2
"request_id": "cd4b2fd9-34fb-40e5-87b9-60a70742c9b2",
3
"result": [
4
{
5
"search_number": "111111111111",
6
"search_certificate_number": "1111111111110001",
7
"ppsr_transaction_id": "160566349",
8
"ppsr_request_message_id": "1453814877",
9
"ppsr_response_messages": [
10
"MSG-50036 The absence of recall information in the response does not indicate that the vehicle is not recalled – the recall information is not available in this version of the application."
11
]
12
"search_result": {
13
"result_details": [
14
{
15
"result_sequence_number": 1,
16
"restriction_detail": null,
17
"registration_detail": {
18
"registration_number": "202310240003186",
19
"change_number": 4813850,
20
"earlier_registration_number": null,
21
"is_transitional": true,
22
"is_migrated": true,
23
"registration_start_time": "2023-10-24T17:46:35",
24
"registration_end_time": "2030-10-24T23:59:59",
25
"registration_change_time": "2023-11-02T16:22:48",
26
"secured_parties": [
27
{
28
"secured_party_type": "Organisation",
29
"organisation": {
30
"organisation_number_type": "ACN",
31
"organisation_number": "111111111",
32
"organisation_name": "NONEXISTENT COMPANY AUSTRALIA PTY LIMITED",
33
"organisation_number_verification_status": null
34
},
35
"individual": null
36
}
37
],
38
"grantors": [
39
{
40
"grantor_type": "Individual",
41
"organisation": null,
42
"individual": {
43
"family_name": null,
44
"given_names": null
45
}
46
},
47
{
48
"grantor_type": "Individual",
49
"organisation": null,
50
"individual": {
51
"family_name": null,
52
"given_names": null
53
}
54
}
55
],
56
"giving_of_notice_identifier": "K2023NA0000493",
57
"address_for_service": {
58
"addressee": "John Doe",
59
"email_address": "johndoe@email.test",
60
"fax_number": null,
61
"mailing_address": {
62
"iso_3166_country_code": "AU",
63
"country_name": "AUSTRALIA",
64
"line_1": "Cnr 00, Rnbow Kngdm Rd",
65
"line_2": null,
66
"line_3": null,
67
"locality": "Test Park",
68
"postcode": "3000",
69
"state": "VIC"
70
},
71
"physical_address": null
72
},
73
"registration_kind": "SecurityInterest",
74
"is_security_interest_registration_kind": true,
75
"collateral_type": "Commercial",
76
"collateral_class_type": "MotorVehicle",
77
"collateral_class_description": "Motor vehicle",
78
"serial_number_details": {
79
"serial_number_type": "VIN",
80
"serial_number": "KMHH351EMKU00TEST",
81
"additional_vehicle_details": {
82
"vehicle_registration_number": null,
83
"vehicle_descriptive_text": null
84
}
85
},
86
"collateral_description": null,
87
"is_pmsi": "True",
88
"is_inventory": "False",
89
"are_assets_subject_to_control": null,
90
"are_proceeds_claimed": "True",
91
"proceeds_claimed_description": "All present and after acquired property.",
92
"is_subordinate": true,
93
"migration_detail": null,
94
"registrar_alert": null
95
},
96
"change_history": {
97
"change_details": [
98
{
99
"change_number": 1234567,
100
"change_type": "Amend",
101
"registration_change_time": "2023-11-02T16:22:48"
102
},
103
{
104
"change_number": 1234567,
105
"change_type": "Create",
106
"registration_change_time": "2023-10-24T17:46:35"
107
}
108
]
109
}
110
}
111
],
112
"search_result_retrieved_date_time": "2024-05-09T04:53:26",
113
"transitional_period_message": null,
114
"nevdis_data": {
115
"verification_status": "Found",
116
"nevdis_vehicles": [
117
{
118
"vehicle_identifier": {
119
"identifier_type": "VIN",
120
"identifier_value": "KMHH351EMKU00TEST"
121
},
122
"vehicle_detail": {
123
"jurisdiction": "VIC",
124
"jurisdiction_participation": true,
125
"registration": {
126
"plate": "TEST00",
127
"expiry_date": "16 Jan 2025"
128
},
129
"vehicle_description": {
130
"make": "HYUNDAI",
131
"model": "I30",
132
"colour": "SILVER OR CHROME",
133
"body_type": "CAR/SEDAN",
134
"vehicle_type": "CAR / SMALL PASSENGER VEHICLE",
135
"year_of_manufacture": "2019",
136
"compliance_plate": "2019-07",
137
"engine_number": "G40000000000"
138
}
139
},
140
"stolen": [],
141
"written_off_details": [],
142
"safety_recalls": []
143
}
144
]
145
}
146
}
147
}
148
]
149
}