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": "189ff63f-007c-4d14-8c73-b562c9d39201", "markerXSolutionsId": "acfe94ce-dbe1-45ed-b436-ad1f1cfcc63e", "productId": "eb08d267-62df-4058-9d00-3239a6aac1a1" }, { "id": "189ff63f-007c-4d14-8c73-b562c9d39201", "markerXSolutionsId": "acfe94ce-dbe1-45ed-b436-ad1f1cfcc63e", "productId": "eb08d267-62df-4058-9d00-3239a6aac1a1" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.