WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Knowledge Base > Examples of using REST API

Examples of using REST API

13.02.2020

0

0
Knowledge Base

Comments (2)

Login to add comment
Login
  16.01.2023 12:03
Hello,

Could pass example how to add attachment and post action in post action?
I can create case via post, add values to attribiutes but when I added a part with attachment and comment, it does not work.

It works only when i use patch method. I have BPS version: 2021.1.5.307

part Example of my code bellow:
,
"comments": {
"newComment": "TEST"
},
"attachments": [
{
"content": "VEVTVA==",
"name": "Nowy dokument tekstowy.txt",
"description": ""

}
]