Create and Maintain Customer
Scoping Questions
- Can customers be created at POS?
- Can existing customer records be updated at POS?
- What validation rules apply to customer data entry?
How To Guide
Configuration Examples
Customer
<retail:customer>
<retail:customerNumber>1</retail:customerNumber>
<retail:customerName>
<retail:surname>Harrison</retail:surname>
<retail:forename>Mark</retail:forename>
<retail:title>Mr</retail:title>
</retail:customerName>
<retail:addresses>
<retail:address>
<retail:organisation>Enactor</retail:organisation>
<retail:street1>1 Enactor House</retail:street1>
<retail:street2>Bluecoats Avenue</retail:street2>
<retail:town>Hertford</retail:town>
<retail:county>Hertfordshire</retail:county>
<retail:postCode>SG141PB</retail:postCode>
</retail:address>
</retail:addresses>
<retail:emailAddresses>
<retail:emailAddress>demo@enactor.co.uk</retail:emailAddress>
</retail:emailAddresses>
<retail:phoneNumbers>
<retail:number>01295768256</retail:number>
</retail:phoneNumbers>
</retail:customer>