| GET | /EanCheckOnNumber/{Ean}/{LastSixDigitsOfNumber} |
|---|
"use strict";
export class EanCheckOnNumberRequest {
/** @param {{Ean?:string,LastSixDigitsOfNumber?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/**
* @type {string}
* @description Ean of the metering point */
Ean;
/**
* @type {string}
* @description Last six digits of the smart meter serial number, format: integer number */
LastSixDigitsOfNumber;
}
JavaScript EanCheckOnNumberRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /EanCheckOnNumber/{Ean}/{LastSixDigitsOfNumber} HTTP/1.1
Host: ean.smartdatasolutions.nl
Accept: text/jsv