PriceChangesContract
Contains information about the subscriber, as well as a list of their profiles from different subscription providers.
List of fields
| Name | Type | Description |
| ActualVersion | long | Current version of prices in the MONT system |
| ClearBeforeUpdate | bool | The need for the reseller to completely clear the price list before updating |
| PriceList | array of PriceContract | List of changed products |
| SubscriptionDurationType | int | Subscription duration unit: Day = 1, Month = 2, Year = 3 |
PriceContract
| PartNum | string | Product ID (PartNumber) |
| Price | decimal | Purchase price of the product |
| EndUserPrice | decimal | Recomended end user price |
| CurrencyCode | string | Purchase price currency code |
| EndUserCurrencyCode | string | End user price currency code |
| FulfillmentType | int | Internal product type. By default = 1 (order result is links with limited lifetime. Another value don't mean anything |
| LicenseFormRequired | bool | Need to send product licence form |
| InstantDelivery | bool | Instance delivery flag. If True - time to order result = 1-10 minutes (depends on product vendor). False - time to order result = 24 hours |
| HasVat | bool | Value-added tax |
| Blocked | bool | Is product blocked |
| MinCountRequired | int | Minimal product units for order |
| MaxCountRequired | int | Maximum product units for order |
| FamilyGroupId | int | Product family group ID |
| ProductType | int | Product type. 1 - product, 2 - subscription |
| Returnable | bool | Can product be return to vendor |
| ExistsInCalc | bool | Can product be calculated |
| SubscriptionDuration | int | Subscription duration measure : 2 - Month, 3 - Year |
| SubscriptionDurationType | int | Subscription duration type : 2 - Month, 3 - Year |