CMO Control Management Organizer
2.50
85
API Server

auth

2
GET

auth/login

REFERENCE

Login into system using operator. Creates a session token, to be used in all subsequent calls.

PARAMETERS
username string A valid username.
password password Password
/
auth
/
login.php
Request
Response
200
BODY
GET

auth/logout

REFERENCE

Logout from system and destroy the session token.

PARAMETERS
token string session token
/
auth
/
logout.php
Request
Response
200
BODY

customers

8
GET

customers/addcustomer

REFERENCE

Add new customer with minimal data (coming soon)

PARAMETERS
token string session token
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
email string email address
email_pec string pec email address
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
/
customers
/
addcustomer.php
Request
Response
200
BODY
GET

customers/checkbyfcode

REFERENCE

Check exists customer entry by fiscal code.

PARAMETERS
token string session token
fcode string fiscal code unique
/
customers
/
checkbyfcode.php
Request
Response
200
BODY
GET

customers/checkbyvat

REFERENCE

Check exists customer entry by vat code.

PARAMETERS
token string session token
vatcode string vat unique code
/
customers
/
checkbyvat.php
Request
Response
200
BODY
GET

customers/loadbyfcode

REFERENCE

Get customer by fiscal code

PARAMETERS
token string session token
fcode string fiscal code unique
/
customers
/
loadbyfcode.php
Request
Response
200
BODY
GET

customers/loadbyid

REFERENCE

Get customer by ID

PARAMETERS
token string session token
id integer customer ID
/
customers
/
loadbyid.php
Request
Response
200
BODY
GET

customers/loadbyname

REFERENCE

Get customer by COMPANY-NAME

PARAMETERS
token string session token
company string company name
fname string first name (alternative to the company name)
lname string last name (alternative to the company name)
/
customers
/
loadbyname.php
Request
Response
200
BODY
GET

customers/loadbyvatcode

REFERENCE

Get customer by VAT CODE

PARAMETERS
token string session token
vatcode string vat unique code
/
customers
/
loadbyvatcode.php
Request
Response
200
BODY
GET

customers/updatecustomer

REFERENCE

Update customer data

PARAMETERS
token string session token
id integer customer ID
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
email string email address
email_pec string pec email address
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
/
leads
/
updatecustomer.php
Request
Response
200
BODY

suppliers

6
GET

suppliers/addsupplier

REFERENCE

Add new supplier with minimal data

PARAMETERS
token string session token
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
email string email address
email_pec string pec email address
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
/
suppliers
/
addsupplier.php
Request
Response
200
BODY
GET

suppliers/checkbyvat

REFERENCE

Check exists supplier entry by vat code.

PARAMETERS
token string session token
vatcode string vat unique code
/
suppliers
/
checkbyvat.php
Request
Response
200
BODY
GET

suppliers/loadbyid

REFERENCE

Get supplier by ID

PARAMETERS
token string session token
id integer supplier ID
/
suppliers
/
loadbyid.php
Request
Response
200
BODY
GET

suppliers/loadbyname

REFERENCE

Get supplier by COMPANY-NAME

PARAMETERS
token string session token
company string company name
fname string first name (alternative to the company name)
lname string last name (alternative to the company name)
/
suppliers
/
loadbyname.php
Request
Response
200
BODY
GET

suppliers/loadbyvatcode

REFERENCE

Get supplier by VAT CODE

PARAMETERS
token string session token
vatcode string vat unique code
/
suppliers
/
loadbyvatcode.php
Request
Response
200
BODY
GET

suppliers/updatesupplier

REFERENCE

Update supplier data

PARAMETERS
token string session token
id integer supplier ID
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
email string email address
email_pec string pec email address
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
/
suppliers
/
updatesupplier.php
Request
Response
200
BODY

leads

6
GET

leads/addlead

REFERENCE

Add new lead with minimal data

