W3builders
AOP API

AOP API/Client Portal

Reject Document (Public)

POST/portal/{token}/reject
no auth

Client rejects a document.

Endpoint

POSThttps://api.w3builders.com/v1/portal/{token}/reject

Request body

  • reason (optional)

Response parameters

FieldType
successvalue
Reject Document (Public)
curl -X POST https://api.w3builders.com/v1/portal/PORTAL_TOKEN/reject \
-H "Content-Type: application/json" \
-d '{
"reason": "Amount doesn't match our PO"
}'
{
"shape": "{ success: true }"
}
Was this page helpful?