Skip to main content
PATCH
Manually match (or unmatch) a statement line to a CWR work
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required
statementId
string<uuid>
required
lineId
string<uuid>
required

Body

application/json
matchedWorkId
string<uuid> | null

Required when matchStatus is "matched".

matchStatus
enum<string>
default:matched
Available options:
unmatched,
matched,
disputed,
ignored

Response

Line updated.

Standard server envelope used by the statement, reconciliation, sub-publishing, and analytics endpoints.

status
enum<string>
Available options:
success,
error
message
string
data
object