Customer
example script
purpose
payloadData["type"] = "AR_CUSTOMER"payloadData["payload"]["COMPANYNAME"] = data["Name"]UI
mapping field
type
remarks
Last updated
SQL ACCOUNTING integration - customer
payloadData["type"] = "AR_CUSTOMER"to let the system know you integration with Customer
payloadData["payload"]["COMPANYNAME"] = data["Name"]change ["COMPANYNAME"]. You can refer below table
Company
COMPANYNAME
text
Code
CODE
text
Currency
CURRENCYCODE
text
map to Currency (need to make sure the Currency code exist in SQL)
Address line 1
ADDRESS1
text
Address line 2
ADDRESS2
text
Address line 3
ADDRESS3
text
Address line 4
ADDRESS4
text
Attention
ATTENTION
text
Phone
PHONE1
text
text
Last updated