Bellow you can find the common objects found within the available resources.
Company request object properties
| Property |
Type |
Description |
Optional |
| CompanyId |
Guid |
Unique identifier of the company. |
No |
Address request object properties
| Property |
Type |
Description |
Optional |
| StreetName |
String |
Street name. |
Yes |
| StreetNumber |
String |
Street number. |
Yes |
| City |
String |
City name. |
Yes |
| PostalCode |
String |
Postal code. |
Yes |
| Country |
Country request object |
Country with code to link. |
Yes |
Country request object properties
| Property |
Type |
Description |
Optional |
| Code |
String |
Country code. |
No |
PayCollectType request object properties
| Property |
Type |
Description |
Optional |
| Code |
String |
Pay Collect Type code. |
No |
VatCode request object properties
| Property |
Type |
Description |
Optional |
| Code |
String |
Vat code. |
No |
BankAccount request object properties
| Property |
Type |
Description |
Optional |
| Default |
Bool |
Indicates if this bank account is the default one. |
No |
| ExternalId |
String |
Accounting system identifier for bank account. |
Yes |
| Number |
String |
Bank account number. |
Yes |
| Iban |
String |
Bank account iban. |
Yes |
| BicCode |
String |
Bank account bic code. |
Yes |
| BankName |
String |
Bank account name. |
Yes |
| NationalBankCode |
String |
National bank code. |
Yes |
| Country |
Country request object |
Country with code to link. |
Yes |
GeneralLedger request object properties
| Property |
Type |
Description |
Optional |
| Code |
String |
Vat code. |
No |
PaymentDiscount request object properties
| Property |
Type |
Description |
Optional |
| PaymentDays |
Int (nullable) |
Payment days for discount. |
Yes |
| DiscountPercentage |
Decimal (nullable) |
Discount percentage. |
Yes |
| DiscountCalculationMethod |
String |
Calculation method, possible value are ExcludingVatWithoutDiscount, IncludingVatWithoutDiscount and ExcludingVatWithDiscount. |
Yes |
| GeneralLedger |
GeneralLedger request object |
General Ledger with code to link. |
Yes |
PaymentCondition request object properties
| Property |
Type |
Description |
Optional |
| Code |
String |
Payment Condition code. |
No |