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": "19f097aa-acf2-49aa-baee-5a2397dd5cc9",
"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.