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
PUT
4 endpoints
/api/v3/import/bill/profile/{profileId}
EditBillImportProfileV3
Edit a bill import profile
/api/v202407/import/esareading/profile/{profileId}
EditEsaReadingImportProfileV202407
Edits an ESA reading import profile
/api/v3/import/reading/profile/{profileId}
EditReadingImportProfileV3
Edits an interval data import profile
/api/v202403/import/record/profile/{profileId}
EditRecordImportProfileV202403
Edits an emission record import profile
DELETE
4 endpoints
/api/v3/import/bill/profile/{profileId}
DeleteBillImportProfileV3
Deletes a bill import profile
/api/v202407/import/esareading/profile/{profileId}
DeleteEsaReadingImportProfileV202407
Deletes an ESA reading import profile
/api/v3/import/reading/profile/{profileId}
DeleteReadingImportProfileV3
Deletes a reading import profile
/api/v202403/import/record/profile/{profileId}
DeleteRecordImportProfileV202403
Deletes an emission record import profile