POST V2/Enquiry/AddProdsToMyEnquiry
Request Information
URI Parameters
None.
Body Parameters
CartItemsName | Description | Type | Additional information |
---|---|---|---|
items | Collection of CartItem |
None. |
Request Formats
application/json, text/json
Sample:
{ "items": [ { "Sku": "sample string 1", "Attr1": 2, "Attr2": 3, "Attr3": 4, "MemberId": "sample string 5", "Qty": 6, "IsDetailPage": true }, { "Sku": "sample string 1", "Attr1": 2, "Attr2": 3, "Attr3": 4, "MemberId": "sample string 5", "Qty": 6, "IsDetailPage": true } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResultName | Description | Type | Additional information |
---|---|---|---|
Succeeded | boolean |
None. |
|
Message | string |
None. |
|
ReturnValue | Object |
None. |
|
Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeeded": true, "Message": "sample string 2", "ReturnValue": {}, "Code": 4 }