PARAMETERS
token string session token
email string email address (required at least one)
phone string phone number (required at least one)
fname string first name
lname string last name
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
leadcode string custom lead code
leadsource string custom source code
company string company name
vatcode string company vat code
fiscalcode string fiscal code
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
privacyip string ip address source privact accept
promoter string promoter name
subscribedt string subscribe date (YYYY-MM-DD)
/
leads
/
addlead.php
Request
Response
200
BODY
GET

leads/checkbyemail

REFERENCE

Check exists lead entry by email address.

PARAMETERS
token string session token
email string email address
/
leads
/
checkbyemail.php
Request
Response
200
BODY
GET

leads/checkbyphone

REFERENCE

Check exists lead entry by email address.

PARAMETERS
token string session token
phone string phone number (without internal space)
/
leads
/
checkbyphone.php
Request
Response
200
BODY
GET

leads/loadbyid

REFERENCE

Get lead details by ID

PARAMETERS
token string session token
id integer lead ID
/
leads
/
loadbyid.php
Request
Response
200
BODY
GET

leads/loadlist

REFERENCE

Retrieve leads list filtered by source code, tag and subscription date.

PARAMETERS
token string session token
tag string tag value ('new', 'lost', 'reject', 'suspend', 'contact', 'recall', 'quote' 'complete', 'error')
leadsource string custom source code
subscribe_dt_from string from subscribe date (YYYY-MM-DD)
subscribe_dt_to string to subscribe date (YYYY-MM-DD)
/
leads
/
loadlist.php
Request
Response
200
BODY
GET

leads/updatelead

REFERENCE

Update lead data

PARAMETERS
token string session token
id integer lead ID
email string email address
phone string phone number
fname string first name
lname string last name
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
leadcode string custom lead code
leadsource string custom source code
company string company name
vatcode string company vat code
fiscalcode string fiscal code
privacy string privacy accept (0/1)
privacydt string date privact accept (YYYY-MM-DD)
privacyip string ip address source privact accept
promoter string promoter name
subscribedt string subscribe date (YYYY-MM-DD)
/
leads
/
updatelead.php
Request
Response
200
BODY

partners

8
GET

partners/addpartner

REFERENCE

Add new partner with minimal data

PARAMETERS
token string session token
type_id integer unique partner type id
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
email string email address
zone_id integer unique zone number id
/
partners
/
addpartner.php
Request
Response
200
BODY
GET

partners/checkbyfcode

REFERENCE

Check exists partner entry by fiscal code.

PARAMETERS
token string session token
id string country code
fcode string fiscal code
/
partners
/
checkbyfcode.php
Request
Response
200
BODY
GET

partners/checkbyvat

REFERENCE

Check exists partner entry by vat code.

PARAMETERS
token string session token
vatcode string vat unique code
/
partners
/
checkbyvat.php
Request
Response
200
BODY
GET

partners/loadbyfcode

REFERENCE

Get partners by FISCAL CODE

PARAMETERS
token string session token
id string country code
fcode string fiscal code
/
partners
/
loadbyfcode.php
Request
Response
200
BODY
GET

partners/loadbyid

REFERENCE

Get partners by ID

PARAMETERS
token string session token
id integer partner ID
/
partners
/
loadbyid.php
Request
Response
200
BODY
GET

partners/loadbyname

REFERENCE

Get partner by COMPANY-NAME

PARAMETERS
token string session token
company string company name
fname string first name (alternative to the company name)
lname string last name (alternative to the company name)
/
partners
/
loadbyname.php
Request
Response
200
BODY
GET

partners/loadbyvatcode

REFERENCE

Get partners by VAT CODE

PARAMETERS
token string session token
vatcode string vat unique code
/
partners
/
loadbyvatcode.php
Request
Response
200
BODY
GET

partners/updatepartner

REFERENCE

Update partner data

PARAMETERS
token string session token
id integer partner ID
type_id integer unique partner type id
company string company name
vatcode string company vat code
phone string phone number
fax string fax phone number
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
language string language code iso2
fname string first name
lname string last name
fiscalcode string fiscal code
email string email address
zone_id integer unique zone number id
/
partners
/
updatepartner.php
Request
Response
200
BODY

