English
1curl -X PUT https://api-billing.koywe.com/V1/customers_suppliers/customer_supplier_id \2 -H "Authorization: Bearer <token>" \3 -H "Content-Type: application/json" \4 -d '{5 "account_id": 1,6 "name": "string"7}'
1{2 "account_id": 1,3 "customer_supplier_id": 1,4 "name": "string",5 "is_customer": true,6 "is_supplier": true,7 "responsible_user_id": 1,8 "payment_term": "0,30",9 "contacts": [10 {11 "customer_supplier_contact_id": 1,12 "first_name": "string",13 "last_name": "string",14 "phone": "string",15 "email": "string"16 }17 ],18 "invoicing_details": [19 {20 "country_id": "string",21 "tax_id_type": "string",22 "tax_id_code": "string",23 "legal_name": "string",24 "address": "string",25 "district": "string",26 "city": "string",27 "business_activity": "string",28 "phone": "string",29 "postal_code": "string"30 }31 ],32 "additional": {33 "data_name_1": "string",34 "data_value_1": "string",35 "data_name_2": "string",36 "data_value_2": "string",37 "data_name_3": "string",38 "data_value_3": "string",39 "data_name_4": "string",40 "data_value_4": "string",41 "data_name_5": "string",42 "data_value_5": "string"43 }44}
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
Update customer/supplier
Deletes a specific customer/supplier