¿En qué podemos ayudarte?
Note (class)
Contains information required to create a note.
Properties
| Property | Type | Description |
|---|---|---|
| Id | integer | Note identifier |
| Type * | NoteType | Type of note, see more in NoteType (enum) |
| Status | NoteStatus | Status of note, see more in NoteStatus (enum) |
| Date | date | Note date |
| ProspectCustomer | boolean | Indicates if note owner is a prospect customer |
| PropertyCode * | string | Code document owner, supplier or customer, according to the TypeDocument |
| InvoiceToCode | string | Customer who will go run the bill |
| StoreCode | string | Warehouse code |
| StoreDestinationCode | string | Warehouse destination code |
| Reference | string | Reference text |
| Description | string | Description text of note |
| Number | integer | Number of note |
| SerialCode | string | Series code note |
| Version | integer | Version of note, only for saleQuotation |
| Observations | string | Description observations of note |
| ManagerCode | string | Code of responsible employee |
| ProjectCode | string | Set the code of project to which is attached |
| WorkOrderCode | string | Indicates the code of work order which is adhered |
| GroupRateCode | string | Indicates the group rate code to apply in the note |
| PricesIncludedVAT | boolean | Indicates whether the note should be calculated with the price amounts included |
| PercentCashDiscount | string | |
| PercentNormalDiscount | string | |
| PercentSpecialDiscount | string | |
| NotBillable | boolean | |
| ClassificationCode | string | |
| SituationCode | string | |
| TermPaymentCode | string | |
| MethodPaymentCode | string | |
| TaxTreatmentCode | string | |
| CurrencyCode | string | |
| CurrencyExchange | string | |
| CommercialSourceCode | string | |
| ContactCode | string | |
| Agent1Code | string | |
| Agent2Code | string | |
| Agent3Code | string | |
| Others1Included | boolean | |
| Others1Code | string | |
| Others1Name | string | |
| Others1CodeVAT | string | |
| Others1PercentVAT | decimal | |
| Others1Amount | decimal | |
| Others1Percent | decimal | |
| Others2Included | boolean | |
| Others2Code | string | |
| Others2Name | string | |
| Others2CodeVAT | string | |
| Others2PercentVAT | decimal | |
| Others2Amount | decimal | |
| Others2Percent | decimal | |
| DeliveryPerson | string | Contact for delivery |
| DeliveryName | string | Name or company making the delivery |
| DeliveryAddress | string | Delivery address |
| DeliveryCity | string | Delivery city |
| DeliveryState | string | Delivery state |
| DeliveryCodeCountry | string | Delivery country code |
| DeliveryZipCode | string | Postal delivery |
| DeliveryPhone | string | Contact phone delivery |
| DeliveryFax | string | Contact fax delivery |
| DeliveryEmail | string | Contact email delivery |
| DeliveryVATNumber | string | Tax identification number to delivery |
| DeliveryDateExpected | date | Date expected delivery products |
| DeliveryDateCollection | date | Indicates when the transport agency will collect packages |
| DeliveryNickName | string | Nick Name the delivery |
| DeliveryZone | string | Delivery zone |
| DeliveryObservations | string | Description observations delivery of note |
| TransportTypeCode | string | Code type of transport |
| TransportCode | string | Code of transport agency |
| TransportWay | string | Delivery method |
| TransportPaid | boolean | If transportation is paid |
| TransportAmount | decimal | Amount of transport |
| TransportCodeVAT | string | Code of tax rate |
| TransportPercentVAT | decimal | Percent of tax rate |
| TransportTruckDriver | string | Driver Name |
| TransportTruckDriverVATNumber | string | Driver identification number |
| TransportTrailerNumberPlate | string | Truck registration ID |
| RouteCode | string | |
| PortCode | string | |
| IncotermsCode | string | |
| Volume | string | |
| Weight | string | |
| WeightGross | string | |
| Payments | list of NotePayment | Collect the payment forms of the note, see more in NotePayment (class) |
| Lines * | list of Line | It stores the information of the lines of the document, see more in Line (class) |
* Required to create a new note