Hi Bruce,
I have a group as a parameter that has a uid and a pwd and other fields and a queue as a second parameter. The group has a number of settings that I use to process the queue.
The queue has postal address information in it. Both are sent to the web service which processes the data and returns a field and the updated queue.
This has been working and now the group seems to be empty when the api is called, so it fails.
The last time the customer accessed the API was in around June the 17th. They have been preparing their software to integrate into our system and now the api call fails.
Can you maybe point me in a direction to resolve.
They are using Python and sending the below to the API.
URL -
http://www.cmsienvws.com/AddMultiAddressesHEAD - {'Host': '
www.cmsienvws.com', 'Content-type': 'application/json', 'Content-length': '886', 'Accept': 'application/json'}
REQUEST - {"AddressRecords": [{"IMB": "", "RETURNCITY_ST_ZIPCODE": "IRONDALE, AL 35210-1782", "SENDTOZIPCODE": "35007-9371", "PICNUMBER": "", "LINEWEIGHT": 1.0, "RETURNADDRESS1": "PINNACLE DATA SYSTEMS, LLC", "RETURNADDRESS2": "350 AUTOMATION WAY", "RETURNADDRESS3": "", "SENDTO1": "JEFF WADE", "SENDTO2": "104 COMANCHE CIR", "SENDTOSTATE": "AL", "SENDTOCITY": "ALABASTER", "SENDTOADDRESS2": "", "SENDTOADDRESS1": "104 COMANCHE CIR", "CUSTOMFIELD1": "0_2", "CUSTOMFIELD3": "", "CUSTOMFIELD2": "", "CUSTOMFIELD5": "", "CUSTOMFIELD4": "", "LINEPOSTAGE": 0.5}], "AddrRequestGrpMulti": {"USERNAME": "PinnacleT", "SIGNATUREREQUESTED": 1, "USERPASSWORD": "pinnacle123", "MIXEDWEIGHTMAIL": 0, "PIECECOUNT": 1, "PRESORTDISCOUNTS500PCSPLUS": 0, "PRINTSEARCHFIELDS": 1, "PIECEWEIGHT": 1.0, "ENVELOPETYPE": 1, "CERTIFIEDMAIL": 1, "IMBDECODED": 0, "CASSADDRESS": 0, "POSTAGE": 0.5, "RESTRICTEDDELIVERYREQUEST": 0, "BRECRE": 0}}
The account is a test account so you can try it if you like.
If you need anything else let me know.
Ashley