Jump to content

Edit History

Faina

Faina

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:

Quote

id
id_default_group
id_lang
newsletter_date_add
ip_registration_newsletter
last_passwd_gen
secure_key
deleted
passwd
lastname
firstname
email
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:

  1. if the attribute is editable ir not (for example I can't write id)
  2. if the attribute requested or not
  3. what is the attribute type (string, boolean, integer, float)
  4. what is the attribute format (date, date time, float)
  5. and others...

I need a complete list that explain each attribute...

Thanks for your support

 

 

Faina

Faina

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:

Quote

id
id_default_group
id_lang
newsletter_date_add
ip_registration_newsletter
last_passwd_gen
secure_key
deleted
passwd
lastname
firstname
email
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:

  1. if the attribute is editable ir not (for example I can't write id)
  2. if the attribute requested or not
  3. what is the attribute type (string, boolean, integer, float)
  4. what is the attribute format (date, date time, float)
  5. and others...

Thanks for your support

 

 

×
×
  • Create New...