{
"name": "供应分销A",
"code": "GF12345678",
"tax": "GYFXS5760000",
"linkman": "林Xxx",
"tel": "15800000000",
"is_distributor": "1",
"is_supplier": "1",
"business_type": "1",
"valid_start_time": "2025-09-18",
"valid_end_time": "2025-10-18",
"payment_terms": "账期",
"business_scope": "业务范围",
"inner_remark": "内部备注"
}curl --location -g --request POST 'https://erp.e88.meiyouwx.com/open/api/v2?service=company.customer.create&access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "供应分销A",
"code": "GF12345678",
"tax": "GYFXS5760000",
"linkman": "林Xxx",
"tel": "15800000000",
"is_distributor": "1",
"is_supplier": "1",
"business_type": "1",
"valid_start_time": "2025-09-18",
"valid_end_time": "2025-10-18",
"payment_terms": "账期",
"business_scope": "业务范围",
"inner_remark": "内部备注"
}'{
"status": "string",
"msg": "string",
"data": {
"company_id": 0
}
}