sendNotificationRate
Method
GET
/api/api.php/sendNotificationRate/{order_id}
Parameters
order_id
Required
Type: int
Response objects
Example
<script>
var order_id = "123";
var url = "https://accelerator56.redicom.work/api/api.php/sendNotificationRate";
$.get( url+"/"+order_id)
.done(function() {
});
</script>