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": "48a99c66-4296-4a25-9621-0a1e77c6fd76",
"markerXSolutionsId": "95685150-f21f-421f-9674-f82c9784ed2c",
"productId": "61e459a8-c96e-405f-ab1d-afa580e252be"
},
{
"id": "48a99c66-4296-4a25-9621-0a1e77c6fd76",
"markerXSolutionsId": "95685150-f21f-421f-9674-f82c9784ed2c",
"productId": "61e459a8-c96e-405f-ab1d-afa580e252be"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.