v1

latestOpenAPI 3.0.02026-07-2482421001.1 KB
Encore

Reject Book copy jobs

This API allows the recipient organization to reject an incoming <glossary:Book> copy request. A book.copy.request_rejected webhook event is then triggered and sent to the sender organization.

📘 Note

  • This API is intended for small and medium business (SMB) funders using the Book copy feature.
  • A Book copy job can be rejected only when its status is AWAITING_RECIPIENT.
  • A Book cannot be rejected after it has been accepted. Additionally, a previously rejected Book cannot be rejected again.
post/v1/book/copy-jobs/{job_id}/reject

Path parameters

job_idstring uuid required

UUID of the Book copy job to reject.

Response

The Book copy job was successfully rejected.

messageobject

The Book copy job was successfully rejected.

📘 When a Book is successfully rejected, the API returns a 204 No Content response with no response body. Since no payload is returned, an example response is not shown.