Import

GET 12 endpoints
/api/v202401/import/bill/task/{taskGuid}/kickout/{filename}/detail GetBillImportKickoutDetailsByFileV202401
Retrieves the kickout details associated with a specified bill import task, file and an optional kickout message.
/api/v202401/import/bill/task/{taskGuid}/kickout/detail GetBillImportKickoutDetailsV202401
Retrieves the kickout details associated with a specified bill import task and an optional kickout message.
/api/v3/import/bill/profile GetBillImportProfilesV3
Get all bill import profiles
/api/v3/import/bill/profile/{profileId} GetBillImportProfileV3
Get a bill import profile
/api/v202407/import/esareading/profile GetEsaReadingImportProfilesV202407
Get all ESA reading import profiles
/api/v202407/import/esareading/profile/{profileId} GetEsaReadingImportProfileV202407
Gets an ESA reading import profile
/api/v3/import/reading/profile GetReadingImportProfilesV3
Returns all Reading Import profiles
/api/v3/import/reading/profile/{profileId} GetReadingImportProfileV3
Returns one reading import profile
/api/v202403/import/record/profile GetRecordImportProfilesV202403
Get all emission record import profiles
/api/v202403/import/record/profile/{profileId} GetRecordImportProfileV202403
Get an emission record import profile
/api/v202401/import/bill/task/{taskGuid}/kickout/{filename}/summary GetTaskKickoutSummaryByFileV202401
Retrieves a list of kickout messages associated with a specified bill import task and file.
/api/v202401/import/bill/task/{taskGuid}/kickout/summary GetTaskKickoutSummaryV202401
Retrieves a list of kickout messages associated with a specified bill import task
POST 9 endpoints
/api/v3/import/bill BillImportV3
This endpoint allows the import of an EnergyCAP Advanced or a profile mapped file. The file can be comma separated file (CSV/DAT/TXT) or EXCEL (XLSX) or a collection of files (ZIP). The file should be base64 encoded with a UTF8 character set.
/api/v202407/import/esareading/profile CreateEsaReadingImportProfileV202407
Creates an ESA reading import profile
/api/v3/import/reading/profile CreateReadingImportProfileV3
Creates an interval data import profile
/api/v202403/import/record/profile CreateRecordImportProfileV202403
Creates an emission record import profile
/api/v202401/import/bill/task/{taskGuid}/kickout ImportBillImportTaskKickoutsV202401
This endpoint allows the reimport of an EnergyCAP. All kickout files generated from the import will be zipped and reimported as a single task.
/api/v202403/import/record ImportEmissionRecordsWithProfileV202403
This endpoint allows the import of a emission records import file. The file should be a base64-encoded delimited text file with a UTF8 character set.
/api/v202407/import/esareading ImportEsaReadingWithProfileV202407
This endpoint allows the import of an ESA reading import file. The file should be a base64-encoded file with a UTF8 character set.
/api/v3/import/reading ReadingImportV3
This endpoint allows the import of a channel reading ("interval") data import file. The file should be a base64-encoded delimited text file with a UTF8 character set.
/api/v3/import/bill/profile WriteBillImportProfileV3
Creates a bill import profile