Validate Serial Number
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
manufacturer?string
serialNo?string
Format
utc-millisecResponse Body
curl -X POST "http://jubilee-ws.test.harmony.nl/api/data/ValidateSerialNo" \ -H "Content-Type: application/json" \ -d '{ "manufacturer": "Apple", "serialNo": "5123532532532" }'