POST api/v2/Cart/GetPropExtCart
Request Information
URI Parameters
None.
Body Parameters
Collection of Multisponsor.NetCommerce.API.Models.V2.CartPropExtV2Name | Description | Type | Additional information |
---|---|---|---|
Guid | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Guid": "sample string 1" }, { "Guid": "sample string 1" } ]
application/xml, text/xml
Sample:
<ArrayOfCartPropExtV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.API.Models.V2"> <CartPropExtV2> <Guid>sample string 1</Guid> </CartPropExtV2> <CartPropExtV2> <Guid>sample string 1</Guid> </CartPropExtV2> </ArrayOfCartPropExtV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Multisponsor.NetCommerce.API.Models.V2.ResponseV2OfSystem.Collections.Generic.ListOfMultisponsor.NetCommerce.Domain.StoreOrderExtendedPropertyName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Message | Collection of Multisponsor.NetCommerce.API.Models.V2.MessageResultV2 |
None. |
|
ObjectResponse | Collection of Multisponsor.NetCommerce.Domain.StoreOrderExtendedProperty |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Message": [ { "Message": "sample string 1" }, { "Message": "sample string 1" } ], "ObjectResponse": [ { "_isNew": true, "_dirtyColumns": null, "_isLoaded": true, "_validateWhenSaving": true, "_providerName": "sample string 10", "columnSettings": [ { "_columnName": "guid", "_currentValue": "sample string 1", "_isDirty": true }, { "_columnName": "name", "_currentValue": "sample string 2", "_isDirty": true }, { "_columnName": "display_name", "_currentValue": "sample string 3", "_isDirty": true }, { "_columnName": "value", "_currentValue": "sample string 4", "_isDirty": true }, { "_columnName": "format", "_currentValue": "sample string 5", "_isDirty": true }, { "_columnName": "order_guid", "_currentValue": "sample string 1", "_isDirty": true } ], "errorList": [], "invalidTypeExceptionMessage": "sample string 12", "lengthExceptionMessage": "sample string 13", "nullExceptionMessage": "sample string 11" }, { "_isNew": true, "_dirtyColumns": null, "_isLoaded": true, "_validateWhenSaving": true, "_providerName": "sample string 10", "columnSettings": [ { "_columnName": "guid", "_currentValue": "sample string 1", "_isDirty": true }, { "_columnName": "name", "_currentValue": "sample string 2", "_isDirty": true }, { "_columnName": "display_name", "_currentValue": "sample string 3", "_isDirty": true }, { "_columnName": "value", "_currentValue": "sample string 4", "_isDirty": true }, { "_columnName": "format", "_currentValue": "sample string 5", "_isDirty": true }, { "_columnName": "order_guid", "_currentValue": "sample string 1", "_isDirty": true } ], "errorList": [], "invalidTypeExceptionMessage": "sample string 12", "lengthExceptionMessage": "sample string 13", "nullExceptionMessage": "sample string 11" } ] }
application/xml, text/xml
Sample:
<ResponseV2OfArrayOfStoreOrderExtendedPropertyd_SLLPC_Pb 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 xmlns:d2p1="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.Domain"> <d2p1:StoreOrderExtendedProperty> <_dirtyColumns i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" /> <_isLoaded xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isLoaded> <_isNew xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isNew> <_providerName xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 10</_providerName> <_validateWhenSaving xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_validateWhenSaving> <columnSettings xmlns="http://schemas.datacontract.org/2004/07/SubSonic"> <TableSchema.TableColumnSetting> <_columnName>guid</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 1</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>name</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 2</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>display_name</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 3</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>value</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 4</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>format</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 5</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>order_guid</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 1</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> </columnSettings> <errorList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" /> <invalidTypeExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 12</invalidTypeExceptionMessage> <lengthExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 13</lengthExceptionMessage> <nullExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 11</nullExceptionMessage> </d2p1:StoreOrderExtendedProperty> <d2p1:StoreOrderExtendedProperty> <_dirtyColumns i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" /> <_isLoaded xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isLoaded> <_isNew xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_isNew> <_providerName xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 10</_providerName> <_validateWhenSaving xmlns="http://schemas.datacontract.org/2004/07/SubSonic">true</_validateWhenSaving> <columnSettings xmlns="http://schemas.datacontract.org/2004/07/SubSonic"> <TableSchema.TableColumnSetting> <_columnName>guid</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 1</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>name</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 2</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>display_name</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 3</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>value</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 4</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>format</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 5</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> <TableSchema.TableColumnSetting> <_columnName>order_guid</_columnName> <_currentValue xmlns:d6p1="http://www.w3.org/2001/XMLSchema" i:type="d6p1:string">sample string 1</_currentValue> <_isDirty>true</_isDirty> </TableSchema.TableColumnSetting> </columnSettings> <errorList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/SubSonic" /> <invalidTypeExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 12</invalidTypeExceptionMessage> <lengthExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 13</lengthExceptionMessage> <nullExceptionMessage xmlns="http://schemas.datacontract.org/2004/07/SubSonic">sample string 11</nullExceptionMessage> </d2p1:StoreOrderExtendedProperty> </ObjectResponse> <Status>true</Status> </ResponseV2OfArrayOfStoreOrderExtendedPropertyd_SLLPC_Pb>