PUT api/products/local/{productlocalid}/shop/{shopid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productlocalid | string |
Required |
|
| shopid | string |
Required |
Body Parameters
ProductLocalShopDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Shop | EntityDto |
None. |
|
| ProductLocal | EntityDto |
None. |
|
| IsActive | boolean |
None. |
|
| IsHidden | boolean |
None. |
|
| IsOutOfStock | boolean |
None. |
|
| Price | PriceDto |
None. |
|
| RefPrice | PriceDto |
None. |
|
| CampaignPrice | PriceDto |
None. |
|
| HasCampaignPrice | boolean |
None. |
|
| Description | string |
None. |
|
| ImageId | string |
None. |
|
| Texts | Collection of TextDto |
None. |
|
| QrImageId | string |
None. |
|
| ShortDescription | 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.