Add a car to a Parking User

Securityjwt
Request
path Parameters
baId
required
integer <int64>

ID of the Billing Account.

puId
required
integer <int64>

ID of the Parking User.

Request Body schema: application/json
licenseNumber
required
string

Must not be empty; must not be longer than 10 characters; must contain only numbers and uppercase letters

countryCode
required
string

Must not be empty; must belong to the list of ISO 3166-2 codes.

Responses
201

Created

post/billing-accounts/{baId}/parking-users/{puId}/cars
Request samples
application/json
{
  • "licenseNumber": "string",
  • "countryCode": "string"
}