/
JSON API - CRMSYNCADDCUSTOMER

JSON API - CRMSYNCADDCUSTOMER

Adds a new Customer (Agency) record into Customers area

Input

  • TransType – "CRMSyncAddCustomer"

  • Login (string)

  • Password (string)

  • CustomerID (string)

  • CustomerName (string)

  • CustomerType (string)

  • Address1 (string)

  • Address2 (string)

  • City (string)

  • State (string)

  • Zip (string)

  • Country (string)

  • Phone (string)

  • MobilePhone (string)

  • Fax (string)

  • Email (string)

  • AffiliationID (string)

  • ParentAffiliationID (string)

  • CommCode (string)

  • Territory (string)

  • TaxID (string)

  • QCurrency (string)

  • DefaultBrand (string)

  • Profile (string)

  • Status (string)

  • ReceivedW9 (string)

  • Require1099 (string)

  • FederalTaxClass (string)

  • Origin (string)

  • CreatedBy (string)

Output

  • Customer object

Related pages