Parse a raw CWR .txt file without persisting it
Cwr Export
Parse a raw CWR .txt file without persisting it
POST /cwr/import/raw
POST
Parse a raw CWR .txt file without persisting it
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
POST /cwr/import/raw Description: Accepts a single multipart file field namedcwrFile (max 10 MB)
containing a raw CWR .txt file (version auto-detected from the
HDR record). Parses the file and returns the result — no rows are
written to the database at this stage (persistence is a follow-on
phase, WP-12b/WS-E).
Accepted content types: text/plain, application/octet-stream,
application/cwr. The file must begin with an HDR record.
Authorization:
- Required role:
adminor higher - Requires an active
publisheraddon
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
multipart/form-data
Raw CWR .txt file, max 10 MB.