Initiate VM delivery on the fly using your CRM or other systems instantly. Engage customers, track performance, and unify your technology into one power system efficiently and easily with Just Deliver It API.
{
"r_error": "false",
"r_rows": 2,
"data": [
{
"r_agent_id": 0001,
"r_name": "John",
"r_credits": "14142617",
"r_revenue": 85480.7,
"r_avg_rate": "0.0062",
"r_delivered": "64",
"r_commission": 4274.035
}
]
}
{
"r_error": "false",
"r_rows": "24",
"data": [
{
"r_date": 2018-07-30 20:31:39,
"r_xfer_from": "Test Company",
"r_xfer_to": "A Marketing Group",
"amount": 119.07,
"r_drop_rate": "0.01000",
"r_credits": 11907,
"r_autho_code": SYSTEM,
"r_transaction_id": 0,
"r_ledger_id": 0001
},
....
{
"c_error": "false",
"c_campaign_id": "000000000",
"c_status": "ACTIVE"
}
If your start request has errors you will see the following response.
{
"c_error": "true",
"c_error_msg": "This will give you a verbose response on what fields were found to be errors and why."
}
{
"c_error": "false",
"c_campaign_id": "000000000",
"c_status": "STOPPED"
}
If your stop request has errors you will see the following response.
{
"c_error": "true",
"c_error_msg": "This will give you a verbose response on what fields were found to be errors and why."
}