/
ProformaProduct
ProformaProduct
Structure
Field | Type | Required | Description |
---|---|---|---|
postingDate | LocalDate | true | Date when the product is going to be posted. |
quantity | Integer | true | Number of items it contains. |
product | Product | true | Product related to this ProformaProduct. |
name | String | true | Name of the product. |
amountAfterTax | BigDecimal | true | Cost of the product in the related currency after applying taxes. |
amountBeforeTax | BigDecimal | false | Cost of the product in the related currency before applying taxes. |
currency | Currency | true | Related currency to this ProformaProduct. |
amountTax | BigDecimal | false | |
amountDiscount | BigDecimal | false | |
amountCommission | BigDecimal | false | |
rate | Rate | true | Related rate to this ProformaProduct. |
offer | Offer | true | Related offer to this ProformaProduct. |
offerAmountDiscount | BigDecimal | true | |
offerPercentDiscount | BigDecimal | true | |
promotion | Promotion | false | Related promotion to this ProformaProduct. |
promotionAmountDiscount | BigDecimal | false | |
promotionPercentDiscount | BigDecimal | false | |
channel | Channel | true | Related channel to this ProformaProduct. |
source | Source | true | Related source to this ProformaProduct. |
segment | Segment | true | Related segment to this ProformaProduct. |
remark | String | false | Added comments to the ProformaProduct. |
proformaProductTaxList | List of ProformaProductTax | false | Detail of the taxes applied to this ProformaProduct. |
proformaProductCommissionList | List of ProformaProductCommission | false | Detail of the commissions applied to this ProformaProduct. |
proformaProductDiscountList | List of ProformaProductDiscount | false | Detail of the discounts applied to this ProformaProduct. |
JSON representation
{ "productionDate": "2019-07-28", "postingDate": "2019-07-28", "quantity": 1, "product": { "id": 422, "code":"PK", "name": "Parking", "productType": { "id": 2, "code": "SER", "name": "Service" } }, "name": "Parking", "amountAfterTax": 10, "amountBeforeTax": null, "currency": { "id": 1, "code": "EUR", "name": "Euro" }, "amountTax": null, "amountDiscount": null, "amountCommission": null, "rate": null, "offer": null, "offerAmountDiscount": null, "offerPercentDiscount": null, "promotion": null, "promotionAmountDiscount": null, "promotionPercentDiscount": null, "propertyChannel": { "id": 62, "code": "WEB", "name": "Booking Engine" }, "propertySource": { "id": 47, "code": "FAX", "name": "Fax" }, "propertySegment": { "id": 47, "code": "CONG", "name": "Congress" }, "remark": null, "proformaProductTaxList": [{ "quantity": 1, "product": { "id": 797, "code":"TAX21", "name": "Tax 21%", "productType": { "id": 8, "code": "TAX", "name": "Tax" } }, "name": "Tax 21%", "price": 1.735537, "currency": { "id": 1, "code": "EUR", "name": "Euro" }, "amount": null, "percentage": 21 }], "proformaProductCommissionList": null, "proformaProductDiscountList": null }
, multiple selections available,
Related content
ProformaProductTax
ProformaProductTax
More like this
Proforma
Proforma
More like this
ExpensesProduct
ExpensesProduct
More like this
FolioProduct
FolioProduct
More like this
Product
Product
More like this
InvoiceProduct
InvoiceProduct
More like this