add_account
This application is used to create new Account.
Parameters:
- AccountName
- Status
- IsCustomer
- CurrencyId
- BillingEmail
- Timezone
- IsVendor
- AccountType
- AccountOwner
- AccountNumber
- FirstName
- LastName
- LeadSource
- AccountType
- Address1
- Address2
- Address3
- PostCode
- Phone
- City
- Country
- VatNumber
Returns:
- Account Successfully Created
update_account
This application is used to update Account.
Parameters:
- AccountID
- AccountName
- Status
- IsCustomer
- CurrencyId
- BillingEmail
- Timezone
- IsVendor
- AccountType
- AccountOwner
- AccountNumber
- FirstName
- LastName
- LeadSource
- AccountType
- Address1
- Address2
- Address3
- PostCode
- Phone
- City
- Country
- VatNumber
Returns:
- Account Successfully Updated.
get_account
This application is used to get specific Account.
Parameters:
- AccountID
Returns:
- AccountID
- AccountName
- Status
- IsCustomer
- CurrencyId
- BillingEmail
- Timezone
- IsVendor
- AccountType
- AccountOwner
- AccountNumber
- FirstName
- LastName
- LeadSource
- AccountType
- Address1
- Address2
- Address3
- PostCode
- Phone
- City
- Country
- VatNumber
add_note
This application is used to Add Account note.
Parameters:
- AccountID
- CompanyID
- Note
Returns:
- NoteID
get_note
This application is used to get account note.
Parameters:
- NoteID
Returns:
- Note
delete_note
This application is used to delete account note.
Parameters:
- NoteID
Returns:
- Note Successfully deleted.
update_note
This application is used to update account note.
Parameters:
- NoteID
- Note
Returns:
- Note Successfully updated.
sendemail
This application is used to send account activity email.
Parameters:
- email-to
- Subject
- Message
- usertype
- ContactID
- AccountID
- file
- AttachmentPaths
Returns:
- Email Send Successfully.
get_email
This application is used to get email from account log.
Parameters:
- EmailID
Returns:
- Email fields.
delete_email
This application is used to delete email from account log.
Parameters:
- AccountEmailLogID
Returns:
- Account Email Log Succesfully Deleted