Assign serial number
post
Body
filestring · binaryRequired
Responses
200
OK
*/*
failedCountinteger · int32Required
savedCountinteger · int32Required
messagestringRequired
404
Not Found
*/*
post
/api/v1/ptsp/assign-serial-numberOK
Not Found
POST /api/v1/ptsp/assign-serial-number HTTP/1.1
Host: localhost:8080
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"file": "binary"
}{
"failedCount": 1,
"savedCount": 1,
"message": "text"
}