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": "01923de2-88d6-4c7b-a2aa-8a03dc5e5a92",
"markerXSolutionsId": "006a5b4e-bfa6-41e2-8a1b-e2fef8017c41",
"productId": "46de6b55-37a0-4449-a91e-30e25e125724"
},
{
"id": "01923de2-88d6-4c7b-a2aa-8a03dc5e5a92",
"markerXSolutionsId": "006a5b4e-bfa6-41e2-8a1b-e2fef8017c41",
"productId": "46de6b55-37a0-4449-a91e-30e25e125724"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.