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": "2120946e-0490-4c4f-9b0e-d138065a2e58",
"markerXSolutionsId": "aef412bd-81db-40b0-89d3-319b499dcbf9",
"productId": "ae297a54-c3ad-484f-8f06-e49e2a1e159d"
},
{
"id": "2120946e-0490-4c4f-9b0e-d138065a2e58",
"markerXSolutionsId": "aef412bd-81db-40b0-89d3-319b499dcbf9",
"productId": "ae297a54-c3ad-484f-8f06-e49e2a1e159d"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.