Skip to main content

Retrieve an available BP information

GET 

/api/info

This endpoint is tailored to retrieve the available BP (business partner) information.

Request

Responses

OK - The request was processed successfully.

Schema
    id integer
    legalForm stringnullable
    countryOfIncorporation stringnullable
    address stringnullable
    city stringnullable
    zip stringnullable
    stateOrProvince stringnullable
    activePackage integer
    availableBalance object
    currency stringnullable
    amount string
Loading...