====== AddCustomerRs (Response) ====== Posting a proper AddCustomerRq request will result in the output of the inserted information in a simple print format (read with stdin). The AddCustomerRs is the response to the AddCustomerRq request and contains the status and all details for the added customers. ===== Sample Response: ===== OK 150 2011-09-20 21:18:09 Martha Brady martha.brady@hotmail.com GoodLuck23 Individual Retail false Magazine Ad Martha Brady 11433 Arvida Rd 11433 Arvida Rd Hollywood California 90208 US false 555-309-2222 555-908-2212 555-908-2213 555-221-1221 Morning Martha Brady The Brady Outlet 1982 NE 22 Ave Miami California 33122 US true 555-309-2222 ===== Response Fields ===== ^ Tag Name ^ Sub-Tag Of ^ Description ^ Returned ^ Field Type ^ Can Repeat ^ | Status | AddCustomerRs | The Request Status | Always | String\\ *OK\\ *Error | False | | Customer | AddCustomerRs | The Customer's Node | Always | Node | True | | CustomerID | Customer | The Customer ID | Always | Number | False | | CreationDate | Customer | The Account Creation Date\\ in EST Time Zone (New York) | Always | Date\\ Format: "YYYY-MM-DD hh:mm:ss" \\ Sample: "2011-04-16 12:32:57" | False | | Name | Customer | The Customer's Name | Always | String | False | | EmailAddress | Customer | The Customer's Email Address | Always | String | False | | Password | Customer | The Customer's Account Password | Always | String | False | | CustomerType | Customer | The Customer Type Field | Always | String:\\ "Individual"\\ "Wholesale"\\ "Corporate"\\ "Education"\\ "Government"\\ "Fortune 1000" | False | | PriceLevel | Customer | The Customer's Assigned Price Level | Always | String:\\ "Retail"\\ "Price Level 1"\\ "Price Level 2"\\ "Price Level 3"\\ "Price Level 4"\\ "Price Level 5" | False | | TaxExempt | Customer | Defines if the Customer is Tax Exempt | Always | Boolean:\\ "true"\\ "false" | False | | TaxID | Customer | The Customer's Federal Tax ID | Always | String | False | | URL | Customer | The Customer's Website URL | Always | String | False | | CustomFields | Customer | Node for Custom Checkout Fields\\ in the Final Step | *If Enabled | Node | False | | $CustomField | Customer->CustomFields | Any Custom Checkout Fields\\ in the Final Step | *If Enabled | String | False | | BillingAddress | Customer | Node for the Customer's Billing Address | Always | Node | False | | Name | BillingAddress | The Billing Address Name | Always | String | False | | Company | BillingAddress | The Billing Address Name | Always | String | False | | Addr1 | BillingAddress | The Billing Address Line 1| Always | String | False | | Addr2 | BillingAddress | The Billing Address Line 2 | Always | String | False | | City | BillingAddress | The Billing Address Ciry | Always | String | False | | State | BillingAddress | The Billing Address State (Full Name) | Always | String | False | | PostalCode | BillingAddress | The Billing Address Zip/Postal Code | Always | String | False | | Country | BillingAddress | The Billing Address Country Code | Always | String | False | | CommercialAddr | BillingAddress | The Billing Address Commercial Address Indicator | Always | Boolean:\\ "true"\\ "false" | False | | Phone | BillingAddress | The Billing Address Phone # | Always | String | False | | CompanyPhone | BillingAddress | The Billing Address Company Phone # | Always | String | False | | Fax | BillingAddress | The Billing Address Fax # | Always | String | False | | CustomFields | BillingAddress | Node for Custom Checkout Fields\\ in the Billing Address | *If Enabled | Node | False | | $CustomField | BillingAddress->CustomFields | Any Custom Checkout Fields\\ in the Billing Address | *If Enabled | String | False | | ShippingAddress | Customer | Node for the Customer's Shipping Address | Always | Node | False | | Name | ShippingAddress | The Shipping Address Name | Always | String | False | | Company | ShippingAddress | The Shipping Address Name | Always | String | False | | Addr1 | ShippingAddress | The Shipping Address Line 1| Always | String | False | | Addr2 | ShippingAddress | The Shipping Address Line 2 | Always | String | False | | City | ShippingAddress | The Shipping Address Ciry | Always | String | False | | State | ShippingAddress | The Shipping Address State (Full Name) | Always | String | False | | PostalCode | ShippingAddress | The Shipping Address Zip/Postal Code | Always | String | False | | Country | ShippingAddress | The Shipping Address Country Code | Always | String | False | | CommercialAddr | ShippingAddress | The Shipping Address Commercial Address Indicator | Always | Boolean:\\ "true"\\ "false" | False | | Phone | ShippingAddress | The Shipping Address Phone # | Always | String | False | | CustomFields | ShippingAddress | Node for Custom Checkout Fields\\ in the Shipping Address | *If Enabled | Node | False | | $CustomField | ShippingAddress->CustomFields | Any Custom Checkout Fields\\ in the Shipping Address | *If Enabled | String | False |