subscriber update failure: Processing Failure for Attribute id=null
Posted: 26 Feb 2019 10:49
I'm trying to update one of my subscribers but I'm not having a lot of luck. I'm sending this update
And the response I'm getting is
It's kinda hard to figure out what incorrect value I'm sending for attribute null. This is on release 27 by the way - but I've had the same error on release 24 as well.
Code: Select all
{
"attributes": [
{
"name": "Station_Type",
"value": [
"NOE_C_Color_IP"
]
},
{
"name": "Phone_Book_First_Name",
"value": [
""
]
},
{
"name": "Phone_Book_Name",
"value": [
""
]
}
]
}Code: Select all
HTTP/1.1 400 Bad Request
Date: Tue, 26 Feb 2019 15:47:10 GMT
Server: Apache/2.4.23
Content-Length: 296
Connection: close
Content-Type: application/json
{"httpStatus":"BAD_REQUEST","code":1006,"helpMessage":"Request parameters are not correct. Please fix the problem and resend the request.","type":"BAD_PARAMETER","innerMessage":"McdoException: problem=ProcessingFailure message=Processing Failure for Attribute id=null error=3295","canRetry":true}