Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.b2c.capi.resource.customer.PrivateCustomerListResource com.intershop.sellside.rest.b2c.capi.resourceobject.NewCustomerRO com.intershop.sellside.rest.common.capi.resourceobject.AddressRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
Request Example | { "address": { "addressLine1": "Berliner Str.", "addressName": "MyNewAddress", "city": "Potsdam", "countryCode": "DE", "email": "patrik@test.intershop.net", "firstName": "Patrik", "lastName": "Mueller", "postalCode": "14482" }, "birthday": "1970-03-10", "credentials": { "login": "patrik@test.intershop.net", "password": "!InterShop00!", "securityQuestion": "Who was your first lover?", "securityQuestionAnswer": "Unknown" }, "customerNo": "NewCustomer", "email": "patrik@test.intershop.net", "fax": "4211324", "firstName": "Patrik", "lastName": "Mueller", "phoneBusiness": "4211324", "phoneHome": "4211324", "phoneMobile": "42311324", "preferredLanguage": "de_DE", "title": "Mr" } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.b2c.capi.resource.customer.PrivateCustomerListResource |
Response Example | { "type": "Link", "uri": "inSPIRED-inTRONICS-Site/-/customers/-" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.b2c.capi.resource.customer.PrivateCustomerListResource com.intershop.sellside.rest.b2c.capi.resourceobject.NewCustomerRO com.intershop.sellside.rest.common.capi.resourceobject.AddressRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
XML Request Example | <NewCustomer> <customerNo>NewCustomer</customerNo> <email>patrik@test.intershop.net</email> <fax>7878676</fax> <firstName>Patrik</firstName> <birthday>1985-03-10</birthday> <lastName>Mueller</lastName> <phoneBusiness>1000000</phoneBusiness> <phoneHome>455454</phoneHome> <phoneMobile>44535</phoneMobile> <preferredLanguage>en_US</preferredLanguage> <title>Mr</title> <credentials> <login>patrik@test.intershop.net</login> <password>!InterShop00!</password> <securityQuestion>Who was your first lover</securityQuestion> <securityQuestionAnswer>Unknown</securityQuestionAnswer> </credentials> <address> <addressName>MyNewAddress</addressName> <email>patrik@test.intershop.net</email> <firstName>Patrik</firstName> <lastName>Mueller</lastName> <country>Germany</country> <countryCode>DE</countryCode> <postalCode>DE</postalCode> <city>Potsdam</city> <addressLine1>Berliner Str.</addressLine1> </address> </NewCustomer> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.b2c.capi.resource.customer.PrivateCustomerListResource com.intershop.sellside.rest.b2c.capi.resourceobject.NewCustomerRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link type="Link"> <title>customers</title> <uri>inSPIRED-inTRONICS-Site/-/customers/-</uri> </Link> |
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.