Login into system using operator. Creates a session token, to be used in all subsequent calls.
username | string | A valid username. | |
password | password | Password |
200 | Ok! operation done succesufully |
400 | general error |
401 | unauthorized |
404 | not found |
Logout from system and destroy the session token.
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
Add new customer with minimal data (coming soon)
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) | |
string | email address | ||
email_pec | string | pec email address | |
privacy | string | privacy accept (0/1) | |
privacydt | string | date privact accept (YYYY-MM-DD) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Check exists customer entry by fiscal code.
token | string | session token | |
fcode | string | fiscal code unique |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Check exists customer entry by vat code.
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Get customer by fiscal code
token | string | session token | |
fcode | string | fiscal code unique |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get customer by ID
token | string | session token | |
id | integer | customer ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get customer by COMPANY-NAME
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get customer by VAT CODE
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve last (n) customers sorted by updating date in descending order.
the results are already filtered for active items
token | string | session token | |
list_id | integer | id list to filter | |
limit_date | string | limit data to start query. (es '2023-10-20') | |
limit_items | integer | last elements. (min 1 - max 500) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update customer data
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) | |
string | email address | ||
email_pec | string | pec email address | |
privacy | string | privacy accept (0/1) | |
privacydt | string | date privact accept (YYYY-MM-DD) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new supplier with minimal data
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) | |
string | email address | ||
email_pec | string | pec email address | |
privacy | string | privacy accept (0/1) | |
privacydt | string | date privact accept (YYYY-MM-DD) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Check exists supplier entry by vat code.
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Get supplier by ID
token | string | session token | |
id | integer | supplier ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get supplier by COMPANY-NAME
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get supplier by VAT CODE
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update supplier data
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) | |
string | email address | ||
email_pec | string | pec email address | |
privacy | string | privacy accept (0/1) | |
privacydt | string | date privact accept (YYYY-MM-DD) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new lead with minimal data
token | string | session token | |
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) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
408 | item duplicate (phone) |
409 | item duplicate (email) |
Check exists lead entry by email address.
token | string | session token | |
string | email address |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Check exists lead entry by email address.
token | string | session token | |
phone | string | phone number (without internal space) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Get lead details by ID
token | string | session token | |
id | integer | lead ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve leads list filtered by source code, tag and subscription date.
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update lead data
token | string | session token | |
id | integer | lead ID | |
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) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
404 | not found |
410 | update error |
Add new partner with minimal data
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 | |
string | email address | ||
zone_id | integer | unique zone number id |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Check exists partner entry by fiscal code.
token | string | session token | |
id | string | country code | |
fcode | string | fiscal code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Check exists partner entry by vat code.
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Get partners by FISCAL CODE
token | string | session token | |
id | string | country code | |
fcode | string | fiscal code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get partners by ID
token | string | session token | |
id | integer | partner ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get partner by COMPANY-NAME
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get partners by VAT CODE
token | string | session token | |
vatcode | string | vat unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update partner data
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 | |
string | email address | ||
zone_id | integer | unique zone number id |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new expiry invoice
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new invoice
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new row invoice
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) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Get expiries about specified invoice
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice in PDF format
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get rows about specified invoice
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice STATUS
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice amout of docunent, expiries, payment-moves
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice in XML format (Elettronic Invoice)
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice by ID
token | string | session token | |
id | integer | invoice ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get invoice by NUMBER
token | string | session token | |
register | string | vat register code | |
year | integer | competence year | |
number | integer | invoice NUMBER |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve invoices list filtered by customer_id, year and month.
token | string | session token | |
year | integer | year selected | |
month | integer | month selected (1..12) | |
customer_id | integer | unique customer number id |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update invoice data
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new product
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Check exists product entry by code.
token | string | session token | |
code | string | product unique code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Get product by CODE
token | string | session token | |
code | string | product code |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get product by ID
token | string | session token | |
id | integer | product ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update product data
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new candidate to specified projet with minimal data
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 | |
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) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new document about candidate
token | string | session token | |
id | integer | candidate ID | |
name | string | document name | |
content | string | document content (max 2mb) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new geographic area from candidate
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) |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Add new message from candidate
token | string | session token | |
id | integer | candidate ID | |
date | string | message date-time (YYYY-MM-DD HH:mm:ss) | |
text | string | text message |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
Get documents about specified candidate
token | string | session token | |
id | integer | candidate ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get geographical areas about specified candidate
token | string | session token | |
id | integer | candidate ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get messages about specified candidate
token | string | session token | |
id | integer | candidate ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get skills about specified candidate
token | string | session token | |
id | integer | candidate ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get candidate details by ID
token | string | session token | |
id | integer | candidate ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get the graphic result of the test in PDF format (* at least one of the two parameters is required)
token | string | session token | |
id | integer | test ID* | |
ucode | string | test UNIQUE-CODE* |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get test results by ID
token | string | session token | |
id | integer | test ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get test results by UNIQUE-CODE
token | string | session token | |
ucode | stirng | test UNIQUE-CODE |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve test list filtered by name.
the results is sorted in descending order by event date and is already filtered by published items
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 |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve cash/bank account list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve product brand list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve product category list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve payment conditions list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve payments mode list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve partner type list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve var registry list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve vat codes list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve zone list
token | string | session token |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get conference subscribers by ID
token | string | session token | |
id | integer | subscribers ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve last (n) conference subscribers sorted by updating date in descending order.
the results are already filtered for approvated items
token | string | session token | |
conf_id | integer | id conference | |
limit_items | integer | last elements. (min 1 - max 100) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve conference subscribers list filtered by year and month and/or conference id.
the results are already filtered for approvated items
token | string | session token | |
conf_id | integer | id conference | |
year | integer | year selected | |
month | integer | month selected (1..12) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve next (n) conference subscribers from (date) sorted by updating date in ascending order.
the results are already filtered for approvated items
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Get conference by ID
token | string | session token | |
id | integer | conference ID |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve last (n) conference sorted by date in descending order.
the results are already filtered for published items
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 |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve conference list filtered by year and month.
the results are already filtered for published items
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Retrieve next (n) conference from (date) sorted by date in ascending order.
the results are already filtered for published items
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 |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
adds a name (cf or lead) to the list.
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Add new mailinglist with minimal data
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |
408 | item duplicate (phone) |
409 | item duplicate (email) |
Returns list of lists in which the email is associated.
token | string | session token | |
string | email address |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Returns list of lists in which the item is associated.
token | string | session token | |
customer_id | integer | customer ID (at least one required) | |
lead_id | integer | lead ID (at least one required) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
406 | item not valid (blacklisted) |
407 | item not valid (error-tag) |
Retrieve mailing-lists filtered by cf or lead filter.
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Removes an item from the list
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) |
200 | Ok! operation done succesufully |
400 | general error |
404 | not found |
405 | missing data required |
Update mailinglist data
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 |
200 | Ok! operation done succesufully |
400 | general error |
402 | token not valid |
405 | missing data required |