Request Data Format | application/json |
---|---|
Request related java object | com.intershop.adobe.application.storefront.rest.capi.resource.PrivateCustomerItemResource com.intershop.adobe.application.storefront.rest.capi.resourceobject.PrivateCustomerRO |
Request Example | { "customerNo": "Patricia1", "firstName" : "Patricia", "lastName" : "blubb", "email" : "patricia@test.intershop.de", "preferredLanguage" : "de_DE", "gender" : "Female" } |
Response Data Format | application/json |
Response related java object | com.intershop.adobe.application.storefront.rest.capi.resource.PrivateCustomerItemResource com.intershop.adobe.application.storefront.rest.capi.resourceobject.PrivateCustomerRO |
Response Example | With 200 status: { "type": "PrivateCustomer", "phoneBusiness": "", "fax": "", "phoneHome": "", "firstName": "Patricia", "lastName": "blubb", "title": "", "email": "patricia@test.intershop.de", "preferredLanguage": "de_DE", "phoneMobile": "", "customerNo": "Patricia1" "gender": "Female", "aboutMe": "", "hobbies": "" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.adobe.application.storefront.rest.capi.resource.PrivateCustomerItemResource com.intershop.adobe.application.storefront.rest.capi.resourceobject.PrivateCustomerRO |
XML Request Example | <PrivateCustomer type="PrivateCustomer"> <customerNo>Patricia1</customerNo> <email>patricia@test.intershop.de</email> <firstName>Patricia</firstName> <lastName>blubb</lastName> <preferredLanguage>de_DE</preferredLanguage> </PrivateCustomer> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.adobe.application.storefront.rest.capi.resource.PrivateCustomerItemResource com.intershop.adobe.application.storefront.rest.capi.resourceobject.PrivateCustomerRO |
XML Response Example | With 200 status: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <PrivateCustomer type="PrivateCustomer"> <customerNo>Patricia1</customerNo> <email>patricia@test.intershop.de</email> <fax></fax> <firstName>Patricia</firstName> <lastName>blubb</lastName> <phoneBusiness></phoneBusiness> <phoneHome></phoneHome> <phoneMobile></phoneMobile> <preferredLanguage>de_DE</preferredLanguage> <title></title> <gender>Female</gender> </PrivateCustomer> And header: Location: - With 400 status: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Validation> <errors>error.customer.customerno.already-exists</errors> <reason>error.customer.customerno.already-exists</reason> <valid>false</valid> </Validation> |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.