A collection of help pages for using the API.
No description available.
| Name | Type | Description |
|---|---|---|
| typeOfCompany | String | |
| id | String | |
| name | String | |
| businessIdentityCode | String | |
| contactInfo | ContactInfo | |
| fortnoxAuthorizationCode | String | |
| fortnoxExtendedAuthorizationCode | String | |
| isVirtualFarmerCompany | Boolean[] | |
| isFortnoxCompany | Boolean | |
| hasFortnoxAuthorizationCode | Boolean | |
| hasFortnoxExtendedAuthorizationCode | Boolean | |
| CompanyTypeId | String |
{
"typeOfCompany": null,
"id": "a-bananas-123456-1112",
"name": "Demo company",
"businessIdentityCode": "123456-1112",
"contactInfo": {
"name": "John Doe",
"address": "Long lane 99",
"postalAddress": "123 45 STOCKHOLM",
"phone": "+1234567890"
},
"fortnoxAuthorizationCode": null,
"fortnoxExtendedAuthorizationCode": null,
"isVirtualFarmerCompany": null,
"isFortnoxCompany": false,
"hasFortnoxAuthorizationCode": false,
"hasFortnoxExtendedAuthorizationCode": false,
"CompanyTypeId": null
}