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": "6c58fc20-124f-47ce-9dcf-92eeb59d63ff", "markerXSolutionsId": "6ca8fa75-f673-4930-9404-59995df3e56e", "productId": "241c6c90-93a4-43ad-80ac-7c739c4ec1c9" }, { "id": "6c58fc20-124f-47ce-9dcf-92eeb59d63ff", "markerXSolutionsId": "6ca8fa75-f673-4930-9404-59995df3e56e", "productId": "241c6c90-93a4-43ad-80ac-7c739c4ec1c9" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.