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": "7cee5d37-a0a6-4031-b61a-09d572047166",
"markerXSolutionsId": "acc9eb32-69c9-4624-bd96-998a0cbd4e05",
"productId": "633f52c1-7225-4fab-95d3-28e0ac420064"
},
{
"id": "7cee5d37-a0a6-4031-b61a-09d572047166",
"markerXSolutionsId": "acc9eb32-69c9-4624-bd96-998a0cbd4e05",
"productId": "633f52c1-7225-4fab-95d3-28e0ac420064"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.