Request data format | application/json |
---|---|
Request related java object |
|
Request data example | { "displayName": "new name...", "description": "new description..." } |
Response data format | application/json |
Response related java object |
|
Response data example | { "type": "QuoteRequest", "displayName": "new name...", "id": "59sKDgAho9UAAAFUFy0h_DO6", "number": "0000101", "description": "new description...", "editable": true, "submitted": false, "creationDate": 1461156719940, "total": { "type": "Money", "value": 3984.03, "currencyMnemonic": "USD", }, "items": [ { "type": "Link", "uri": "inSPIRED-inTRONICS_Business-Site/-/customers/AgroNet/users/fbirdo@test.intershop.de/quoterequests/59sKDgAho9UAAAFUFy0h_DO6/items/JCkKDgAh.OwAAAFUXpEh_DO8", "title": "JCkKDgAh.OwAAAFUXpEh_DO8" } ] } |
Request data format | text/xml |
---|---|
Request related java object |
|
Request data example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <QuoteRequest type="QuoteRequest"> <displayName>new name...</displayName> <description>new description...</description> </QuoteRequest> |
Response data format | text/xml |
Response related java object |
|
Response data example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <QuoteRequest type="QuoteRequest"> <creationDate>2016-04-20T14:51:59.940+02:00</creationDate> <description>new description...</description> <displayName>new name...</displayName> <editable>true</editable> <id>59sKDgAho9UAAAFUFy0h_DO6</id> <items> <Link type="Link"> <title>JCkKDgAh.OwAAAFUXpEh_DO8</title> <uri>inSPIRED-inTRONICS_Business-Site/-/customers/AgroNet/users/fbirdo@test.intershop.de/quoterequests/59sKDgAho9UAAAFUFy0h_DO6/items/JCkKDgAh.OwAAAFUXpEh_DO8</uri> </Link> </items> <number>0000101</number> <submitted>false</submitted> <total type="Money"> <currencyMnemonic>USD</currencyMnemonic> <value>3984.03</value> </total> </QuoteRequest> |
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.