Replace a client
PUT https://gate.reviopay.com/api/v1/clients/{{client_id}}/
Request Body
{"email"=>"user@example.com", "phone"=>"+27123456789", "full_name"=>"Customer name", "personal_code"=>"111223344", "bank_account"=>"123456789", "bank_code"=>"250655", "street_address"=>"Client street address", "country"=>"South Africa", "city"=>"Client city", "zip_code"=>"Client zip code", "shipping_street_address"=>"Client street address", "shipping_country"=>"ZA", "shipping_city"=>"Client shipping city", "shipping_zip_code"=>"Client zip code", "cc"=>["user@example.com"], "bcc"=>["user@example.com"], "legal_name"=>"Client company name", "brand_name"=>"Client brand name", "registration_number"=>"Client registration number", "tax_number"=>"Client tax or vat number"}