Operation Id:
clients/externalCode/put [Official Documentaction]
Methods
- client_id Integer
- client_login String
- code_extern String
Examples
This function logs in the "iai_demo" client and sets the external code to "abc".
Loading editor...
const result = await idosellRequest.putClientsExternalCode .client_login("iai_demo") .code_extern("abc") .exec();