Customer Import
  • 3 Minutes to read
  • PDF

Customer Import

  • PDF

Article summary

Customer Import

 

 

This request allows users to import/update customer data.  

 

 

 

Request Header

 

Client

 

Accept: application/json

 

 

Security

 

Authorization: <ClientKey>

 

 

Transport

 

Host: withoutwire.com

 

 

Verb

 

PUT

 

 

Example

 

PUT https://api.withoutwire.com/integration/customer


Accept: application/json


Authorization: <ClientKey>


Content-Type: application/json; charset=utf-8


Host: api.withoutwire.com


Content-Length: 100


Expect: 100-continue


Connection: Keep-Alive

 

Request Body: Customer Object


[

   {

       "CustomerName": "",                                    //Required - Character limit 100

       "CustomerAddress1": "",                              //Required - Character limit 100

       "CustomerAddress2": "",                              //Optional - Character limit 100

       "CustomerCity": "",                                       //Required - Character limit 50

       "CustomerState": "",                                     //Required - Character limit 50

       "CustomerZipCode": "",                                //Required - Character limit 12

       "CustomerCountry": "",                                 //Required - Character limit 50

       "CustomerShortDesc": "",                            //Optional - Character limit 50

       "CustomerNumber": "",                                //Required - Character limit 50 

       "UpcManufacturerNumber": "",                    //Optional - Character limit 7

       "CustomerPhone": "",                                   //Optional - Character limit 50

       "ConsiderDepartment": "",                          //Optional

       "ConsiderDepartmentWhenPicking": "",   //Optional

       "CustomerShipTo": "",                                  //Required - Character limit 50

       "Gs1CompanyNumber": "",                          //Optional - Character limit 7

       "StartingContainer": "",                                //Optional - Character limit 9

       "CustomerClass": "",                                    //Optional - Character limit 15

       "NotificationEmail": "",                                 //Optional - Character limit 100

       "RequiredShelfLife": "",                                //Optional

       "CustomerShippingAddresses":                  //Required

          [

             {

                 "CustomerShipName": "",                   //Optional - Character limit 100

                 "CustomerShipAddress1": "",             //Optional - Character limit 100

                 "CustomerShipAddress2": "",             //Optional - Character limit 100

                 "CustomerShipCity": "",                      //Optional - Character limit 50

                 "CustomerShipState": "",                    //Optional - Character limit 50

                 "CustomerShipZipCode": "",               //Optional - Character limit 50 

                 "CustomerShipZip5": "",                     //Optional - Character limit 50

                 "CustomerShipPhone": "",                  //Optional - Character limit 50

                 "CustomerShipFax": "",                      //Optional - Character limit 50

                 "CustomerShipCountry": "",               //Optional - Character limit 50

                 "CustomerShipTo": ""                         //Required - Character limit 50

             }

          ]

   }

]     


Response Body: Import Response Object