Hi there
I have made a web api call and trying to display out the message return from API
Is my Send a message configuration is wrong, no result display .
API Setting:
POST
Content Type
JSON
Data
cntrN: BMOU5698378
Body
{ “cntrN”: “BMOU5698378” }
API output:
Status Code
200
Body
{“error”:null,“data”:{“Return Type”:“CR”,“Container No”:“BMOU5698378”,“In Date”:“2021-10-08 12:15:24”,“Haulier Code”:“PENANSHIP”,“User Eor Detail”:[]}}
Data
{
“error”: null,
“data”: {
“Return Type”: “CR”,
“Container No”: “BMOU5698378”,
“In Date”: “2021-10-08 12:15:24”,
“Haulier Code”: “PENANSHIP”,
“User Eor Detail”: []
}
}
Send a Message: