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": "7c969dc0-d0d7-459a-8e25-8f8c2be9b8e1",
"markerXSolutionsId": "53b4832b-748e-4f95-88dc-2dde60acf427",
"productId": "fa9aec20-b0a3-4a99-82eb-b8923eb3c523"
},
{
"id": "7c969dc0-d0d7-459a-8e25-8f8c2be9b8e1",
"markerXSolutionsId": "53b4832b-748e-4f95-88dc-2dde60acf427",
"productId": "fa9aec20-b0a3-4a99-82eb-b8923eb3c523"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.