PHP API PUT Example

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mohnewald
    Junior Member
    • Apr 2022
    • 5

    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

  • dimyy
    Active Community Member
    • Jun 2018
    • 569

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

    Comment

    Working...