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": "baf0fec3-3a0b-42dd-8767-99c343353f50",
"markerXSolutionsId": "98ba0383-3d5f-4cf4-ab6d-2737d5cfc4a7",
"productId": "7b5b4b5a-ee0d-4497-abfb-ce4ac91ca5f6"
},
{
"id": "baf0fec3-3a0b-42dd-8767-99c343353f50",
"markerXSolutionsId": "98ba0383-3d5f-4cf4-ab6d-2737d5cfc4a7",
"productId": "7b5b4b5a-ee0d-4497-abfb-ce4ac91ca5f6"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.