POST api/Cart_V2

Request Information

URI Parameters

None.

Body Parameters

Collection of Multisponsor.NetCommerce.Domain.StoreCartExtendedProperty
NameDescriptionTypeAdditional information
Guid

string

None.

Name

string

None.

DisplayName

string

None.

ValueX

string

None.

Format

string

None.

CartGuid

string

None.

StoreCart

Multisponsor.NetCommerce.Domain.StoreCart

None.

Errors

Collection of string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "_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": "cart_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": "cart_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:
<ArrayOfStoreCartExtendedProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.Domain">
  <StoreCartExtendedProperty>
    <_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:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>display_name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 3</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>value</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 4</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>format</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>cart_guid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="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>
  </StoreCartExtendedProperty>
  <StoreCartExtendedProperty>
    <_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:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>display_name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 3</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>value</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 4</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>format</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>cart_guid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="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>
  </StoreCartExtendedProperty>
</ArrayOfStoreCartExtendedProperty>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Multisponsor.NetCommerce.Domain.StoreOrderExtendedProperty
NameDescriptionTypeAdditional information
Guid

string

None.

Name

string

None.

DisplayName

string

None.

ValueX

string

None.

Format

string

None.

OrderGuid

string

None.

StoreOrder

Multisponsor.NetCommerce.Domain.StoreOrder

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "_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:
<ArrayOfStoreOrderExtendedProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Multisponsor.NetCommerce.Domain">
  <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:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>display_name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 3</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>value</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 4</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>format</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>order_guid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="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>
  </StoreOrderExtendedProperty>
  <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:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 2</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>display_name</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 3</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>value</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 4</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>format</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 5</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
      <TableSchema.TableColumnSetting>
        <_columnName>order_guid</_columnName>
        <_currentValue xmlns:d5p1="http://www.w3.org/2001/XMLSchema" i:type="d5p1:string">sample string 1</_currentValue>
        <_isDirty>true</_isDirty>
      </TableSchema.TableColumnSetting>
    </columnSettings>
    <errorList xmlns:d3p1="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>
  </StoreOrderExtendedProperty>
</ArrayOfStoreOrderExtendedProperty>