API: Create case

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andrea.ferro
    Junior Member
    • Mar 2019
    • 1

    API: Create case

    Hello
    I'm trying to use API to create a case. That's quite easy and I'm able to do it. I would like, now, to add also an email (I mean that will appear in the case stream) by using an API call. Is that possible ?
  • roma
    Member
    • Nov 2018
    • 48

    #2
    Hi,
    Maybe this link will be useful for you:
    Dear support, We are using version 5.1.2. We are trying to create "Case" entity via API. In order to do it we try to perform the following

    Comment

    • emillod
      Active Community Member
      • Apr 2017
      • 1405

      #3
      You can add anything you like in stream using these params:
      parentId - id of CASE
      parentType - type of entity
      post - content of message for stream
      type - "post"

      You should use method POST to "api/v1/Note"

      Comment

      Working...