{ "operationId": "getApInvoiceById", "method": "GET", "path": "/ap/invoices/{invoiceId}", "summary": "Retrieve a Specific Ap Invoice", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getapinvoicebyid200Example", "example": { "invoiceId": "500123", "invoiceNum": "example_value", "invoiceDate": "2026-01-15", "vendorId": "500123", "vendorName": "example_value", "vendorSiteId": "500123", "invoiceAmount": 42.5, "invoiceCurrencyCode": "example_value", "paymentCurrencyCode": "example_value", "exchangeRate": 42.5, "exchangeRateType": "example_value", "exchangeDate": "2026-01-15", "termsId": "500123", "description": "A sample description.", "invoiceType": "STANDARD", "source": "example_value", "paymentStatusFlag": "Y", "approvalStatus": "APPROVED", "amountPaid": "500123", "lines": [ { "lineNumber": 10, "lineType": "ITEM", "amount": 42.5, "description": "A sample description.", "accountingDate": "2026-01-15", "distCodeCombinationId": "500123", "itemDescription": "example_value", "quantity": 42.5, "unitPrice": 42.5 } ], "orgId": "500123", "createdBy": 10, "creationDate": "2026-01-15T10:30:00Z", "lastUpdatedBy": 10, "lastUpdateDate": "2026-01-15T10:30:00Z" } } ] }