@@ -17,30 +17,17 @@ body:json {
1717 {
1818 "action" : " setAddress" ,
1919 "address" : {
20- "key" : " exampleKey" ,
21- "title" : " My Address" ,
22- "salutation" : " Mr." ,
23- "firstName" : " Example" ,
24- "lastName" : " Person" ,
25- "streetName" : " Example Street" ,
26- "streetNumber" : " 4711" ,
27- "additionalStreetInfo" : " Backhouse" ,
28- "postalCode" : " 80933" ,
29- "city" : " Exemplary City" ,
30- "region" : " Exemplary Region" ,
31- "state" : " Exemplary State" ,
32- "country" : " DE" ,
33- "company" : " My Company Name" ,
34- "department" : " Sales" ,
35- "building" : " Hightower 1" ,
36- "apartment" : " 247" ,
37- "pOBox" : " 2471" ,
38- "phone" : " +49 89 12345678" ,
39- "mobile" : " +49 171 2345678" ,
40- "email" : " email@example.com" ,
41- "fax" : " +49 89 12345679" ,
42- "additionalAddressInfo" : " no additional Info" ,
43- "externalId" : " Information not needed"
20+ "key" : " warehouse-address-key" ,
21+ "country" : " US" ,
22+ "firstName" : " John" ,
23+ "lastName" : " Doe" ,
24+ "streetName" : " Market Street" ,
25+ "streetNumber" : " 456" ,
26+ "postalCode" : " 94103" ,
27+ "city" : " San Francisco" ,
28+ "state" : " California" ,
29+ "phone" : " +14155559876" ,
30+ "email" : " johndoe@example.com"
4431 }
4532 }
4633 ]
0 commit comments