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": "02839a64-e5d2-4780-9a7b-57c58368beb0",
"markerXSolutionsId": "d77d0cd4-4650-48b9-87c4-6d403660f156",
"productId": "21d20a83-6c63-4a1d-8cd5-5b98446701f7"
},
{
"id": "02839a64-e5d2-4780-9a7b-57c58368beb0",
"markerXSolutionsId": "d77d0cd4-4650-48b9-87c4-6d403660f156",
"productId": "21d20a83-6c63-4a1d-8cd5-5b98446701f7"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.