0
When using the Postman i can make a POST call that looks for a specific object in Salesforce without using the query.
Example:
https://test.salesforce.com/services/apexrest/PortalClientes/getCustomerData?cpfCnpj=111111111111
I would like to do the same using the SDK . Netcoreforce Nuget library available for . net core, but I don’t know which methods to use.
Note: Authentication already works.