invoices

13
GET

invoices/addexpiry

REFERENCE

Add new expiry invoice

PARAMETERS
token string session token
invoice_id integer unique invoice number id
date string expiry date (YYYY-MM-DD)
value decimal expiry value amount (2 decimal digit)
mode integer unique payment-mode number id
note string short description about expiry
account_id integer unique cash/bank-account number id
/
invoices
/
addExpiry.php
Request
Response
200
BODY
GET

invoices/addinvoice

REFERENCE

Add new invoice

PARAMETERS
token string session token
date string invoice date (YYYY-MM-DD)
register string vat register code
customer_id integer unique customer number id
title string short description of invoice object
partner_id integer unique partner/technical/agent number id
zone_id integer unique zone number id
payment_id integer id of payment condition
/
invoices
/
addInvoice.php
Request
Response
200
BODY
GET

invoices/addrow

REFERENCE

Add new row invoice

PARAMETERS
token string session token
invoice_id integer unique invoice number id
partner_id integer unique partner/technical/agent number id
product_id integer unique product number id
description string product description
price decimal row price amount (2 decimal digit)
discount_value decimal discount value amount (2 decimal digit)
discount_perc decimal discount percent amount (2 decimal digit)
quantity decimal row quantity amount (2 decimal digit)
um string unit of measure code
vat_id integer unique vat code number id
reference1 string reference data
reference2 string reference data
account_code integer account code of accounting plan
purchase_date string purchase date (YYYY-MM-DD)
warranty_exp_date string warranty expiration date (YYYY-MM-DD)
/
invoices
/
addRow.php
Request
Response
200
BODY
GET

invoices/getexpiries

REFERENCE

Get expiries about specified invoice

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
getexpiries.php
Request
Response
200
BODY
GET

invoices/getpdf

REFERENCE

Get invoice in PDF format

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
getpdf.php
Request
Response
200
BODY
GET

invoices/getrows

REFERENCE

Get rows about specified invoice

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
getrows.php
Request
Response
200
BODY
GET

invoices/getstatus

REFERENCE

Get invoice STATUS

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
getstatus.php
Request
Response
200
BODY
GET

invoices/gettotals

REFERENCE

Get invoice amout of docunent, expiries, payment-moves

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
gettotals.php
Request
Response
200
BODY
GET

invoices/getxml

REFERENCE

Get invoice in XML format (Elettronic Invoice)

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
getxml.php
Request
Response
200
BODY
GET

invoices/loadbyid

REFERENCE

Get invoice by ID

PARAMETERS
token string session token
id integer invoice ID
/
invoices
/
loadbyid.php
Request
Response
200
BODY
GET

invoices/loadbynum

REFERENCE

Get invoice by NUMBER

PARAMETERS
token string session token
register string vat register code
year integer competence year
number integer invoice NUMBER
/
invoices
/
loadbynum.php
Request
Response
200
BODY
GET

invoices/loadlist

REFERENCE

Retrieve invoices list filtered by customer_id, year and month.

PARAMETERS
token string session token
year integer year selected
month integer month selected (1..12)
customer_id integer unique customer number id
/
invoices
/
loadlist.php
Request
Response
200
BODY
GET

invoices/updateinvoice

REFERENCE

Update invoice data

PARAMETERS
token string session token
id integer invoice ID
number string invoice number
date string invoice date (YYYY-MM-DD)
register string vat register code
customer_id integer unique customer number id
title string short description of invoice object
partner_id integer unique partner/technical/agent number id
zone_id integer unique zone number id
payment_id integer id of payment condition
/
invoices
/
updateInvoice.php
Request
Response
200
BODY

products

5
GET

products/addproduct

REFERENCE

Add new product

PARAMETERS
token string session token
code string product unique code
description string product description
price decimal row price amount (2 decimal digit)
discount_value decimal discount value amount (2 decimal digit)
discount_perc decimal discount percent amount (2 decimal digit)
valuta string currency code. default EUR
um string unit of measure code
vat_id integer unique vat code number id
categ_id integer category id
brand_id integer brand id
/
products
/
addproduct.php
Request
Response
200
BODY
GET

