bgmulinari / B1SLayer

A lightweight SAP Business One Service Layer client for .NET
MIT License
124 stars 42 forks source link

Example for request with composite primary key #17

Closed sofdwere closed 1 year ago

sofdwere commented 2 years ago

Perhaps it would be nice to have such an example in the README.md:

serviceLayer.Request("AlternateCatNum(ItemCode='123',CardCode='456',Substitute='789')").PatchAsync(new { DisplayBPCatalogNumber = "tYES" });
bgmulinari commented 1 year ago

Hi, @sofdwere. The README.md was updated with the suggested example.