Back to all

Updating current Company/Individual on Customer Service modules.

Hello Team,

I am currently trying to mass update our Madmax cases that is all tied under 1 company due to automation errors.

This is the test query I have on postman for a test run, it returns me a 200 request but nothing changes in madmax, is it possible to change the company/individual on each cases through API?

POST, baseurl/Update

{
"Case": {
"Data": {
"Key": "the base64 encoded case key",
"AbEntryKey": "base64 encoded company's Identifcation number"
}
},
"Compatibility": {
"AbEntryKey": "2.0"
}
}

I have the full dataset with all the encoded keys, please reach out to me if needed.

Thank you!

Ky