POST api/PostSelectedProducts
Request Information
URI Parameters
None.
Body Parameters
Collection of SelectedProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MarkerXSolutionsId | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "adabd05e-e717-4142-8195-a686b8cc503f",
"markerXSolutionsId": "3ce3f58b-9ce0-4b71-be24-772815e89272",
"productId": "b6f692cf-8c0e-4dbf-98cf-46138233270d"
},
{
"id": "adabd05e-e717-4142-8195-a686b8cc503f",
"markerXSolutionsId": "3ce3f58b-9ce0-4b71-be24-772815e89272",
"productId": "b6f692cf-8c0e-4dbf-98cf-46138233270d"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.