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": "8495e59b-b685-4725-a26d-5be0ca0b000d",
"markerXSolutionsId": "2a1c3a2c-8db3-4efc-8fbe-ad74bb19910b",
"productId": "e43646eb-8b20-40c4-b515-34b365ba071e"
},
{
"id": "8495e59b-b685-4725-a26d-5be0ca0b000d",
"markerXSolutionsId": "2a1c3a2c-8db3-4efc-8fbe-ad74bb19910b",
"productId": "e43646eb-8b20-40c4-b515-34b365ba071e"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.