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": "38d38d0d-bbd8-4a9b-b05e-cd9f0dee2fd7",
"markerXSolutionsId": "4b723e89-e7b5-4aaf-a57f-4c0a4d8b0ec5",
"productId": "c0b1729f-fb1e-424b-9eda-a293e9e56b85"
},
{
"id": "38d38d0d-bbd8-4a9b-b05e-cd9f0dee2fd7",
"markerXSolutionsId": "4b723e89-e7b5-4aaf-a57f-4c0a4d8b0ec5",
"productId": "c0b1729f-fb1e-424b-9eda-a293e9e56b85"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.