I am not sure how to solve this output issue

Hi all, I edit the input of entity_transaction_id , caps_transaction_id and acceptance_date_time to be different from the default value but it doesn’t give the output I want
Body:
{
“caps_transaction_id”: “EBF4456DF6C5C457BBE5DB36346BVC52”,
“eco_reason”: “E01”,
“entity_transaction_id”: “ABCDE342446787612344558901234562322”,
“acceptance_date_time”: “2022-09-26T04:08:20.001+02:00”,
“local_instrument”: {
“code”: “INST”
},
Output when modifying:
{
“allocation”: “false”,
“entity_transaction_id”: “”,
“code”: “Timeout”,
“message”: “Time Out”,
“iso_code”: “”,
“iso_description”: “”
}
Output when default codes are typed in:
{
“allocation”: “false”,
“entity_transaction_id”: “”,
“code”: “R011”,
“message”: “Duplicate”,
“iso_code”: “AM05”,
“iso_description”: “Duplication”
}
Status:403 Forbidden
Please help me this is part of a project I am assigned, thank you in advance

Hi @swamhl

Di you have the right authorisation to be sending data to this API?
Can you check with developers or whoever owns the API?
Also if you are passing a token, are you sure it hasn’t expired?
Is it possible to share screenshots to show the exact differences between both calls?


The HTTP 403 Forbidden response status code indicates that the server understands the request but refuses to authorize it.

This status is similar to 401, but for the 403 Forbidden status code re-authenticating makes no difference. The access is permanently forbidden and tied to the application logic, such as insufficient rights to a resource.

Hi problem was solved, was using wrong ver of Postman u may close it thank you