action loket_get_payment_information_non_sepa_bypayment_information_non_sepa { label: "Get the details of a payment information non-SEPA" description: "__Activity name :__ GetPaymentInformationNonSepaByPaymentInformationNonSepaId\n\nGet the detail of a payment information non-SEPA record.\nFor a specific payroll component, the record indicates to which IBAN account number it should be related for the purpose of outgoing payments. \nThis includes, but is not limited to, the payment of wages for an employment.\nFor each payroll component there can only be one outgoing payment record per employment.\n" provider: loket method: GET path: "/providers/employers/employees/employments/paymentinformationnonsepa/{paymentInformationNonSepaId}" encoding: json input: { type: "object" properties: { Accept: { type: "string" } Authorization: { type: "string" } paymentInformationNonSepaId: { type: "string" format: "uuid" } } required: ["Accept", "Authorization", "paymentInformationNonSepaId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }