0 votes
in REST API end points by (170 points)

When doing an integration for AccountCustomer, we upload our customers including the ARAccountCode field. So we do not want the system to generate one for us.

Can you please advise what steps we need to take to stop generating ARAccountsCode when create a customer through the API, but does generate one when creating customer through the UI.

1 Answer

0 votes
by (1.8k points)

At present:
The system parameter IsAutoGenerateAccountNumbersOn controls whether ARAccountCodes are generated for account customers at a global level.

If this is set to true then ARAccountCodes are generated by AMCS Platform through all channels and ARAccountCode is read-only.

An alternative would be to store the externally generated reference should be stored in the Reference property.

We would need to discuss this with the other teams as a change.

Welcome to AMCS PLATFORM REST API Q&A, where you can ask questions and receive answers from other members of the community.
...