Provenance
Freshness & coverage
Methods (34)
inquiryCloseAchs
unknownClose ACH inquiry for an operator
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }inquiryCloseCoas
unknownClose COA inquiry for an operator
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }inquiryGetAchExport
readReturns the unprocessed owner inquiries for changes to their electronic payment information.
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "isTesting": { "type": "boolean" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }inquiryGetCoaExport
readReturns the unprocessed owner inquiries for changes to their address information.
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "isTesting": { "type": "boolean" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }inquiryInquiryOwnerInfoCsv
readUpload an Owner Info CSV file (used for Inquiries Plus).
Entitiesowner informationInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "fileName": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpApproveInvoices
unknownApprove statements in a set of invoices
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpApproveStatement
unknownApprove statement details, passing any details that must remain unapproved.
Required paramsidEntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }nonOpAssignVoucherReferences
unknownAssign voucher references to invoices
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpCreateAfeXrefs
writeCreate new Afe cross-references
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpCreateCcXrefs
writeCreate new Cost Center cross references
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpInvoice
unknownReturn invoice details at the requested summarization level.
Required paramsidsummarizationEntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "summarization": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "summarization" ] }nonOpInvoiceSearch
readRetrieve all invoices given specific conditions
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpQueueVoucher
unknownQueue a voucher to be run at end of day
Required paramsidEntitiesvoucherInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }nonOpRevenue
unknownReturn check details at the requested summarization level.
Required paramsidsummarizationEntitiesrevenueInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "summarization": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "summarization" ] }nonOpRevenueSearch
readRetrieve all checks given specific conditions
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpRoyalty
unknownReturn royalty details at the requested summarization level.
Required paramsidsummarizationEntitiesroyaltyInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "summarization": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "summarization" ] }nonOpRoyaltySearch
readRetrieve all royalties given specific conditions
Entitiesproduction, ownershipInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpUpdateAfeXrefs
writeUpdate Afe cross references
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpUpdateCcXrefs
writeUpdate Cost Center cross references
EntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }nonOpUpdateStatementDisputes
writeUpdates a statement dispute
Required paramsidEntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }nonOpValidateInvoice
readValidate a specific invoice
Required paramsidEntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }nonOpValidateVoucher
readValidate a specific voucher
Required paramsidEntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }voucherGetInvoiceVouchersForDownload
readReturns all invoice vouchers of a specific type
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "invoiceType": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }voucherGetPaymentVouchersForDownload
readReturns all payment vouchers
EntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }voucherGetVoucherFile
readReturns a specific voucher
Required paramsidEntitiesinvoice, documentInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }voucherGetVoucherInfo
readReturn specific voucher information for given voucher id.
Required paramsidEntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }voucherGetVoucherReports
readReturns all PDF reports for a specific specific voucher id
Required paramsidEntitiesinvoice, documentInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "id": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "id" ] }voucherMarkVoucherAsDownloaded
unknownMarks the specified voucher as downloaded (from an FTP client perspective...deleted)
Required paramsvoucherIdEntitiesinvoiceInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "voucherId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "voucherId" ] }arGetManagementReportOrgSummary
readGenerate management Report Org Summary Report
EntitiesdocumentInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "isTesting": { "type": "boolean" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }processGetProcessFile
readGet the process file of the process ID provided.
Required paramsprocessIdEntitiesdocumentInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "processId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "processId" ] }processGetProcessStatus
readGet the status of the process ID provided.
Required paramsprocessIdEntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "processId": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false, "required": [ "processId" ] }reportNonopQueueOpenDisputesReport
unknownQueue the non-operated open dispute reports using the parameter passed in the request body.
EntitiesreportInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }reportOpQueueOpenDisputesReport
unknownQueue the operated open dispute reports using the parameter passed in the request body.
EntitiesreportInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "body": {}, "query": { "type": "object", "properties": {}, "additionalProperties": true } }, "additionalProperties": false }queryEnergyLink
readGeneric EnergyLink API request helper for tenant-specific or undocumented endpoints.
Required paramsendpointEntitiesrecordInput schema
{ "type": "object", "properties": { "token": { "type": "string" }, "endpoint": { "type": "string" }, "method": { "oneOf": [ { "type": "string", "enum": [ "POST" ] }, { "type": "string", "enum": [ "DELETE" ] }, { "type": "string", "enum": [ "PATCH" ] }, { "type": "string", "enum": [ "GET" ] }, { "type": "string", "enum": [ "PUT" ] } ] }, "query": { "type": "object", "properties": {}, "additionalProperties": true }, "body": {}, "expectBinary": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endpoint" ] }
