POST api/v2/Cart/DeletePropExtFromCart
Request Information
URI Parameters
None.
Body Parameters
Multisponsor.NetCommerce.API.Models.V2.CartPropExtV2Name | Description | Type | Additional information |
---|---|---|---|
Guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Guid": "sample string 1" }
application/xml, text/xml
Sample:
<CartPropExtV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models.V2"> <Guid>sample string 1</Guid> </CartPropExtV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Multisponsor.NetCommerce.API.Models.V2.ResponseV2OfSystem.StringName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Message | Collection of Multisponsor.NetCommerce.API.Models.V2.MessageResultV2 |
None. |
|
ObjectResponse | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Message": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ], "ObjectResponse": "sample string 2" }
application/xml, text/xml
Sample:
<ResponseV2Ofstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models.V2"> <Message> <MessageResultV2> <Message>sample string 1</Message> </MessageResultV2> <MessageResultV2> <Message>sample string 1</Message> </MessageResultV2> </Message> <ObjectResponse>sample string 2</ObjectResponse> <Status>true</Status> </ResponseV2Ofstring>