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": "6676c334-6e2c-4292-8d70-49e7f083e244",
"markerXSolutionsId": "b4a695c3-1047-4648-9e7b-639355a4c21b",
"productId": "0562dff4-5819-4338-a842-8171cdacfe30"
},
{
"id": "6676c334-6e2c-4292-8d70-49e7f083e244",
"markerXSolutionsId": "b4a695c3-1047-4648-9e7b-639355a4c21b",
"productId": "0562dff4-5819-4338-a842-8171cdacfe30"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.