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": "6e34a541-a903-4384-9214-2f37ca4e2fa3",
"markerXSolutionsId": "32c86bb4-2a20-4a8b-ab91-494f7207939f",
"productId": "dc7fb4ce-db0c-40bf-9c38-2333e9618eee"
},
{
"id": "6e34a541-a903-4384-9214-2f37ca4e2fa3",
"markerXSolutionsId": "32c86bb4-2a20-4a8b-ab91-494f7207939f",
"productId": "dc7fb4ce-db0c-40bf-9c38-2333e9618eee"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.