This is a list of HTTP methods and Content-Types that can be specified in a [Throwing Message Intermediate Event (HTTP)].
BPMN Icon: [Throwing Message Intermediate Event (HTTP)]
Method of request
GET
Content-Type | Choices on setting screen | Set up |
---|---|---|
- | GET | - |
POST
Content-Type | Choices on setting screen | Set up |
---|---|---|
application/x-www-form-urlencoded | POST | - |
multipart/form-data | POST (multipart/form-data) | Sending File-type data |
text/plain | POST (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
application/json | POST (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
text/xml | POST (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
(Content-Type of File type data) | POST (Specify Request Body) | Specify "File type" in Request Body |
(Specified Content-Type) | POST (Specify Request Body) | Specify "File type" in Request Body |
PUT
Content-Type | Choices on setting screen | Set up |
---|---|---|
text/plain | PUT (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
application/json | PUT (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
text/xml | PUT (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
(Content-Type of File type data) | PUT (Specify Request Body) | Specify "File type" in Request Body |
(Specified Content-Type) | PUT (Specify Request Body) | Specify "File type" in Request Body |
PATCH
Content-Type | Choices on setting screen | Set up |
---|---|---|
text/plain | PATCH (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
application/json | PATCH (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
text/xml | PATCH (Specify Request Body) | Specify "String type (Multiple lines)" in Request Body |
(Content-Type of File type data) | PATCH (Specify Request Body) | Specify "File type" in Request Body |
(Specified Content-Type) | PATCH (Specify Request Body) | Specify "File type" in Request Body |
DELETE
Content-Type | Choices on setting screen | Set up |
---|---|---|
- | DELETE | - |
Comments
0 comments
Article is closed for comments.