POST api/products/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
ProductOverviewDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| LocalName | string |
None. |
|
| IsActive | boolean |
None. |
|
| ImageId | string |
None. |
|
| IsOutOfStock | boolean |
None. |
|
| ShortUnique | string |
None. |
|
| Price | PriceDto |
None. |
|
| RefPrice | PriceDto |
None. |
|
| MovieId | string |
None. |
|
| Color | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| HumanReadableIdentity | string |
None. |
|
| CampaignPrice | PriceDto |
None. |
|
| HasCampaignPrice | boolean |
None. |
|
| Description | string |
None. |
|
| Texts | Collection of TextDto |
None. |
|
| ShortDescription | string |
None. |
|
| QrImageId | string |
None. |
|
| FulfillmentCompany | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.