UpdateProducer

Updating a producer with the given identifier.

  • Input data type => object
  • Output data type => object

Input parameters

  1. _session_hash (string)
  2. Required. Session identifier (received during login - doLogin)

  3. id (integer)
  4. Required. Identifier.

  5. name (string)
  6. Producer name.

  7. image (string)
  8. File encoded with base64 method

  9. image_filename (string)
  10. File name containing producer logo

  11. url (string)
  12. Friendly link

Output data

  1. _update (boolean)
  2. Update status.