pixi Developer & Integration Documentation

pixiGetCountriesInvoice

Description

Returns a distinct list of countries for which invoices have been issued in pixi. Each entry contains the country code and country name. Results are ordered alphabetically by country name. Use this call to populate country filter lists or validate country options when working with invoice data.


Request Parameters

This API call requires no input parameters.


Request body

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:PixiGetCountriesInvoice/>
</soapenv:Body>
</soapenv:Envelope>


Response


Body 1: Country List

#

Name

Type

Description

1

CntCode

varchar(3)

Three-character country code.

2

CntName

varchar(60)

Full country name. Results are sorted alphabetically by this field.