Announcement

Collapse
No announcement yet.

PHP API PUT Example

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP API PUT Example

    Hello,

    i would like to UPDATE a field. I do have/know the entity id.

    Can someone show me a PUT example based on the EspoApiClient.php example from here?: https://docs.espocrm.com/development/api-client-php/

    Thanks,
    Mario


  • #2
    Try to use action like '/entity/entityId', method 'PUT'

    Comment

    Working...
    X