Request data format | application/json |
---|---|
Request related java object | None |
Request data example | None |
Response data format | application/json |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.quote.resource.UserQuotesItemResource com.intershop.application.storefront.rest.b2b.capi.quote.resourceobject.QuoteRO com.intershop.component.rest.capi.resourceobject.LinkRO |
Response data example | { "type": "Quote", "items": [ { "type": "QuoteLineItem", "originQuantity": { "type": "Quantity", "value": 7, "unit": "" }, "originSinglePrice": { "type": "Money", "value": 237.5, "currencyMnemonic": "USD" }, "originTotalPrice": { "type": "Money", "value": 1662.5, "currencyMnemonic": "USD" }, "quantity": { "type": "Quantity", "value": 7, "unit": "" }, "singlePrice": { "type": "Money", "value": 220, "currencyMnemonic": "USD" }, "totalPrice": { "type": "Money", "value": 1540, "currencyMnemonic": "USD" }, "productSKU": "9438012" } ], "displayName": "new name...", "id": "59sKDgAho9UAAAFUFy0h_DO6", "number": "0000101", "description": "new description...", "creationDate": 1461156719940, "validFromDate": 1461156660000, "validToDate": 1461761460000, "sellerComment": "Only 1 week valid!", "originTotal": { "type": "Money", "value": 1662.5, "currencyMnemonic": "USD" }, "total": { "type": "Money", "value": 1540, "currencyMnemonic": "USD" } } If a quote was rejected by the buyer an additional attribute { "type": "Quote", "displayName": "new name...", "id": "59sKDgAho9UAAAFUFy0h_DO6", "number": "0000101", ... "rejected" : true } |
Request data format | text/xml |
---|---|
Request related java object | None |
Request data example | None |
Response data format | text/xml |
Response related java object | com.intershop.application.storefront.rest.b2b.capi.quote.resource.UserQuotesItemResource com.intershop.application.storefront.rest.b2b.capi.quote.resourceobject.QuoteRO com.intershop.component.rest.capi.resourceobject.LinkRO |
Response data example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Quote type="Quote"> <creationDate>2016-04-20T14:51:59.940+02:00</creationDate> <description>new description...</description> <displayName>new name...</displayName> <id>59sKDgAho9UAAAFUFy0h_DO6</id> <items type="QuoteLineItem"> <originQuantity type="Quantity"> <unit></unit> <value>7</value> </originQuantity> <originSinglePrice type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>237.5</value> </originSinglePrice> <originTotalPrice type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>1662.50</value> </originTotalPrice> <productSKU>9438012</productSKU> <quantity type="Quantity"> <unit></unit> <value>7</value> </quantity> <singlePrice type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>220.00</value> </singlePrice> <totalPrice type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>1540.00000</value> </totalPrice> </items> <number>0000101</number> <originTotal type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>1662.50</value> </originTotal> <sellerComment>Only valid 1 week!</sellerComment> <total type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>1540.00</value> </total> <validFromDate>2016-04-20T14:51:00+02:00</validFromDate> <validToDate>2016-04-27T14:51:00+02:00</validToDate> </Quote> If a quote was rejected by the buyer an additional attribute <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Quote type="Quote"> <creationDate>2016-04-20T14:51:59.940+02:00</creationDate> <description>new description...</description> <displayName>new name...</displayName> <id>59sKDgAho9UAAAFUFy0h_DO6</id> ... <rejected>true</rejected> </Quote> |
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.