POST api/PostSelectedProducts
Request Information
URI Parameters
None.
Body Parameters
Collection of SelectedProductName | 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": "c6201ce5-b70b-41c3-838e-edf5fb7af2d8", "markerXSolutionsId": "6cf8e5a1-f3d8-4352-adfe-0fdc0002b94e", "productId": "2ee005fd-fe96-4d31-bcc2-ee966e5c1163" }, { "id": "c6201ce5-b70b-41c3-838e-edf5fb7af2d8", "markerXSolutionsId": "6cf8e5a1-f3d8-4352-adfe-0fdc0002b94e", "productId": "2ee005fd-fe96-4d31-bcc2-ee966e5c1163" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.