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": "55b3aaa4-4f61-46c2-bd60-0130e2c58b78",
"markerXSolutionsId": "227d83ce-f5a6-4b30-91ba-b383270fc110",
"productId": "08e9e6f1-b4cd-4fc8-b869-72c0ae8a9d4d"
},
{
"id": "55b3aaa4-4f61-46c2-bd60-0130e2c58b78",
"markerXSolutionsId": "227d83ce-f5a6-4b30-91ba-b383270fc110",
"productId": "08e9e6f1-b4cd-4fc8-b869-72c0ae8a9d4d"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.