products/checkbycode

REFERENCE

Check exists product entry by code.

PARAMETERS
token string session token
code string product unique code
/
products
/
checkbycode.php
Request
Response
200
BODY
GET

products/loadbycode

REFERENCE

Get product by CODE

PARAMETERS
token string session token
code string product code
/
products
/
loadbycode.php
Request
Response
200
BODY
GET

products/loadbyid

REFERENCE

Get product by ID

PARAMETERS
token string session token
id integer product ID
/
products
/
loadbyid.php
Request
Response
200
BODY
GET

products/updateproduct

REFERENCE

Update product data

PARAMETERS
token string session token
id integer product ID
code string product unique code
description string product description
price decimal row price amount (2 decimal digit)
discount_value decimal discount value amount (2 decimal digit)
discount_perc decimal discount percent amount (2 decimal digit)
valuta string currency code. default EUR
um string unit of measure code
vat_id integer unique vat code number id
categ_id integer category id
brand_id integer brand id
/
products
/
updateproduct.php
Request
Response
200
BODY

candidate

9
GET

candidate/addcandidate

REFERENCE

Add new candidate to specified projet with minimal data

PARAMETERS
token string session token
source string provider source code
project integer recruiment project id
fname string first name
lname string last name
gender string gender type (M or F)
birthday string birthday date (YYYY-MM-DD)
address string address
zipcode string zip code address
city string city address
province string province code address
country string country code address
email string email address
phone string phone number
mobile string mobile number
occupation string occupation note
interest string interest note
study string study note
cv_name string cv-document name
cv_content string cv-document content (max 2mb)
/
candidate
/
addcandidate.php
Request
Response
200
BODY
GET

candidate/adddocument

REFERENCE

Add new document about candidate

PARAMETERS
token string session token
id integer candidate ID
name string document name
content string document content (max 2mb)
/
candidate
/
addDocument.php
Request
Response
200
BODY
GET

candidate/addgeoarea

REFERENCE

Add new geographic area from candidate

PARAMETERS
token string session token
id integer candidate ID
country string country code iso3 (ex.'ITA')
region string region italian istat code (ex.'ITC4')
province string province code (ex.'TO')
geocode string geocode
geodescr string description
rating integer rating value (0..5)
/
candidate
/
addGeoArea.php
Request
Response
200
BODY
GET

candidate/addmessage

REFERENCE

Add new message from candidate

PARAMETERS
token string session token
id integer candidate ID
date string message date-time (YYYY-MM-DD HH:mm:ss)
text string text message
/
candidate
/
addMessage.php
Request
Response
200
BODY
GET

candidate/getdocuments

REFERENCE

Get documents about specified candidate

PARAMETERS
token string session token
id integer candidate ID
/
candidate
/
getdocuments.php
Request
Response
200
BODY
GET

candidate/getgeoareas

REFERENCE

Get geographical areas about specified candidate

PARAMETERS
token string session token
id integer candidate ID
/
candidate
/
getgeoareas.php
Request
Response
200
BODY
GET

candidate/getmessages

REFERENCE

Get messages about specified candidate

PARAMETERS
token string session token
id integer candidate ID
/
candidate
/
getmessages.php
Request
Response
200
BODY
GET

candidate/getskills

REFERENCE

Get skills about specified candidate

PARAMETERS
token string session token
id integer candidate ID
/
candidate
/
getskills.php
Request
Response
200
BODY
GET

candidate/loadbyid

REFERENCE

Get candidate details by ID

PARAMETERS
token string session token
id integer candidate ID
/
candidate
/
loadbyid.php
Request
Response
200
BODY

test

4
GET

test/getpdfbyid

REFERENCE

Get the graphic result of the test in PDF format (* at least one of the two parameters is required)

PARAMETERS
token string session token
id integer test ID*
ucode string test UNIQUE-CODE*
/
test
/
getpdfbyid.php
Request
Response
200
BODY
GET

