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": "c38df8b3-a3d7-42f9-9f09-c91f8348e70c",
"markerXSolutionsId": "1196945a-1121-40aa-857d-9688a7e46ac6",
"productId": "d7198fc6-61a1-4f84-9300-ef8e32f3d8c7"
},
{
"id": "c38df8b3-a3d7-42f9-9f09-c91f8348e70c",
"markerXSolutionsId": "1196945a-1121-40aa-857d-9688a7e46ac6",
"productId": "d7198fc6-61a1-4f84-9300-ef8e32f3d8c7"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.