POST api/PostSelectedProducts
Request Information
URI Parameters
None.
Body Parameters
Collection of SelectedProductName | 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": "93f2d6b7-2e0a-4fc2-81cc-bad14a9356e0", "markerXSolutionsId": "9c060349-15e5-4468-891f-8187258c5f57", "productId": "8d7ab7af-0892-4e8a-9606-4da216406266" }, { "id": "93f2d6b7-2e0a-4fc2-81cc-bad14a9356e0", "markerXSolutionsId": "9c060349-15e5-4468-891f-8187258c5f57", "productId": "8d7ab7af-0892-4e8a-9606-4da216406266" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.