{"status": "success","message": "Client updated successfully.","data": {"company_id": 1,"name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "[email protected]","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II","type": "Customer","settlement_bank": "","account_name": "","account_number": "","status": "1","created_at": "2016-12-21 17:19:10","updated_at": "2016-12-21 17:23:31","id": 1}}
curl https://api.payant.ng/clients/1 \-H "Content-Type: application/json" \-H "Authorization: Bearer SECRET_KEY" \-d '{ "company_name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "[email protected]","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II" }' \-X PUT
{"status": "success","message": "Client updated successfully.","data": {"company_id": 1,"name": "Albert Specialist Hospital","first_name": "Albert","last_name": "Jane","email": "[email protected]","phone": "+2348012345678","website": "http://www.alberthospital.com","address": "Wase II","type": "Customer","settlement_bank": "","account_name": "","account_number": "","status": "1","created_at": "2016-12-21 17:19:10","updated_at": "2016-12-21 17:23:31","id": 1}}