{“removed”:“true”}
^ this is the json parameters im sending
Sending it Post and im getting back
{“code”:“BadRequest”,“message”:“The request body contains bad syntax or is incomplete.”}
spencer
(Spencer Hunter - Lead Developer Advocate @ Dwolla)
2
Hi @dustinr1985, After looking at our logs, it appears to be just a small error. It should be a lowercase boolean true as the value. Im seeing, {"removed":"True"}, which looks to be treated as an invalid request. I can circle back internally as we likely should treat both as acceptable values. Example below is what you’ll want to send.
I tried both, i was doing true lowercase before i posted this then after i posted this i realized the state has to be capitalized in the create customer part so i tried capitalizing the True neither worked.