v1
latestOpenAPI 3.0.02026-08-04880393.1 KBCustomer.Update
post/online/RivhitOnlineAPI.svc/Customer.Update
Request body
Example request
{
"api_token": "0279BF82-CD57-49BA-837C-930F0E2EB805",
"last_name": "Israeli",
"first_name": "Moshe",
"address": "Ben Yehuda 1",
"city": "Tel Aviv",
"pob": 6329302,
"zipcode": 6329302,
"phone": "054-4444444",
"phone2": "054-4444444",
"fax": "054-4444444",
"email": "a@a.com",
"id_number": 123456790,
"vat_number": 123456790,
"paying_customer_id": 1,
"price_list_id": 1,
"comments": "Comments will be here",
"customer_type": 1,
"pal_code": 1,
"acc_ref": "aa123",
"country": "Israel",
"state": "Texas",
"foreign_zipcode": "ab123456",
"currency_id": 1,
"exempt_vat": true,
"credit_terms": 1,
"credit_days": 1,
"discount_percent": 10,
"request_reference": "abcdefg-&123456789"
}Response
Success - Customer Updated.
Example response
{
"data": {
"update_success": true
}
}