Add a license plate number
Add a license plate to a collection
Add license plates to a previously created collection.
JSON
{
"license_plate": "1223-34"
}
PUT /api/license_plate_collections/{license-plate-collection-uid}/?format=json |
Parameters
string
license_plate REQUIRED – a license plate.
200 |
Returns a JSON object with the ID of the created license plate
JSON
|
404 |
Collection with this UID not found |