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": "dedc8b05-fe57-4440-bc90-1b45bd0c81fa",
"markerXSolutionsId": "9a70ee97-915c-4387-892e-b0176d7cb2d0",
"productId": "ccb22aca-9b51-470e-bd4f-0f0c4c772878"
},
{
"id": "dedc8b05-fe57-4440-bc90-1b45bd0c81fa",
"markerXSolutionsId": "9a70ee97-915c-4387-892e-b0176d7cb2d0",
"productId": "ccb22aca-9b51-470e-bd4f-0f0c4c772878"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.