Skip to main content
Skip table of contents

Adding to a collection. License plate

Adding license plates to a previously created collection.

POST /api/license_plate_collections/{license-plate-collection-uid}?format=json
Body
json
JSON
{
    "license_plate": "2109BO7"
}
license-plate-collection-uidoptional
uid

Collection UID

license_plateoptional
string

License plate

Response
200

Returns a JSON object with the ID of the created license plate.

JSON
{
                 "license_plate_uid": "8d5d09a0-1090-11ec-a9fc-addec8dfe22c"
            }
404

Collection with this UID not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.