POST api/Products
Request Information
URI Parameters
None.
Body Parameters
ProductOverviewDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Active | boolean |
None. |
|
| ImageId | string |
None. |
|
| IsOutOfStock | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "58dddb5e-15b0-49d3-a0e1-da39a295aea0",
"name": "sample string 1",
"active": true,
"imageId": "sample string 3",
"isOutOfStock": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.