GET api/applications/me

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ApplicationData
NameDescriptionTypeAdditional information
AppID

globally unique identifier

None.

Name

string

None.

SoftwareName

string

None.

AppCode

ApplicationsEnum

None.

CreatedOn

date

None.

HasMultiBranchOffices

boolean

None.

BranchOfficeCount

integer

None.

CurrencyList

Collection of CurrencyData

None.

TermsAndCondRequired

boolean

None.

TermsAndCondVersion

integer

None.

TermsAndCondAccepted

boolean

None.

HasEnableClientSideFullCache

boolean

None.

HasEnableUpdateLicense

boolean

None.

LicenceBytes

Collection of byte

None.

HasPOSSection

boolean

None.

HasEcommerceEnabled

boolean

None.

HasProductionEnabled

boolean

None.

HasLoteAndExpirationDateEnabled

boolean

None.

HasCashFlowEnabled

boolean

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:
<ArrayOfApplicationData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <ApplicationData>
    <AppCode>ALL</AppCode>
    <AppID>377da6b6-de16-4277-a35e-000375ba7674</AppID>
    <BranchOfficeCount>1</BranchOfficeCount>
    <CreatedOn>2025-08-02T19:14:55.3267516+00:00</CreatedOn>
    <CurrencyList>
      <CurrencyData>
        <ID>1</ID>
        <Code>ARS</Code>
        <IsLocalCurrency>true</IsLocalCurrency>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <Symbol>sample string 1</Symbol>
      </CurrencyData>
      <CurrencyData>
        <ID>1</ID>
        <Code>ARS</Code>
        <IsLocalCurrency>true</IsLocalCurrency>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <Symbol>sample string 1</Symbol>
      </CurrencyData>
    </CurrencyList>
    <HasEnableClientSideFullCache>true</HasEnableClientSideFullCache>
    <HasEnableUpdateLicense>true</HasEnableUpdateLicense>
    <HasMultiBranchOffices>true</HasMultiBranchOffices>
    <LicenceBytes>QEA=</LicenceBytes>
    <Name>sample string 1</Name>
    <SoftwareName>sample string 2</SoftwareName>
    <TermsAndCondAccepted>true</TermsAndCondAccepted>
    <TermsAndCondRequired>true</TermsAndCondRequired>
    <TermsAndCondVersion>1</TermsAndCondVersion>
  </ApplicationData>
  <ApplicationData>
    <AppCode>ALL</AppCode>
    <AppID>377da6b6-de16-4277-a35e-000375ba7674</AppID>
    <BranchOfficeCount>1</BranchOfficeCount>
    <CreatedOn>2025-08-02T19:14:55.3267516+00:00</CreatedOn>
    <CurrencyList>
      <CurrencyData>
        <ID>1</ID>
        <Code>ARS</Code>
        <IsLocalCurrency>true</IsLocalCurrency>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <Symbol>sample string 1</Symbol>
      </CurrencyData>
      <CurrencyData>
        <ID>1</ID>
        <Code>ARS</Code>
        <IsLocalCurrency>true</IsLocalCurrency>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <Symbol>sample string 1</Symbol>
      </CurrencyData>
    </CurrencyList>
    <HasEnableClientSideFullCache>true</HasEnableClientSideFullCache>
    <HasEnableUpdateLicense>true</HasEnableUpdateLicense>
    <HasMultiBranchOffices>true</HasMultiBranchOffices>
    <LicenceBytes>QEA=</LicenceBytes>
    <Name>sample string 1</Name>
    <SoftwareName>sample string 2</SoftwareName>
    <TermsAndCondAccepted>true</TermsAndCondAccepted>
    <TermsAndCondRequired>true</TermsAndCondRequired>
    <TermsAndCondVersion>1</TermsAndCondVersion>
  </ApplicationData>
</ArrayOfApplicationData>