How to retrieve customer idHi,<br><br>I just want to know the way to retrieve a customer id? I have the account information but I don't know where to look for the customer id.<br><br>Thanks<br>© 2009 Microsoft Corporation. All rights reserved.Wed, 05 Aug 2009 06:28:32 Z35953ea0-0839-4adb-b442-6f476808c899http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#35953ea0-0839-4adb-b442-6f476808c899http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#35953ea0-0839-4adb-b442-6f476808c899techwillhttp://social.msdn.microsoft.com/Profile/en-US/?user=techwillHow to retrieve customer idHi,<br><br>I just want to know the way to retrieve a customer id? I have the account information but I don't know where to look for the customer id.<br><br>Thanks<br>Thu, 17 Apr 2008 09:05:31 Z2008-04-17T09:05:31Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#3e58b36d-f567-47af-9759-a864284f5c27http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#3e58b36d-f567-47af-9759-a864284f5c27Rajithahttp://social.msdn.microsoft.com/Profile/en-US/?user=RajithaHow to retrieve customer idHi,<br><br>As far as i know, there will no cutomer Id. We have Account Id(numeric) and Account Number(alpha numeric), for an account. Account Id is key to do major operations. <br>If you provide more information like, what do you mean by a customer id and what is the purpose, then i can help you more.<br><br>-Rajitha Yelda.<br>NetElixir<br>Fri, 18 Apr 2008 10:58:00 Z2008-04-18T10:58:00Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#22bdfecd-541f-4fc4-b5a8-d8c5e491070chttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#22bdfecd-541f-4fc4-b5a8-d8c5e491070cJeff Dillon - MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeff%20Dillon%20-%20MSFTHow to retrieve customer id<p align=left><font face=Arial size=2></font> </p> <p>Do you mean the CustomerID as returned by CustomerSignUp? We would recommend storing that value locally.</p> <p align=left> </p> <p align=left>Jeff Dillon, API Support</p>Thu, 24 Apr 2008 23:53:11 Z2008-04-24T23:53:11Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#57c1b778-9a2c-43ff-8757-5a8b7c1b575ehttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#57c1b778-9a2c-43ff-8757-5a8b7c1b575eCardz10http://social.msdn.microsoft.com/Profile/en-US/?user=Cardz10How to retrieve customer idHi,<br/> <br/> We also need to retrieve the customer id because we do not have copy of it. We need it to support AdCenter API version 6 new request header. Is there a way to retrieve customer id of an existing customer?<br/> <br/> Thanks<br/> <br/>Mon, 15 Jun 2009 08:29:52 Z2009-06-15T08:29:52Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#90c3cc83-6907-4959-92e7-53d60289b19chttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#90c3cc83-6907-4959-92e7-53d60289b19cboy_oh_boyhttp://social.msdn.microsoft.com/Profile/en-US/?user=boy_oh_boyHow to retrieve customer idHello,<br/> <br/> We too are in the same situation. We had not saved the customerId of the customers. Now for v6, we need this bit of information and what we have stored locally are the accountNumber and accountId only. Please let us know if there is any way at all to retrieve customerId for a particular accountId/accountNumber.  <br/> <br/> Thanks.<br/> <br/>Mon, 15 Jun 2009 13:30:16 Z2009-06-15T13:30:16Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#c1fa0b5e-901b-4ba3-9647-19fedf4560a3http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#c1fa0b5e-901b-4ba3-9647-19fedf4560a3Cardz10http://social.msdn.microsoft.com/Profile/en-US/?user=Cardz10How to retrieve customer idAny update on this? We really need to get this information (Customer Ids) for us to incorporate  V6  new features. Unfortunately, we could not test our code because we lack this information.<br/> <br/> We're getting this soap fault for this specific operation, when we didn't specify Customer Id in our Soap Header Request.<br/> <br/> Request:<br/> <br/> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/> &lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:ns1=&quot;https://adcenter.microsoft.com/v6&quot;&gt;&lt;SOAP-ENV:Header&gt;&lt;ns1:ApplicationToken&gt;&lt;/ns1:ApplicationToken&gt;&lt;ns1:CustomerAccountId&gt;xxx&lt;/ns1:CustomerAccountId&gt;&lt;ns1:DeveloperToken&gt;xxxxxxxxxx&lt;/ns1:DeveloperToken&gt;&lt;ns1:Password&gt;xxxxxxx&lt;/ns1:Password&gt;&lt;ns1:UserName&gt;xxxxxxxxxx&lt;/ns1:UserName&gt;&lt;ns1:CustomerId&gt;&lt;/ns1:CustomerId&gt;&lt;/SOAP-ENV:Header&gt;&lt;SOAP-ENV:Body&gt;&lt;ns1:AddTargetsToLibraryRequest&gt;&lt;ns1:Targets/&gt;&lt;/ns1:AddTargetsToLibraryRequest&gt;&lt;/SOAP-ENV:Body&gt;&lt;/SOAP-ENV:Envelope&gt;<br/> <br/> Response:<br/> <br/> &lt;s:Envelope xmlns:s=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;&lt;s:Body&gt;&lt;s:Fault&gt;&lt;faultcode&gt;s:Client&lt;/faultcode&gt;&lt;faultstring xml:lang=&quot;en-US&quot;&gt;The creator of this fault did not specify a Reason.&lt;/faultstring&gt;&lt;detail&gt;&lt;ApiFaultDetail xmlns=&quot;https://adcenter.microsoft.com/v6&quot; xmlns:i=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;TrackingId xmlns=&quot;https://adapi.microsoft.com&quot;&gt;32632008-84a9-4bcc-b8ca-5e5837a3c5e2&lt;/TrackingId&gt;&lt;BatchErrors/&gt;&lt;OperationErrors&gt;&lt;OperationError&gt;&lt;Code&gt;1029&lt;/Code&gt;&lt;Details i:nil=&quot;true&quot;/&gt;&lt;ErrorCode&gt;CampaignServiceCustomerIdHasToBeSpecified&lt;/ErrorCode&gt;&lt;Message&gt;Customer Id has to be specified for this operation.&lt;/Message&gt;&lt;/OperationError&gt;&lt;/OperationErrors&gt;&lt;/ApiFaultDetail&gt;&lt;/detail&gt;&lt;/s:Fault&gt;&lt;/s:Body&gt;&lt;/s:Envelope&gt;<br/> <br/> <br/> Please let us know if there is a way to retrieve customerId by accountId or accountNumber, because we have not stored this information locally.<br/> Please reply ASAP.<br/> <br/> Thanks<br/> <br/>Tue, 30 Jun 2009 11:06:42 Z2009-06-30T11:06:42Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#c5df18a3-f713-4809-a84b-6554108f78dehttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#c5df18a3-f713-4809-a84b-6554108f78dedshevnockhttp://social.msdn.microsoft.com/Profile/en-US/?user=dshevnockHow to retrieve customer idHave you tried contacting either your account rep or msnacapi@microsoft.com?<hr class="sig">Rebuilding Americas Credit - <a href="http://www.autocreditexpress.com">Auto Loans</a> by Auto Credit ExpressTue, 30 Jun 2009 11:41:22 Z2009-06-30T11:41:22Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#ae735098-9c14-4c00-bd1a-94546a8cce1fhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#ae735098-9c14-4c00-bd1a-94546a8cce1fCardz10http://social.msdn.microsoft.com/Profile/en-US/?user=Cardz10How to retrieve customer idHi dshevnock,<br/> <br/> Thanks for the suggestion. I have already contacted msnacapi@microsoft.com, they said that the CustomerId is not currently available through API and they are working on it for future updates. For those who really want to get those information you can send the account IDs  to msnacapi@microsoft.com and they will provide it.<br/> <br/> Thanks<br/>Thu, 02 Jul 2009 06:08:02 Z2009-07-02T06:08:02Zhttp://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#bc912075-ebe6-44b8-97d6-bbb6abbffd41http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/35953ea0-0839-4adb-b442-6f476808c899#bc912075-ebe6-44b8-97d6-bbb6abbffd41Jeff Dillon - MSFThttp://social.msdn.microsoft.com/Profile/en-US/?user=Jeff%20Dillon%20-%20MSFTHow to retrieve customer id<p>You only need the CustomerID for each of your customers only if you created them via CustomerManagement.CustomerSignUp in the API. Otherwise, you would use the single parent CustomerID for your company.<br/><br/>Please contact API Support to obtain your CustomerID<br/><br/>Jeff Dillon, API Support</p>Mon, 13 Jul 2009 01:48:39 Z2009-11-12T12:56:11Z