action apacta_get_payment_terms_erp { label: "Get integration payment terms list" provider: apacta method: GET path: "/payment_terms/erp" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { daysOfCredit: { type: "integer" } id: { type: "string" } name: { type: "string" } pretty_string: { type: "string" } type: { type: "string" } } } } success: { type: "boolean" } } } }