POST api/products/{id}/locals
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
ProductLocalDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CountryCode | string |
None. |
|
| Name | string |
None. |
|
| ImageId | string |
None. |
|
| MovieId | string |
None. |
|
| InternalNote | string |
None. |
|
| Description | string |
None. |
|
| ShortDescription | string |
None. |
|
| ProductId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "8392ab83-babd-44da-a761-6de88853a3b3",
"countryCode": "sample string 1",
"name": "sample string 2",
"imageId": "sample string 3",
"movieId": "sample string 4",
"internalNote": "sample string 5",
"description": "sample string 6",
"shortDescription": "sample string 7",
"productId": "07c380bf-8f42-4819-9e08-0817688b8921"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.