Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.common.capi.resource.subscription.SubscriptionsResource com.intershop.sellside.rest.common.capi.resourceobject.subscription.SubscriptionRO |
Request Example | Subscribe with an e-mail: { "recipient" : "d.weiers@test.intershop.de" } Subscribe as authenticated user: { "recipient" : "-" } |
Response Data Format | application/json |
Response related java object | com.intershop.sellside.rest.common.capi.resource.subscription.SubscriptionsResource com.intershop.component.rest.capi.resourceobject.LinkRO |
Response Example | { "type": "Link", "uri": "PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/subscriptions/-", "title": "Subscription successful" } |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.common.capi.resource.subscription.SubscriptionsResource com.intershop.sellside.rest.common.capi.resourceobject.subscription.SubscriptionRO |
XML Request Example | Subscribe with e-mail: <Subscription> <recipient>d.weiers@test.intershop.de</recipient> </Subscription> Subscribe as authenticated user: <Subscription> <recipient>-</recipient> </Subscription> |
XML Response Data Format | text/xml |
XML Response Java Objects | 201 Created com.intershop.sellside.rest.common.capi.resource.subscription.SubscriptionsResource com.intershop.component.rest.capi.resourceobject.LinkRO |
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link type="Link"> <title>Subscription successful</title> <uri>PrimeTech-PrimeTechSpecials-Site/b2c-web-shop/subscriptions/d.weiers%40test.intershop.de</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.