I know the following HttpRequest can insert a Business Partner:
POST
localhost:8000/BusinessPartners
{
"CardCode": "c1",
"CardName": "customer c1",
"CardType": "cCustomer"
}
But I need to add a contactEmployees. How I can do this??
Thanks and regards;