test/loadbyid

REFERENCE

Get test results by ID

PARAMETERS
token string session token
id integer test ID
/
test
/
loadbyid.php
Request
Response
200
BODY
GET

test/loadbyucode

REFERENCE

Get test results by UNIQUE-CODE

PARAMETERS
token string session token
ucode stirng test UNIQUE-CODE
/
test
/
loadbyucode.php
Request
Response
200
BODY
GET

test/loadlist

REFERENCE

Retrieve test list filtered by name.

NOTE

the results is sorted in descending order by event date and is already filtered by published items

PARAMETERS
token string session token
code string test code. Es.PPA
fname string firstname of the person who completed the test
lname string lasttname of the person who completed the test
uid integer user identifier to which the test refers
limit integer maximum number of items returned
/
test
/
loadlist.php
Request
Response
200
BODY

database

9
GET

database/loadlist_account

REFERENCE

Retrieve cash/bank account list

PARAMETERS
token string session token
/
database
/
loadlist_account.php
Request
Response
200
BODY
GET

database/loadlist_brand

REFERENCE

Retrieve product brand list

PARAMETERS
token string session token
/
database
/
loadlist_brand.php
Request
Response
200
BODY
GET

database/loadlist_category

REFERENCE

Retrieve product category list

PARAMETERS
token string session token
/
database
/
loadlist_category.php
Request
Response
200
BODY
GET

database/loadlist_paycond

REFERENCE

Retrieve payment conditions list

PARAMETERS
token string session token
/
database
/
loadlist_paycond.php
Request
Response
200
BODY
GET

database/loadlist_payment

REFERENCE

Retrieve payments mode list

PARAMETERS
token string session token
/
database
/
loadlist_payment.php
Request
Response
200
BODY
GET

database/loadlist_ptype

REFERENCE

Retrieve partner type list

PARAMETERS
token string session token
/
database
/
loadlist_ptype.php
Request
Response
200
BODY
GET

database/loadlist_regvat

REFERENCE

Retrieve var registry list

PARAMETERS
token string session token
/
database
/
loadlist_regvat.php
Request
Response
200
BODY
GET

database/loadlist_vat

REFERENCE

Retrieve vat codes list

PARAMETERS
token string session token
/
database
/
loadlist_vat.php
Request
Response
200
BODY
GET

database/loadlist_zone

REFERENCE

Retrieve zone list

PARAMETERS
token string session token
/
database
/
loadlist_zone.php
Request
Response
200
BODY

conf_subscribers

4
GET

conf_subscribers/loadbyid

REFERENCE

Get conference subscribers by ID

PARAMETERS
token string session token
id integer subscribers ID
/
conf_subscribers
/
loadbyid.php
Request
Response
200
BODY
GET

conf_subscribers/loadlastlist

REFERENCE

Retrieve last (n) conference subscribers sorted by updating date in descending order.

NOTE

the results are already filtered for approvated items

PARAMETERS
token string session token
conf_id integer id conference
limit_items integer last elements. (min 1 - max 100)
/
conf_subscribers
/
loadlastlist.php
Request
Response
200
BODY
GET

conf_subscribers/loadlist

REFERENCE

Retrieve conference subscribers list filtered by year and month and/or conference id.

NOTE

the results are already filtered for approvated items

PARAMETERS
token string session token
conf_id integer id conference
year integer year selected
month integer month selected (1..12)
/
conf_subscribers
/
loadlist.php
Request
Response
200
BODY
GET

conf_subscribers/loadnextlist

REFERENCE

Retrieve next (n) conference subscribers from (date) sorted by updating date in ascending order.

NOTE

the results are already filtered for approvated items

PARAMETERS
token string session token
conf_id integer id conference
limit_items integer last elements. (min 1 - max 100)
from_date string start date. (YYYY-MM-DD)(default TODAY)
/
conf_subscribers
/
loadnextlist.php
Request
Response
200
BODY

conference

4
GET

