"Next" as CustomerCode to generate the code from your company’s customer number series defined in Noyax. The generated code is returned in the CustomerCode field of the response.
How the code is built
A series consists of parts joined in order. Each part has a type and a length:- A part shorter than its length is left-padded with
0; a longer part is cut to its last characters. - The next number is incremented only if the customer is saved successfully. A failed request does not consume a number.
- Concurrent requests never get the same number.
38, the code is 0000382026.
Errors
"Next" can only be used on create. Sending it on update returns 400 with 1003.