Request data format | application/json |
---|---|
Request related java object | com.intershop.application.storefront.rest.b2b.capi.quote.resource.UserQuoteRequestsListResource |
Request data example | Note Deprecation Since version 7.8 the quoteID and basketID should be passed as query parameters (see above). Create new quote request from existing quote: { "quoteID": "mwnAqMgoQWUAAAE8irJXwIE5" } Create new quote request from basket: { "basketID": "n8YKDgAhNVQAAAFTQKgS.DdF" } Or empty body for creating a new empty quote request.
|
Response data format | application/json |
Response related java object | com.intershop.component.rest.capi.resourceobject.LinkRO |
Response data example | { "type": "Link", "uri": "inSPIRED-inTRONICS_Business-Site/-/customers/AgroNet/users/fbirdo@test.intershop.de/quoterequests/QQ4KDgAV3Q8AAAFTxLWqGA0A", "title": "QQ4KDgAV3Q8AAAFTxLWqGA0A" } |
Request data format | text/xml |
---|---|
Request related java object | com.intershop.application.storefront.rest.b2b.capi.quote.resource.UserQuoteRequestsListResource |
Request data example | Note Deprecation Since version 7.8 the quoteID and basketID should be passed as query parameters (see above). Create new quote request from existing quote: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <NewQuoteRequest type="NewQuoteRequest"> <quoteID>ab57545c-4f24-48cf-9838-cb30e1ae49ce</quoteID> </NewQuoteRequest> Create new quote request from basket: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <NewQuoteRequest type="NewQuoteRequest"> <basketID>30a8c5bb-da51-4688-a2bf-266049abe821</basketID> </NewQuoteRequest> Create new empty quote request: <NewQuoteRequest/> |
Response data format | text/xml |
Response related java object | com.intershop.component.rest.capi.resourceobject.LinkRO |
Response data example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Link type="Link"> <title>mdMKDgAVFzkAAAFTkFKqGAz7</title> <uri>inSPIRED-inTRONICS_Business-Site/-/customers/AgroNet/users/fbirdo@test.intershop.de/quoterequests/mdMKDgAVFzkAAAFTkFKqGAz7</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.