Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.smb.capi.resource.customer.CustomerListResource com.intershop.sellside.rest.smb.capi.resourceobject.NewCustomerRO com.intershop.sellside.rest.smb.capi.resourceobject.SMBCustomerUserRO com.intershop.sellside.rest.common.capi.resourceobject.AddressRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
Request Example | { "type": "NewCustomerRO", "customerNo": "MustermannGmbH", "companyName": "Mustermann GmbH", "companyName2": "", "industry": "", "taxationID": "998877665544332211", "description": "We build dreams!", "credentials": { "type": "CredentialsRO", "login": "mustermann@test.intershop.de", "password": "!InterShop00!", "securityQuestion": "WhatIsWrong", "securityQuestionAnswer": "nothing" }, "address": { "type": "AddressRO", "company": "Mustermann GmbH", "firstName": "Max", "lastName": "Mustermann", "street": "Muster Street 1", "postalCode": "12345", "city": "Muster City", "countryCode": "DE" }, "user": { "type": "UserRO", "title": "Mr.", "firstName": "Max", "lastName": "Mustermann", "birthday": "07/15/1983", "phoneHome": "1111111", "phoneBusiness": "2222222", "phoneMobile": "3333333", "fax": "4444444", "department": "Area 1", "email": "mustermann@test.intershop.de", "preferredLanguage": "en_US", "businessPartnerNo" : "123Mustermann" } } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.smb.capi.resource.customer.CustomerListResource com.intershop.sellside.rest.smb.capi.resourceobject.SMBCustomerUserRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
Response Example | { "type": "Link", "title": "customers", "uri": "PrimeTech-PrimeTechBusiness-Site/smb-web-shop/customers/-" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.smb.capi.resource.customer.CustomerListResource com.intershop.sellside.rest.smb.capi.resourceobject.NewCustomerRO com.intershop.sellside.rest.smb.capi.resourceobject.SMBCustomerUserRO com.intershop.sellside.rest.common.capi.resourceobject.AddressRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
XML Request Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <NewCustomer> <customerNo>MustermannGmbH</customerNo> <companyName>Mustermann GmbH</companyName> <companyName2></companyName2> <description>We build dreams!</description> <industry></industry> <taxationID>998877665544332211</taxationID> <address> <city>Muster City</city> <company>Mustermann GmbH</company> <countryCode>DE</countryCode> <firstName>Max</firstName> <lastName>Mustermann</lastName> <postalCode>12345</postalCode> <street>Muster Street 1</street> </address> <credentials> <login>mustermann@test.intershop.de</login> <password>!InterShop00!</password> <securityQuestion>WhatIsWrong</securityQuestion> <securityQuestionAnswer>nothing</securityQuestionAnswer> </credentials> <user> <birthday>07/15/1983</birthday> <firstName>Max</firstName> <lastName>Mustermann</lastName> <title>Mr.</title> <department>Area 1</department> <email>mustermann@test.intershop.de</email> <fax>4444444</fax> <phoneBusiness>2222222</phoneBusiness> <phoneHome>1111111</phoneHome> <phoneMobile>3333333</phoneMobile> <preferredLanguage>en_US</preferredLanguage> <businessPartnerNo>123Mustermann</businessPartnerNo> </user> </NewCustomer> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.smb.capi.resource.customer.CustomerListResource com.intershop.sellside.rest.smb.capi.resourceobject.SMBCustomerUserRO com.intershop.sellside.rest.common.capi.resourceobject.CredentialsRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link type="Link"> <title>customers</title> <uri>PrimeTech-PrimeTechBusiness-Site/smb-web-shop/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.