AntalKalkylerMellanDatum
English
Counts the number of calculations that have a SenastAendrad (LastModified) date, i.e., are saved, between two dates.
Input parameters are startdatum
(start date, inclusive) and slutdatum
(end date, inclusive) between which calculations are counted. Specified in the form 2020-10-05T00:00:00.000Z
as dateTime objects.
Example call:
<soapenv:Envelope
xmlns:soapenv=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:urn=
"urn:types.Kalkyl.webbtjaenst.boendekalkyl.capitex"
>
<soapenv:Body>
<urn:AntalKalkylerMellanDatum>
<!-- yyyy-MM-ddTHH:mm:ss.SSSZ -->
<dateTime_1>
2022
-
03
-01T00:
00
:
00
.000Z</dateTime_1>
<dateTime_2>
2022
-
03
-10T00:
00
:
00
.000Z</dateTime_2>
</urn:AntalKalkylerMellanDatum>
</soapenv:Body>
</soapenv:Envelope>
The values for hours, minutes, seconds, and milliseconds are ignored. Only the date is used.
The return value is a number representing the count of calculations saved between the dates.
To make the function callable, the following setting must be set to true:
capitex_boendekalkyl_applikationsservice_aktivera_antalkalkylermellandatum
Swedish
Räknar antalet kalkyler som har ett SenastAendrad-datum, dvs är sparade, mellan två datum.
Inparametrar startdatum
(inklusive) och slutdatum
(inklusive) mellan vilka datum kalkyler räknas. Anges på formen 2020-10-05T00:00:00.000Z
som dateTime-objekt.
Exempelanrop:
<soapenv:Envelope
xmlns:soapenv=
"http://schemas.xmlsoap.org/soap/envelope/"
xmlns:urn=
"urn:types.Kalkyl.webbtjaenst.boendekalkyl.capitex"
>
<soapenv:Body>
<urn:AntalKalkylerMellanDatum>
<!-- yyyy-MM-ddTHH:mm:ss.SSSZ -->
<dateTime_1>
2022
-
03
-01T00:
00
:
00
.000Z</dateTime_1>
<dateTime_2>
2022
-
03
-10T00:
00
:
00
.000Z</dateTime_2>
</urn:AntalKalkylerMellanDatum>
</soapenv:Body>
</soapenv:Envelope>
Värden på timmar, minuter, sekunder och millisekunder ignoreras. Endast datumet används.
Returvärdet är en siffra på antalet kalkyler som är sparade mellan datumen.
För att funktionen ska gå att anropa måste följande inställning sättas till true:
capitex_boendekalkyl_applikationsservice_aktivera_antalkalkylermellandatum