API - Manage Account
Add or update an account
Submit
<?xml version="1.0" encoding="UTF-8"?> <myxml> ... <accountid></accountid> <account></account> <accountdescription></accountdescription> <accountorderid></accountorderid> <accountstatus></accountstatus> </myxml>
accountid
Supply a known accountid when applying updates to a specific contact. Retrievable by using the accounts picklist API-call.
account
Identifier for the account. Typical IBAN or name of payment service provider. Defaults to "NOT PROVIDED" when omitted.
accountdescription
Description for the account.
accountorderid
Sequential number or code for ordering in picklists, drop-downs and default selections. Defaults to "Z" when omitted.
accountstatus mandatory
Response
<?xml version="1.0" encoding="UTF-8"?> <response> <account> <accountid></accountid> <accountstatus></accountstatus> <accountproc></accountproc> </account> ... </response>
accountid
Unique identifier for the account.
accountstatus
accountproc
Informational message about process. i.e. "updated" or "added".