Hi everybody,
I would like to know if is there a complete list of Webservice CRUD attributes?
For example, following the documentation http://doc.prestashop.com/display/PS16/Web+service+tutorial I want to add a new customer (using PSWebServiceLibrary) and the attributes are:
Quoteid
id_default_group
id_lang
newsletter_date_add
ip_registration_newsletter
last_passwd_gen
secure_key
deleted
passwd
lastname
firstname
id_gender
birthday
newsletter
optin
website
company
siret
ape
outstanding_allow_amount
show_public_prices
id_risk
max_payment_days
active
note
is_guest
id_shop
id_shop_group
date_add
date_upd
reset_password_token
reset_password_validity
associations
but I don't find documentation that explain each attribute as:
- if the attribute is editable ir not (for example I can't write id)
- if the attribute requested or not
- what is the attribute type (string, boolean, integer, float)
- what is the attribute format (date, date time, float)
- and others...
I need a complete list that explain each attribute...
Thanks for your support