Skip to content
Snippets Groups Projects

Feat/rename endpoints

Merged Bastien DUMONT requested to merge feat/rename-endpoints into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -21,7 +21,7 @@ function consultationMesuresDetaillees(
) {
log(
'info',
`consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
`Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
)
return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
@@ -68,7 +68,7 @@ function consultationMesuresDetailleesMaxPower(
) {
log(
'info',
`consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
`Query consultationMesuresDetaillees - ${mesureType}/${unit} between ${startDt} and ${endDt}`
)
return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
@@ -159,7 +159,7 @@ function rechercherPoint(appLogin, name, postalCode, inseeCode, address) {
* @returns {*}
*/
function rechercherServicesSouscritsMesures(appLogin, contractId, pointId) {
log('info', `Query commanderCollectePublicationMesures`)
log('info', `Query rechercherServicesSouscritsMesures`)
return `<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:v2="http://www.enedis.fr/sge/b2b/rechercherservicessouscritsmesures/v1.0"
@@ -234,7 +234,7 @@ function commanderCollectePublicationMesures(
}
/**
*
* Stop the user consent
* @param {string} appLogin
* @param {string} contractId
* @param {string} pointId
Loading