Class NaviLine.Types.AccountNumber

Summary

ID number used to identify a customer account

Remarks

A customer can have multiple accounts, each with a different location. The accounts are identified by a combination of a Customer ID and a Location ID, which make up the account number. This is normally in the format: 000022275-000040034. Where 000022275 is the customer ID and 000040034 is the location ID.

When the account number is required as an input parameter to a service, you do not need to include the leading zeros in either part of the account number. The account number does have to include the '-' separating the customer id from the location id.

For example, you can pass the account number as 22275-40034