subscriber update failure: Processing Failure for Attribute id=null

Post Reply
ssteiner
Member
Posts: 61
Joined: 05 Feb 2009 09:20

subscriber update failure: Processing Failure for Attribute id=null

Post by ssteiner »

I'm trying to update one of my subscribers but I'm not having a lot of luck. I'm sending this update

Code: Select all

{
	"attributes": [
		{
			"name": "Station_Type",
			"value": [
				"NOE_C_Color_IP"
			]
		},
		{
			"name": "Phone_Book_First_Name",
			"value": [
				""
			]
		},
		{
			"name": "Phone_Book_Name",
			"value": [
				""
			]
		}
	]
}
And the response I'm getting is

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}
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.
Post Reply

Return to “O2G”