GET api/applications/{softwareName}/list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
softwareName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApplicationDataName | Description | Type | Additional 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>5f6df0e0-a007-4451-9484-4bb4ee8ff39d</AppID> <BranchOfficeCount>1</BranchOfficeCount> <CreatedOn>2025-08-02T19:12:57.6972306+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>5f6df0e0-a007-4451-9484-4bb4ee8ff39d</AppID> <BranchOfficeCount>1</BranchOfficeCount> <CreatedOn>2025-08-02T19:12:57.6972306+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>