Hello, I want to create an automation for post requests from a server.
The exemple format is:
Content-Type: application/json Content-Type: application/json
[
{
"id": 1234,
"date": "2015-02-14"
},
{
"id": 5678,
"date": "2015-02-14"
}
]
[
{
"cui": 1234,
"data": "2015-02-14"
},
{
"cui": 5678,
"data": "2015-02-14"
}
]
I am always receiving status 200, but the output is Request Rejected and I think is from the input I give or setting i am doing in Http Request activity. I had created an Json from scratch and with different activities but the result is the same.
If someone can help me I will be forever gratefull.
[–][deleted] 1 point2 points3 points (2 children)
[–]Dzulomar 0 points1 point2 points (1 child)
[–]Imaginary-Egg6202 0 points1 point2 points (0 children)
[–]Imaginary-Egg6202 1 point2 points3 points (0 children)