POST /api/records/phase
{
record: string,
phase: string
}
where
-
recordis record uuid, e.g.517458e6-0a48-4af0-a33f-4089f87ccfda -
phaseis desired catalogization phase, valid value is one of:-
STUB- represent status 2 -
CATALOGING- represent status 3 -
CATALOGED- represent status 4
-
POST /api/records/phase HTTP/1.1
Content-Type: application/json; charset=UTF-8
Host: https://demo.kpsys.cz
{
"record": "517458e6-0a48-4af0-a33f-4089f87ccfda",
"phase": "STUB"
}