how many digits is allowed for ticketNumber ?

ticketNumber should be of how many digits ?
For less than 11 digits and more than 13 digits we get error
{
"httpCode": "400",
"httpMessage": "Bad Request",
"message": "malformed ticketNumber \"12345678901\"",
"errorClass": "Exception"
}
For 12 digits it works fine.
Is there any limit to the digits which is allowed for ticketNumber ?
Its not mentioned any where
2 comments
Hi @akkyster,
Thank you for contacting us.
The ticketNumber is always 12 digits. Also if you check the saleIDs digits, those are the last digits in the ticketNumber value field:
I hope this helps.
thanks a lot..