Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.common.capi.resource.customer.address.CustomerAddressListResource com.intershop.sellside.rest.common.capi.resourceobject.AddressRO |
Request Example | { "state": "Berlin", "countryCode": "DE", "addressName": "Patricia Miller, Berliner Str. 20, Potsdam", "postalCode": "14482", "city": "Potsdam", "street": "Berliner Str. 20", "phoneHome": "049364112677", "firstName": "Patricia", "lastName": "Miller" } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.customer.address.CustomerAddressListResource com.intershop.sellside.rest.common.capi.resourceobject.AddressRO OR om.intershop.component.rest.capi.resourceobject.LinkRO |
Response Example | 201 Created When the create returns no suggestions: { "type": "Address", "state": "Berlin", "country": "Germany", "id": "53QKCgoKBm0AAAFCj0k0MEy7", "city": "Potsdam", "street": "Berliner Str. 20", "street2": "", "street3": "", "mobile": "", "phoneHome": "049364112677", "firstName": "Patricia", "lastName": "Miller", "title": "", "countryCode": "DE", "postalCode": "14482", "phoneBusiness": "", "email": "", "addressName": "Patricia Miller, Berliner Str. 20, Potsdam" } When there are suggestions: { "type": "Link", "title": "Suggested addresses", "uri": "PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/customers/-/addresses/BOIKDgAOdNQAAAFCc_ZOHHCV/suggestions" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.common.capi.resource.customer.address.CustomerAddressListResource com.intershop.sellside.rest.common.capi.resourceobject.AddressRO OR om.intershop.component.rest.capi.resourceobject.LinkRO |
XML Request Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Address> <city>Potsdam</city> <countryCode>DE</countryCode> <firstName>Patricia</firstName> <lastName>Miller</lastName> <phoneHome>049364112677</phoneHome> <postalCode>14482</postalCode> <state>Berlin</state> <street>Berliner Str. 20</street> </Address> |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.customer.address.CustomerAddressListResource com.intershop.sellside.rest.common.capi.resourceobject.AddressRO OR om.intershop.component.rest.capi.resourceobject.LinkRO |
XML Response Example |
201 Created and 303 See other: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Address type="Address"> <addressName>Patricia Miller, Berliner Str. 20, Potsdam</addressName> <city>Potsdam</city> <country>Germany</country> <countryCode>DE</countryCode> <email> </email> <firstName>Patricia</firstName> <ID>EH8KDgAOk7gAAAFC7YBOHG.o</ID> <lastName>Miller</lastName> <mobile> </mobile> <phoneBusiness> </phoneBusiness> <phoneHome>049364112677</phoneHome> <postalCode>14482</postalCode> <state>Berlin</state> <street>Berliner Str. 20</street> <street2> </street2> <street3> </street3> <title> </title> </Address> With 303 See other <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link type="Link"> <title>Suggested addresses</title> <uri>PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/customers/-/addresses/BOIKDgAOdNQAAAFCc_ZOHHCV/suggestions</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.