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": "5f9579c6-4497-4bc3-bc4f-a1e14c0de690",
"markerXSolutionsId": "f65e7982-40f9-4c71-aa36-a45ccb537f02",
"productId": "ca8e9b0b-53e8-4506-ace2-ab86d332b349"
},
{
"id": "5f9579c6-4497-4bc3-bc4f-a1e14c0de690",
"markerXSolutionsId": "f65e7982-40f9-4c71-aa36-a45ccb537f02",
"productId": "ca8e9b0b-53e8-4506-ace2-ab86d332b349"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.