Number string lengths #73
-
|
Various entities have identities referred to as "numbers" in the documentation, although they're actually strings. Is there a limitation on the (significant) length of these strings, and if so what? In other words, is there a point at which the API will refuse to accept a request because a string is too long, or is there a point at which only the first X characters of two "number" strings will be used to compare them? I'm not after a theoretical maximum here but a practical one. If it's less than 256, say, that's important to know. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
That's correct - all entities in the NetLicensing can be refrred using a functional unique number.
The max length for all numbers is set 1000ch. |
Beta Was this translation helpful? Give feedback.
-
Did you know!
|
Beta Was this translation helpful? Give feedback.
That's correct - all entities in the NetLicensing can be refrred using a functional unique number.
These numbers can be defined:
<PREFIX><8-CHAR>; e.g.P12345678The max length for all numbers is set 1000ch.