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": "b8469076-4187-4b25-96c2-bf6153972f0c", "markerXSolutionsId": "731f94a7-c093-47e3-8b37-2a5b7aa1eda1", "productId": "63e80eac-7dbf-4fb1-9725-46324b419241" }, { "id": "b8469076-4187-4b25-96c2-bf6153972f0c", "markerXSolutionsId": "731f94a7-c093-47e3-8b37-2a5b7aa1eda1", "productId": "63e80eac-7dbf-4fb1-9725-46324b419241" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.