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": "17901e67-eeb3-4af9-87dc-9f6da3acc8ad",
"markerXSolutionsId": "99051793-0863-44e9-9e8a-0586e21b3f02",
"productId": "eca1b57f-45bc-495b-a351-39def2d3fc05"
},
{
"id": "17901e67-eeb3-4af9-87dc-9f6da3acc8ad",
"markerXSolutionsId": "99051793-0863-44e9-9e8a-0586e21b3f02",
"productId": "eca1b57f-45bc-495b-a351-39def2d3fc05"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.