ProductContract
Contains product information
List of fields
| Name | Type | Description |
| PartNumber | string | Part number is a unique product ID in the MONT system |
| Title | string | Name |
| UrlImage | string | Image URL-address |
| FamilyGroupId | int? | Code of family (product group) |
| VendorId | int | Unique vendor ID in the Content service |
| VendorCode | string | Unique vendor code in all Mont services |
| OrderNum | int | Value of product's sorting index used to sort the list of products before displaying on screen. Sorting index has a value for all products within a product family |
| Preview | string | Preview |
| ShortDescription | string | Short description |
| FullDescription | string | Full description |
| ImportantInformation | string | Important information |
| SystemRequirements | string | System requirements |
| InstallInfo | string | Installation guidelines |
| EventText | string | Event information |
| Specs | List<SpecContract> | Array of specifications |
| LangCode | string | Code of language description is requested for |
| CountryCode | string | Code of country description is returned for* |
| IsContentAvailable | bool | Indicates whether description exists for this product |
| Media | Object | Object containing previews for product images and videos |
| Name | Type | Description |
| Images | array of Object | Object containing a list of images for product preview |
| Videos | array of Object | Object containing a list of videos for product preview |
type Images
| Name | Type | Description |
| MediaImageContract | Object | Object containing image parameters |
| Name | Type | Description |
| ImageUrl | String | Image URL |
type Videos
| Name | Type | Description |
| MediaVideoContract | Object | Object containing video parameters |
| Name | Type | Description |
| Name | String | Video name |
| URL | String | Video URL |
| VideoType | Int | Video type: 1 - YouTube link, 2 - direct link |