POST api/PostSelectedProducts

Request Information

URI Parameters

None.

Body Parameters

Collection of SelectedProduct
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

MarkerXSolutionsId

globally unique identifier

None.

ProductId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": "a58724e6-af6e-41aa-bb73-7f341b7bc210",
    "markerXSolutionsId": "0e36442b-975e-4193-8bb6-1645df9014b1",
    "productId": "2a549af6-b753-4a59-9fd3-96bb11a0b9c5"
  },
  {
    "id": "a58724e6-af6e-41aa-bb73-7f341b7bc210",
    "markerXSolutionsId": "0e36442b-975e-4193-8bb6-1645df9014b1",
    "productId": "2a549af6-b753-4a59-9fd3-96bb11a0b9c5"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.