Name | Description | Type | Additional information |
---|---|---|---|
msgControl |
Contains information about the response |
MsgControl |
None. |
Company |
The company name |
string |
Required String length: inclusive between 0 and 6 |
DocNo |
The document number. If null we add the next available one and we return it in MsgControl.Message |
string |
String length: inclusive between 0 and 15 |
AccountCode |
The account code |
string |
Required String length: inclusive between 0 and 15 |
AccountName |
The account name |
string |
String length: inclusive between 0 and 50 |
DocType |
The document type. SAL: invoices, PUR: purchase, ORD: order, ISS: issues ... |
string |
Required String length: inclusive between 0 and 3 |
DocDate |
The document date (without time) |
date |
Required |
DueDate |
The document due date. For orders, waybills is the delivery date. For tenders is the last valid date |
date |
None. |
Store |
The current store |
string |
Required String length: inclusive between 0 and 5 |
ToStore |
The destination store (only for transfer) |
string |
String length: inclusive between 0 and 5 |
Salesperson |
The sales person |
string |
Required String length: inclusive between 0 and 5 |
PaymentType |
The payment type: VS = Visa, CH = Cash, CR = Credit, CQ = Cheque |
string |
Required String length: inclusive between 0 and 2 |
currency |
The currency code |
string |
Required |
currencyRate |
The currency rate |
decimal number |
Required |
H1 |
Header1 code |
string |
String length: inclusive between 0 and 30 |
H2 |
Header2 code |
string |
String length: inclusive between 0 and 30 |
H3 |
Header3 code |
string |
String length: inclusive between 0 and 30 |
H4 |
Header4 code |
string |
String length: inclusive between 0 and 30 |
H5 |
Header5 code |
string |
String length: inclusive between 0 and 30 |
Details |
Details about the document |
string |
String length: inclusive between 0 and 100 |
OtherReference |
The other reference |
string |
String length: inclusive between 0 and 15 |
Address |
The address (for orders) |
string |
String length: inclusive between 0 and 200 |
Telephone |
The telephone number |
string |
String length: inclusive between 0 and 100 |
Text1 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text2 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text3 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text4 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text5 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text6 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
Text7 |
Text field for additional information |
string |
String length: inclusive between 0 and 100 |
VatInLines |
Is vat included in our prices? I = Included , E = Excluded |
string |
String length: inclusive between 0 and 1 |
DocDiscount |
The document discount |
decimal number |
None. |
Number1 |
Numeric field for additional information |
decimal number |
None. |
Number2 |
Numeric field for additional information |
decimal number |
None. |
Date1 |
Datetime field for additional information |
date |
None. |
OrderNo |
The order number |
string |
None. |
WaybillNo |
The waybill number |
string |
None. |
TenderNo |
The tender number |
string |
None. |
ReverseCharge |
Is reverse charge ? True = Yes, False = No (only for purchases 'PUR') |
boolean |
None. |
The email (for orders) |
string |
String length: inclusive between 0 and 200 |
|
user |
The user who created the document |
string |
String length: inclusive between 0 and 10 |
ClearingAgent |
The clearing agent (only for costings 'COG') |
string |
String length: inclusive between 0 and 15 |
ClearingDate |
The clearing date. (only for costings 'COG') |
date |
None. |
stkTranLines |
List of stock transaction lines |
Collection of stkTranLine |
None. |