GET api/salepoints/list

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SalePointData
NameDescriptionTypeAdditional information
Type

string

None.

Number

integer

None.

Name

string

None.

LegalName

string

None.

StreetNameAndNumber

string

None.

City

string

None.

ResponsibleTypeCode

ResponsibleTypeCodeEnum

None.

CUIT

string

None.

IIBB

string

None.

StartOfActivity

date

None.

PerceiveIIBB

boolean

None.

PrintBackgroundInVouchers

boolean

None.

VoucherLogoUrl

string

None.

FiscalPrinterID

integer

None.

NumberOfCopiesToPrint

integer

None.

Certificate

Collection of byte

None.

CertificatePassword

string

None.

CertificateExpirationDate

string

None.

TypeAsEnum

SalePointTypeEnum

None.

NumberToStr

string

None.

CompleteDescription

string

None.

DisplayCUIT

string

None.

ID

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:
<ArrayOfSalePointData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">
  <SalePointData>
    <ID>1</ID>
    <CUIT>sample string 6</CUIT>
    <Certificate>QEA=</Certificate>
    <CertificateExpirationDate>sample string 13</CertificateExpirationDate>
    <CertificatePassword>sample string 12</CertificatePassword>
    <City>sample string 5</City>
    <FiscalPrinterID>1</FiscalPrinterID>
    <IIBB>sample string 7</IIBB>
    <LegalName>sample string 3</LegalName>
    <Name>sample string 2</Name>
    <Number>1</Number>
    <NumberOfCopiesToPrint>11</NumberOfCopiesToPrint>
    <PerceiveIIBB>true</PerceiveIIBB>
    <PrintBackgroundInVouchers>true</PrintBackgroundInVouchers>
    <ResponsibleTypeCode>RESPONSABLE_INSCRIPTO</ResponsibleTypeCode>
    <StartOfActivity>2025-08-02T19:18:17.5506178+00:00</StartOfActivity>
    <StreetNameAndNumber>sample string 4</StreetNameAndNumber>
    <Type>sample string 1</Type>
    <VoucherLogoUrl>sample string 10</VoucherLogoUrl>
  </SalePointData>
  <SalePointData>
    <ID>1</ID>
    <CUIT>sample string 6</CUIT>
    <Certificate>QEA=</Certificate>
    <CertificateExpirationDate>sample string 13</CertificateExpirationDate>
    <CertificatePassword>sample string 12</CertificatePassword>
    <City>sample string 5</City>
    <FiscalPrinterID>1</FiscalPrinterID>
    <IIBB>sample string 7</IIBB>
    <LegalName>sample string 3</LegalName>
    <Name>sample string 2</Name>
    <Number>1</Number>
    <NumberOfCopiesToPrint>11</NumberOfCopiesToPrint>
    <PerceiveIIBB>true</PerceiveIIBB>
    <PrintBackgroundInVouchers>true</PrintBackgroundInVouchers>
    <ResponsibleTypeCode>RESPONSABLE_INSCRIPTO</ResponsibleTypeCode>
    <StartOfActivity>2025-08-02T19:18:17.5506178+00:00</StartOfActivity>
    <StreetNameAndNumber>sample string 4</StreetNameAndNumber>
    <Type>sample string 1</Type>
    <VoucherLogoUrl>sample string 10</VoucherLogoUrl>
  </SalePointData>
</ArrayOfSalePointData>