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": "cd4c29c6-bc82-4ad1-8ff6-010a8b340a8f",
"markerXSolutionsId": "c10e1b99-e30f-4f40-8bba-266f80583b6e",
"productId": "6dcfac54-7883-49c5-a464-2e49d34e6337"
},
{
"id": "cd4c29c6-bc82-4ad1-8ff6-010a8b340a8f",
"markerXSolutionsId": "c10e1b99-e30f-4f40-8bba-266f80583b6e",
"productId": "6dcfac54-7883-49c5-a464-2e49d34e6337"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.