Discussions

Ask a Question
Back to all

Issue with communication fields

Hello,

I encountered an issue when updating a Party from our App to yours. If I send a request that contains:

{
  "hasEmailCommunicationEnabled": true,
  "hasMobileAppCommunicationEnabled": true,
	"hasMailCommunicationEnabled": false
}

Then all goes well, and when checking in Facilioo the check boxes are good. But when sending one that contains:

{
  "hasEmailCommunicationEnabled": false,
  "hasMobileAppCommunicationEnabled": true,
	"hasMailCommunicationEnabled": false
}

Then Facilioo response will always set "hasMailCommunication" to "true", and then the E-Post checkbox will be checked even though we clearly sent it as "false". Is there some kind of limitation here? Or is it a bug on your side? Would appreciate any help!

Thanks, Dan