📄 MIPYME Documents
Accept or reject a document
PATCH
Endpoint URL
https://api-billing.koywe.com/V1/inbox_documents/{inbox_document_id}
Requires authentication
Authentication
Send header Authorization: Bearer <token> (obtained from POST /auth) for protected endpoints.
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
inbox_document_id | path | string | ✓ | — |
Request body — fields
| Field | Type | Required | Description |
|---|---|---|---|
inbox_document_status | string | Always required | 2 = Approve 3 = Approve with objection 4 = Reject 5 = Receive merchandise |
Request body — JSON example
{
"inbox_document_status": "string"
}
Responses
Document status updated successfully
Invalid status or document not found