object CreateLicensePlateNumbersOutput

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

license_plate_numbers[LicensePlateNumberV2]

License plate numbers created by the mutation.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "license_plate_numbers": [[{id: "TGljZW5zZVBsYXRlTnVtYmVyOjEyMzQ="}]]
}