Request Data Format | n.a. |
---|---|
Request related java object |
|
Request Example | |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.contact.ContactResource com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO<ContactRO> |
Response Example | { "elements": [ { "type": "Contact", "subject": "Order Inquiries" }, { "type": "Contact", "subject": "Returns" }, { "type": "Contact", "subject": "My Account Information" }, { "type": "Contact", "subject": "Placing an Order" }, { "type": "Contact", "subject": "Gift Certificates and Promotions" }, { "type": "Contact", "subject": "Product Questions" } ], "type": "Subjects" } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects | |
XML Request Example | |
XML Response Data Format | text/xml |
XML Response Java Objects | com.intershop.sellside.rest.common.capi.resource.contact.ContactResource com.intershop.component.rest.capi.resourceobject.ResourceCollectionRO<ContactRO> |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Subjects type="Subjects"> <elements> <Contact type="Contact"> <subject>Order Inquiries</subject> </Contact> <Contact type="Contact"> <subject>Returns</subject> </Contact> <Contact type="Contact"> <subject>My Account Information</subject> </Contact> <Contact type="Contact"> <subject>Placing an Order</subject> </Contact> <Contact type="Contact"> <subject>Gift Certificates and Promotions</subject> </Contact> <Contact type="Contact"> <subject>Product Questions</subject> </Contact> </elements> </Subjects> |
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.