ClientService Datatypes
Back to ClientService
Client
| Property | Type | Description |
| UserId | Long | |
| Name | String | |
| Country | String | |
| FactoringClientNo | String | |
| FactoringText | String | |
| IsUsingFactoring | Boolean | |
| ReminderDays | Int | |
| ReminderDays2 | Int | |
| ReminderDays3 | Int | |
| AddressList | Addresses | |
| FaxNumberList | FaxNumber[] | |
| PhoneNumberList | PhoneNumbers | |
| EmailAddressList | EmailAddresses | |
| BankAccount | String | |
| IBAN | String | |
| Swift | String | |
| OrganizationNumber | String | |
| DefaultCurrency | String | |
| ResellerId | Long | |
| ResellerName | String | |
Department
| Property | Type | Description |
| Id | Int | |
| Name | String | |
| Addresses | Addresses | |
| Phone | String | |
| Fax | String | |
| Email | String | |
Currency
| Property | Type | Description |
| Symbol | String | |
| Id | Int | |
| Rate | Decimal | |
| Unit | Int | |
AccountingGroup
Previously known as TypeGroup
| Property | Type | Description |
| Id | Int | |
| Name | String | |
| AccountId | Int | |
FaxNumber
| Property | Type | Description |
| Type | Enum | Values: Unknown, Work. Default: Unknown. |
| Value | String | |
VatType
| Property | Type | Description |
| No | Int | |
| Name | String | |
| Rate | Decimal | |
GetTypeGroupList
| Property | Type | Description |
| module | Enum | All, Sale or Purchase |
GetTypeGroupListResult
Back to ClientService