GET api/License?supportNumber={supportNumber}
Gets the specified License.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| supportNumber | The supportNumber. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "activeModuleString": "sample string 1",
  "address": "sample string 2",
  "messages": [],
  "applicationId": "sample string 3",
  "canChange": true,
  "cannotChangeReason": "sample string 5",
  "city": "sample string 6",
  "expirationDate": "sample string 7",
  "hasAbonnementen": true,
  "hasAccountants": true,
  "hasAPI": true,
  "hasBarcode": true,
  "hasBasic": true,
  "hasBelgie": true,
  "hasBeta": true,
  "hasBuitenland": true,
  "hasClientKantoor": true,
  "hasDemo": true,
  "hasDemoExtra1": true,
  "hasDemoExtra2": true,
  "hasDocumentManagement": true,
  "hasDossiers": true,
  "hasE_Import": true,
  "hasElektronischemutaties": true,
  "hasERI": true,
  "hasFactoring": true,
  "hasFacturering": true,
  "hasFinancieel": true,
  "hasHuur": true,
  "hasImport": true,
  "hasImportRelaties": true,
  "hasIncasso": true,
  "hasIntrastat": true,
  "hasKostenplaatsen": true,
  "hasLabelPrinting": true,
  "hasLicentie": true,
  "hasLite": true,
  "hasMaandFacturering": true,
  "hasManagementAssistent": true,
  "hasManagementMonitor": true,
  "hasMobile": true,
  "hasOfferte": true,
  "hasOnline": true,
  "hasPaperless": true,
  "hasPrijsafspraken": true,
  "hasProjecten": true,
  "hasReadOnly": true,
  "hasReadRights": true,
  "hasRekeningCourant": true,
  "hasRelatiebeheer": true,
  "hasSamenGestArt": true,
  "hasStandaardAdmin": true,
  "hasUBC": true,
  "hasUrenReg": true,
  "hasVasteActiva": true,
  "hasVasteOrders": true,
  "hasVastlegging": true,
  "hasVerbijzondering": true,
  "hasVerkoop": true,
  "hasVoorraadbeheer": true,
  "hasWorkflow": true,
  "isDefault": true,
  "moduleString": "sample string 62",
  "name": "sample string 63",
  "numberOfCompanies": 64,
  "numberOfUsers": 65,
  "pincode": "sample string 66",
  "supportNumber": 67,
  "zipCode": "sample string 68"
}
        application/xml, text/xml
            Sample:
<License xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Edit"> <ActiveModuleString>sample string 1</ActiveModuleString> <Address>sample string 2</Address> <ApplicationId>sample string 3</ApplicationId> <CanChange>true</CanChange> <CannotChangeReason>sample string 5</CannotChangeReason> <City>sample string 6</City> <ExpirationDate>sample string 7</ExpirationDate> <HasAPI>true</HasAPI> <HasAbonnementen>true</HasAbonnementen> <HasAccountants>true</HasAccountants> <HasBarcode>true</HasBarcode> <HasBasic>true</HasBasic> <HasBelgie>true</HasBelgie> <HasBeta>true</HasBeta> <HasBuitenland>true</HasBuitenland> <HasClientKantoor>true</HasClientKantoor> <HasDemo>true</HasDemo> <HasDemoExtra1>true</HasDemoExtra1> <HasDemoExtra2>true</HasDemoExtra2> <HasDocumentManagement>true</HasDocumentManagement> <HasDossiers>true</HasDossiers> <HasERI>true</HasERI> <HasE_Import>true</HasE_Import> <HasElektronischemutaties>true</HasElektronischemutaties> <HasFactoring>true</HasFactoring> <HasFacturering>true</HasFacturering> <HasFinancieel>true</HasFinancieel> <HasHuur>true</HasHuur> <HasImport>true</HasImport> <HasImportRelaties>true</HasImportRelaties> <HasIncasso>true</HasIncasso> <HasIntrastat>true</HasIntrastat> <HasKostenplaatsen>true</HasKostenplaatsen> <HasLabelPrinting>true</HasLabelPrinting> <HasLicentie>true</HasLicentie> <HasLite>true</HasLite> <HasMaandFacturering>true</HasMaandFacturering> <HasManagementAssistent>true</HasManagementAssistent> <HasManagementMonitor>true</HasManagementMonitor> <HasMobile>true</HasMobile> <HasOfferte>true</HasOfferte> <HasOnline>true</HasOnline> <HasPaperless>true</HasPaperless> <HasPrijsafspraken>true</HasPrijsafspraken> <HasProjecten>true</HasProjecten> <HasReadOnly>true</HasReadOnly> <HasReadRights>true</HasReadRights> <HasRekeningCourant>true</HasRekeningCourant> <HasRelatiebeheer>true</HasRelatiebeheer> <HasSamenGestArt>true</HasSamenGestArt> <HasStandaardAdmin>true</HasStandaardAdmin> <HasUBC>true</HasUBC> <HasUrenReg>true</HasUrenReg> <HasVasteActiva>true</HasVasteActiva> <HasVasteOrders>true</HasVasteOrders> <HasVastlegging>true</HasVastlegging> <HasVerbijzondering>true</HasVerbijzondering> <HasVerkoop>true</HasVerkoop> <HasVoorraadbeheer>true</HasVoorraadbeheer> <HasWorkflow>true</HasWorkflow> <IsDefault>true</IsDefault> <Messages xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.Web.WebApi.Core.Models" /> <ModuleString>sample string 62</ModuleString> <Name>sample string 63</Name> <NumberOfCompanies>64</NumberOfCompanies> <NumberOfUsers>65</NumberOfUsers> <Pincode>sample string 66</Pincode> <SupportNumber>67</SupportNumber> <ZipCode>sample string 68</ZipCode> </License>