This might go into the domain of "good manners", but I'm not sure.
I'm using a POST request to send some data to my XData service, and it's working as expected.
But the return status is "204 No Content"
I'm not actually detecting any errors so that's all that's ever going to get returned for this method unless I get some kind of catastrophic error like running out of disk space or the disk fails.
Because I'm the only one using this API, I'm sure it doesn't matter, but ... is this OK? Or is it recommended to explicitly return a "200 OK" status instead?