Hi
Below response is returned by API.
{"status":true,"message":"Shipment Cancelled"}
I want to display message Shippment Cancelled, else if status = false then error message
IRestResponse response = client.Execute(request);
Thanks