This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:methods:addcustomer [2010/10/14 16:59] irina |
developer:soap-1.3:methods:addcustomer [2017/01/30 10:30] (current) charlie |
||
---|---|---|---|
Line 50: | Line 50: | ||
'Zip'=>'12345', | 'Zip'=>'12345', | ||
'Country'=>'US', | 'Country'=>'US', | ||
- | 'Email'=>'charlie@usaepay.com', | + | 'Email'=>'example@usaepay.com', |
'Phone'=>'333-333-3333', | 'Phone'=>'333-333-3333', | ||
'Fax'=>'333-333-3334'), | 'Fax'=>'333-333-3334'), | ||
Line 315: | Line 315: | ||
<Company xsi:type="xsd:string">Vlads Corp</Company> | <Company xsi:type="xsd:string">Vlads Corp</Company> | ||
<Country xsi:type="xsd:string">US</Country> | <Country xsi:type="xsd:string">US</Country> | ||
- | <Email xsi:type="xsd:string">charlie@usaepay.com</Email> | + | <Email xsi:type="xsd:string">example@usaepay.com</Email> |
<Fax xsi:type="xsd:string">333-333-3334</Fax> | <Fax xsi:type="xsd:string">333-333-3334</Fax> | ||
<FirstName xsi:type="xsd:string">Vlad</FirstName> | <FirstName xsi:type="xsd:string">Vlad</FirstName> |