POST api/ProductSelection/SelectedProductGroupChanged

Request Information

URI Parameters

None.

Body Parameters

ProductGroupValues
NameDescriptionTypeAdditional information
productGroups

Collection of Pair of integer [key] and ProductSelectionListItem [value]

None.

postresponsedata

PostResponseDataSDO

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "productGroups": [
    {
      "Key": 1,
      "Value": {
        "Name": "sample string 1",
        "Selected": true
      }
    },
    {
      "Key": 1,
      "Value": {
        "Name": "sample string 1",
        "Selected": true
      }
    }
  ],
  "postresponsedata": {
    "IsPostResponseDataObject": 1,
    "FileHash": "sample string 1",
    "ApplicationData": null,
    "MemberData": null
  }
}

application/xml, text/xml

Sample:
<ProductGroupValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib.BindingModels.ProductSelection">
  <postresponsedata xmlns:d2p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib">
    <d2p1:_ApplicationData i:nil="true" />
    <d2p1:_FileHash>sample string 1</d2p1:_FileHash>
    <d2p1:_MemberData i:nil="true" />
  </postresponsedata>
  <productGroups xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
    <d2p1:KeyValuePairOfintProductSelectionListItemj_PNwADQO>
      <d2p1:key>1</d2p1:key>
      <d2p1:value xmlns:d4p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib">
        <d4p1:_Name>sample string 1</d4p1:_Name>
        <d4p1:_Selected>true</d4p1:_Selected>
      </d2p1:value>
    </d2p1:KeyValuePairOfintProductSelectionListItemj_PNwADQO>
    <d2p1:KeyValuePairOfintProductSelectionListItemj_PNwADQO>
      <d2p1:key>1</d2p1:key>
      <d2p1:value xmlns:d4p1="http://schemas.datacontract.org/2004/07/iLevel.Vitruvius.VitruviusPubLib">
        <d4p1:_Name>sample string 1</d4p1:_Name>
        <d4p1:_Selected>true</d4p1:_Selected>
      </d2p1:value>
    </d2p1:KeyValuePairOfintProductSelectionListItemj_PNwADQO>
  </productGroups>
</ProductGroupValues>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.