| Name | Description | Type | Additional information |
|---|---|---|---|
| CultureCode |
Gets or sets the culture code. When adding/updating an Offer, ShopCtrl will first try to find the Culture based on the provided CultureId. If not provided, the culture will be determined based on the provided CultureCode. |
string |
None. |
| ShopNote |
The note passed from the Shop. |
string |
Max length: 2147483647 |
| CultureId |
Gets or sets the culture identifier. When adding/updating an Offer, ShopCtrl will first try to find the Culture based on the provided CultureId. If not provided, the culture will be determined based on the provided CultureCode. |
integer |
None. |
| ExchangeRate |
Gets or sets the exchange rate. |
decimal number |
Required |
| ShopId |
Gets or sets the shop identifier. |
integer |
Required |
| ViewModusIncVAT |
Gets or sets a value indicating the view modus (the VAT is included). |
boolean |
Required |
| PaymentFeeIncVat |
Gets or sets the payment fee (include VAT). |
decimal number |
Required |
| PaymentFeeExVat |
Gets or sets the payment fee (excluded VAT). |
decimal number |
None. |
| ShippingCostsIncVat |
Gets or sets the shipping costs (include VAT). |
decimal number |
Required |
| ShippingCostsExVat |
Gets or sets the shipping costs (exclude VAT). |
decimal number |
Required |
| PaymentTypeId |
Gets or sets the payment type identifier. |
integer |
None. |
| CarrierAccountId |
Gets or sets the Carrier Account identifier. |
integer |
None. |
| CustomerId |
Gets or sets the customer identifier. When adding/updating an Offer, ShopCtrl will first try to find the Customer based on the provided CustomerId. |
integer |
Required |
| CustomerCode |
Gets or sets the CustomerCode, as defined for the Customer. When adding/updating an Offer, ShopCtrl will first try to find the Customer based on the provided CustuomerId. If not provided, the customer will be determined based on the provided CustomerCode. |
string |
None. |
| CustomerReference |
Gets or sets the reference provided by the customer. |
string |
Max length: 50 |
| DiscountExVat |
Gets or sets the discount (exclude VAT). |
decimal number |
Required |
| DiscountIncVat |
Gets or sets the discount (include VAT). |
decimal number |
Required |
| BillToContact |
Gets or sets the bill to contact. Then sets, BillToContact takes precedence on BillToContactInfoId (the last is not used). |
ContactInfo |
None. |
| ShipToContact |
Gets or sets the ship to contact. Then sets, ShipToContact takes precedence on ShipToContactInfoId (the last is not used). |
ContactInfo |
None. |
| OfferRows |
Gets or sets the Offer rows. |
Collection of OfferRow |
None. |
| Params |
Gets or sets the parameters. |
Collection of OfferParameter |
None. |
| Id |
Gets or sets the identifier. |
integer |
Required |
| OfferCode |
Gets or sets the Offer code. |
string |
Required Max length: 20 |
| OfferDate |
Gets or sets the date. |
date |
Required |
| ValidUntil |
Gets or sets the date untill the Offer is valid. |
date |
None. |
| OfferTotalIncVat |
Gets or sets the Offer total with the 'VAT'. |
decimal number |
Required |
| OfferTotalExVat |
Gets or sets the Offer total without the 'VAT'. |
decimal number |
Required |
| CurrencyId |
Gets or sets the currency id. |
integer |
Required |
| CurrencyCode |
Gets the currency code. |
string |
None. |
| DeletedTimestamp |
Gets a value indicating whether this Offer has been deleted. |
date |
None. |
| ChangeTimestamp |
Gets or sets the change timestamp. |
date |
None. |
| MainStatusId |
Gets or sets the main status identifier. |
integer |
None. |
| MainStatusComment |
Gets or sets the main status comment. |
string |
None. |
| MainStatusActionDate |
Gets or sets the main status action date. |
date |
None. |
| CustomStatusId |
Gets or sets the custom status identifier. |
integer |
None. |
| CustomStatusComment |
Gets or sets the custom status comment. |
string |
None. |
| CustomStatusActionDate |
Gets or sets the custom status action date. |
date |
None. |
| Note |
Gets or sets the note. |
string |
Max length: 2147483647 |