While making a POST request in order to create and save a new custom object record, XYZ_Date__c is a compulsory field. When I try to request that, I get 'Cannot deserialize instance of date from VALUE_STRING value'. Any help on this is appreciated.
While making a POST request in order to create and save a new custom object record, XYZ_Date__c is a compulsory field. When I try to request that, I get 'Cannot deserialize instance of date from VALUE_STRING value'. Any help on this is appreciated.
Is this Salesforce API? Where do you get this error, can you post a screen show of it?
I'm guessing you are missing some data in request parameters. It's a custom Salesforce object -- so I wouldn't know what exactly is missing. If you can show us a curl-command that works -- we will help you set it up in a service.
What I meant is, the service might require data for Call_Date_c parameter (and others). As I don't know how the service is supposed to work, it's difficult for me so suggest what to do. If you can show me a curl-command that works, we'll help you set it up in Appery.io
Hi Supriya,
Saleforce won't accept empty request parameters. You should add parameter values.
Thanks Katya! You are right.