Get all invoices for a supplier by transaction idAsk AIget https://api.cpxenterprise.com/invoice/v1/bytransaction/{id}This route will return an array of all invoices for a specific supplier by PIF transaction ID.Path ParamsidstringrequiredQuery ParamssearchstringValue to search (transactionId, number, amountDue, amountPaid, description)filterstringElasticSearch filter queryfromint32Defaults to 0Defines the number of records to offsetsizeint32Defaults to 10Defines how many records to return at a timefieldsarray of stringsDefaults to Allows the search to target specific fields.fieldsADD stringsortstringAllows you to sort the matching results.Responses 200Success 500ErrorUpdated over 5 years ago