Railz Dev Posted April 18, 2023 Posted April 18, 2023 Im trying to update a contact and Im getting the next error: "message" : "The request contained parameters that are restricted for Accounting in Canada [tax_calculation]" Can someone let me know what is the issue? Thanks
Steel, Mark Posted April 19, 2023 Posted April 19, 2023 Hi, Thanks for your question, can you provide us with the request body you are sending please. Thanks Mark
Steel, Mark Posted April 20, 2023 Posted April 20, 2023 You ideally need to start with some requirements for the integration in terms of the fields that you wish to update a contact with. The ID's that you are passing are system generated and returned when a contact is created, you would see the ID's in the 201 response for the PUT request. The API's are used across different regions and tiers of SBCA and not all of the attributes returned for a record are applicable for every region or tier. I would start by building out your PUT request using a body containing parameters referenced in the docs and add to it as per your integration requirements.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now