GET/POST /public/api/getpaymenttypelist

Description

Get a simple list of payment types

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "ID": "123", "PaymentTypeTitle": "PaymentTypeTitle" } ] }