conference/loadbyid

REFERENCE

Get conference by ID

PARAMETERS
token string session token
id integer conference ID
/
conference
/
loadbyid.php
Request
Response
200
BODY
GET

conference/loadlastlist

REFERENCE

Retrieve last (n) conference sorted by date in descending order.

NOTE

the results are already filtered for published items

PARAMETERS
token string session token
limit_items integer last elements. (min 1 - max 100)
fl_web boolean

filter only the conferences enabled for web publishing

fl_free boolean

filter only the free conferences

fl_online boolean

filter only the conferences delivered online

/
conference
/
loadlastlist.php
Request
Response
200
BODY
GET

conference/loadlist

REFERENCE

Retrieve conference list filtered by year and month.

NOTE

the results are already filtered for published items

PARAMETERS
token string session token
year integer year selected
month integer month selected (1..12)
fl_web integer filter only the conferences enabled for web publishing (0..1)
fl_free integer filter only the free conferences (0..1)
fl_online integer filter only the conferences delivered online (0..1)
/
conference
/
loadlist.php
Request
Response
200
BODY
GET

conference/loadnextlist

REFERENCE

Retrieve next (n) conference from (date) sorted by date in ascending order.

NOTE

the results are already filtered for published items

PARAMETERS
token string session token
limit_items integer last elements. (min 1 - max 100)
from_date string start date. (YYYY-MM-DD)(default TODAY)
fl_web boolean

filter only the conferences enabled for web publishing

fl_free boolean

filter only the free conferences

fl_online boolean

filter only the conferences delivered online

/
conference
/
loadnextlist.php
Request
Response
200
BODY

mailinglists

7
GET

mailinglists/additemtolist

REFERENCE

adds a name (cf or lead) to the list.

PARAMETERS
token string session token
id integer mailinglist ID
customer_id integer customer ID (at least one required)
lead_id integer lead ID (at least one required)
/
mailinglists
/
additemtolist.php
Request
Response
200
BODY
GET

mailinglists/addlist

REFERENCE

Add new mailinglist with minimal data

PARAMETERS
token string session token
name string list name
descr string list descritions
enable_cf string enable customera and suppliera (Y or N)
enable_leads string enable leads (Y or N)
sendername string sender name
senderemail string sender email
bounceemail string bounced email
privacy string privacy disclaimer
/
mailinglists
/
addlist.php
Request
Response
200
BODY
GET

mailinglists/getlistsbyemail

REFERENCE

Returns list of lists in which the email is associated.

PARAMETERS
token string session token
email string email address
/
mailinglists
/
getListsbyEmail.php
Request
Response
200
BODY
GET

mailinglists/getlistsbyitem

REFERENCE

Returns list of lists in which the item is associated.

PARAMETERS
token string session token
customer_id integer customer ID (at least one required)
lead_id integer lead ID (at least one required)
/
mailinglists
/
getListsbyItem.php
Request
Response
200
BODY
GET

mailinglists/loadlist

REFERENCE

Retrieve mailing-lists filtered by cf or lead filter.

PARAMETERS
token string session token
using_cf string filters lists used only for customers and suppliers (Y or N)
using_leads string filters lists used only for leads (Y or N)
/
mailinglists
/
loadlist.php
Request
Response
200
BODY
GET

mailinglists/removeitemfromlist

REFERENCE

Removes an item from the list

PARAMETERS
token string session token
id integer mailinglist ID
customer_id integer customer ID (at least one required)
lead_id integer lead ID (at least one required)
/
mailinglists
/
removeItemfromList.php
Request
Response
200
BODY
GET

mailinglists/updatelist

REFERENCE

Update mailinglist data

PARAMETERS
token string session token
id integer mailinglist ID
name string list name
descr string list descritions
enable_cf string enable customera and suppliera (Y or N)
enable_leads string enable leads (Y or N)
sendername string sender name
senderemail string sender email
bounceemail string bounced email
privacy string privacy disclaimer
/
mailinglists
/
updatelist.php
Request
Response
200
BODY