Hi, hope the question is in the right topic.
i can query the invoices for a PO through the /fscmRestApi/resources/11.13.18.05/invoices rest Service, i can get the invoiceId, invouce Number, and anothers useful fields.
But, the trouble is that, i can't reach the payments for that invoice.
i found the REST /fscmRestApi/resources/11.13.18.05/payablesPayments/{CheckId} but i don't know the checkId...
i could use the REST /fscmRestApi/resources/11.13.18.05/payablesPayments but with the "q" parameter i can't query with the invoice_id or the invoice_num.
and with the installment service neither i can reach the payment number (check number, check date).
could you help me please with a possible solution?