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": "250c38b2-728e-4157-a329-52f3a418f420",
"markerXSolutionsId": "57a43e1d-65e3-4087-81c5-9b12a6efd022",
"productId": "9d410215-0798-4dec-b20f-1e6eda0a2cac"
},
{
"id": "250c38b2-728e-4157-a329-52f3a418f420",
"markerXSolutionsId": "57a43e1d-65e3-4087-81c5-9b12a6efd022",
"productId": "9d410215-0798-4dec-b20f-1e6eda0a2cac"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.