object CreateLicensePlateNumbersOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
license_plate_numbers | [LicensePlateNumberV2] |
Referenced By
- license_plate_numbers_create Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"license_plate_numbers": LicensePlateNumberV2
}