When I try to create contacts CSV export using following request, I am getting 'Other State/Province' instead of 'State/Province (US/Canada)'
Request:
activityType=EXPORT_CONTACTS&fileType=CSV&exportOptDate=true&exportOptSource=true&exportListName=true&sortBy=DATE_DESC&columns=FIRST%20NAME&columns=LAST%20NAME&columns=EMAIL%20ADDRESS&columns=ADDRESS%20LINE%201&columns=ADDRESS%20LINE%202&columns=ADDRESS%20LINE%203&columns=CITY&columns=STATE&columns=COUNTRY&columns=POSTAL%20CODE&listId=http%3A%2F%2Fapi.constantcontact.com%2Fws%2Fcustomers%2Fali.salman%2Flists%2F1
Response:
Email Address,List: General Interest,Date Added,Added By,First Name,Last Name,,Address Line 1,Address Line 2,Address Line 3,City,Other State/Province,Country,Zip/Postal Code
"t3@techno-soft.com",2/25/09 4:21 AM EST,Site owner,"aa","bb",,"ad1","ad1","ad1","city1",,"United States","12345"
Also second header column in response 'List: General Interest' should not be there and one empty header column between Last Name and Address Line 1 is misplaced.