how to solve 204 error when we hit in api first time we easily get data from salesforce when i hit api second time its show 204 error with empty data can anyone share the solution
1 answer
Hi Amar,
204 is almost similar to 200 and is a successful response. The only difference is that, in case of 204, there's no significantly changed response. In case of 200, some sort of response is sent. Having said that, it would totally depend on third-party to send the response accordingly (i.e. if needed, send the same response again OR sending blank response). You can manage the response by manipulating status code. To summarize, sending of response should be done by third-party.